diff options
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | 2009-09-12 06:50:52 -0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2009-09-12 06:50:52 -0400 |
commit | 701038144945ef98c5817f43079952fa38c35999 (patch) | |
tree | 88782f6ac8e4df1f7f8f738659adedd7108e8cae /arch/arm/Kconfig | |
parent | 4abf27add86e5b7c37dca1fb4dd9a740b4332a84 (diff) | |
parent | c2b455474e4c6bc8bab6506e2a08dbd5ad50d74d (diff) |
Merge branch 'nomadik' into devel-stable
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 5f6d977bd3df..7a96ad317dcd 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
@@ -338,6 +338,20 @@ config ARCH_H720X | |||
338 | help | 338 | help |
339 | This enables support for systems based on the Hynix HMS720x | 339 | This enables support for systems based on the Hynix HMS720x |
340 | 340 | ||
341 | config ARCH_NOMADIK | ||
342 | bool "STMicroelectronics Nomadik" | ||
343 | select ARM_AMBA | ||
344 | select ARM_VIC | ||
345 | select CPU_ARM926T | ||
346 | select HAVE_CLK | ||
347 | select COMMON_CLKDEV | ||
348 | select GENERIC_TIME | ||
349 | select GENERIC_CLOCKEVENTS | ||
350 | select GENERIC_GPIO | ||
351 | select ARCH_REQUIRE_GPIOLIB | ||
352 | help | ||
353 | Support for the Nomadik platform by ST-Ericsson | ||
354 | |||
341 | config ARCH_IOP13XX | 355 | config ARCH_IOP13XX |
342 | bool "IOP13xx-based" | 356 | bool "IOP13xx-based" |
343 | depends on MMU | 357 | depends on MMU |
@@ -745,6 +759,8 @@ source "arch/arm/mach-at91/Kconfig" | |||
745 | 759 | ||
746 | source "arch/arm/plat-mxc/Kconfig" | 760 | source "arch/arm/plat-mxc/Kconfig" |
747 | 761 | ||
762 | source "arch/arm/mach-nomadik/Kconfig" | ||
763 | |||
748 | source "arch/arm/mach-netx/Kconfig" | 764 | source "arch/arm/mach-netx/Kconfig" |
749 | 765 | ||
750 | source "arch/arm/mach-ns9xxx/Kconfig" | 766 | source "arch/arm/mach-ns9xxx/Kconfig" |