diff options
author | Mark Brown <broonie@sirena.org.uk> | 2011-05-19 18:10:13 -0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2011-05-20 17:50:49 -0400 |
commit | 878ccdc10b14e4dd028649307f99da1052768edf (patch) | |
tree | 89f9772f79caafcd8ddcc24bbe9760fb133e709e /arch/arm/plat-samsung | |
parent | c721be2807467819d16db4d61a4c5db539bcc1c7 (diff) |
ARM: 6915/1: SAMSUNG: Depend on IRQ_GENERIC_CHIP
The generic chip infrastructure has had a Kconfig symbol added so we need
to select that for the kernel to link now we're using the generic IRQ
chip infrastructure.
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/plat-samsung')
-rw-r--r-- | arch/arm/plat-samsung/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/plat-samsung/Kconfig b/arch/arm/plat-samsung/Kconfig index be72100b81b4..4d79519d19a4 100644 --- a/arch/arm/plat-samsung/Kconfig +++ b/arch/arm/plat-samsung/Kconfig | |||
@@ -8,6 +8,7 @@ config PLAT_SAMSUNG | |||
8 | bool | 8 | bool |
9 | depends on PLAT_S3C24XX || ARCH_S3C64XX || PLAT_S5P | 9 | depends on PLAT_S3C24XX || ARCH_S3C64XX || PLAT_S5P |
10 | select NO_IOPORT | 10 | select NO_IOPORT |
11 | select GENERIC_IRQ_CHIP | ||
11 | default y | 12 | default y |
12 | help | 13 | help |
13 | Base platform code for all Samsung SoC based systems | 14 | Base platform code for all Samsung SoC based systems |