diff options
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index a48aecc17eac..cabd8f556a1f 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
@@ -322,9 +322,10 @@ config ARCH_AT91 | |||
322 | select ARCH_REQUIRE_GPIOLIB | 322 | select ARCH_REQUIRE_GPIOLIB |
323 | select HAVE_CLK | 323 | select HAVE_CLK |
324 | select CLKDEV_LOOKUP | 324 | select CLKDEV_LOOKUP |
325 | select IRQ_DOMAIN | ||
325 | help | 326 | help |
326 | This enables support for systems based on the Atmel AT91RM9200, | 327 | This enables support for systems based on the Atmel AT91RM9200, |
327 | AT91SAM9 and AT91CAP9 processors. | 328 | AT91SAM9 processors. |
328 | 329 | ||
329 | config ARCH_BCMRING | 330 | config ARCH_BCMRING |
330 | bool "Broadcom BCMRING" | 331 | bool "Broadcom BCMRING" |