Skip to content

Commit

Permalink
ARM: 6915/1: SAMSUNG: Depend on IRQ_GENERIC_CHIP
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Mark Brown authored and Russell King committed May 20, 2011
1 parent c721be2 commit 878ccdc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/arm/plat-samsung/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ config PLAT_SAMSUNG
bool
depends on PLAT_S3C24XX || ARCH_S3C64XX || PLAT_S5P
select NO_IOPORT
select GENERIC_IRQ_CHIP
default y
help
Base platform code for all Samsung SoC based systems
Expand Down

0 comments on commit 878ccdc

Please sign in to comment.