aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r--arch/arm/Kconfig15
1 files changed, 15 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index aef63c8e3d2d..d8cfd7065011 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -327,6 +327,19 @@ config ARCH_H720X
327 help 327 help
328 This enables support for systems based on the Hynix HMS720x 328 This enables support for systems based on the Hynix HMS720x
329 329
330config ARCH_NOMADIK
331 bool "STMicroelectronics Nomadik"
332 select ARM_AMBA
333 select ARM_VIC
334 select CPU_ARM926T
335 select HAVE_CLK
336 select COMMON_CLKDEV
337 select GENERIC_TIME
338 select GENERIC_CLOCKEVENTS
339
340 help
341 Support for the Nomadik platform by ST-Ericsson
342
330config ARCH_IOP13XX 343config ARCH_IOP13XX
331 bool "IOP13xx-based" 344 bool "IOP13xx-based"
332 depends on MMU 345 depends on MMU
@@ -716,6 +729,8 @@ source "arch/arm/mach-at91/Kconfig"
716 729
717source "arch/arm/plat-mxc/Kconfig" 730source "arch/arm/plat-mxc/Kconfig"
718 731
732source "arch/arm/mach-nomadik/Kconfig"
733
719source "arch/arm/mach-netx/Kconfig" 734source "arch/arm/mach-netx/Kconfig"
720 735
721source "arch/arm/mach-ns9xxx/Kconfig" 736source "arch/arm/mach-ns9xxx/Kconfig"