diff options
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index e39caa8b0c93..56d2c4291e43 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
@@ -562,6 +562,17 @@ config ARCH_NUC93X | |||
562 | Support for Nuvoton (Winbond logic dept.) NUC93X MCU,The NUC93X is a | 562 | Support for Nuvoton (Winbond logic dept.) NUC93X MCU,The NUC93X is a |
563 | low-power and high performance MPEG-4/JPEG multimedia controller chip. | 563 | low-power and high performance MPEG-4/JPEG multimedia controller chip. |
564 | 564 | ||
565 | config ARCH_TEGRA | ||
566 | bool "NVIDIA Tegra" | ||
567 | select GENERIC_TIME | ||
568 | select GENERIC_CLOCKEVENTS | ||
569 | select GENERIC_GPIO | ||
570 | select HAVE_CLK | ||
571 | select ARCH_HAS_BARRIERS if CACHE_L2X0 | ||
572 | help | ||
573 | This enables support for NVIDIA Tegra based systems (Tegra APX, | ||
574 | Tegra 6xx and Tegra 2 series). | ||
575 | |||
565 | config ARCH_PNX4008 | 576 | config ARCH_PNX4008 |
566 | bool "Philips Nexperia PNX4008 Mobile" | 577 | bool "Philips Nexperia PNX4008 Mobile" |
567 | select CPU_ARM926T | 578 | select CPU_ARM926T |
@@ -911,6 +922,8 @@ source "arch/arm/mach-shmobile/Kconfig" | |||
911 | 922 | ||
912 | source "arch/arm/plat-stmp3xxx/Kconfig" | 923 | source "arch/arm/plat-stmp3xxx/Kconfig" |
913 | 924 | ||
925 | source "arch/arm/mach-tegra/Kconfig" | ||
926 | |||
914 | source "arch/arm/mach-u300/Kconfig" | 927 | source "arch/arm/mach-u300/Kconfig" |
915 | 928 | ||
916 | source "arch/arm/mach-ux500/Kconfig" | 929 | source "arch/arm/mach-ux500/Kconfig" |