diff options
author | Erik Gilling <konkers@android.com> | 2010-01-21 19:53:02 -0500 |
---|---|---|
committer | Erik Gilling <konkers@android.com> | 2010-08-05 17:51:42 -0400 |
commit | c5f800656bc985b448b1d848d309648826536543 (patch) | |
tree | efac337e79b73bf24ce639840e41f77bcd46d707 /arch/arm/Kconfig | |
parent | cdd854bc42b5e6c79bbbc40c6600d995ffe6e747 (diff) |
[ARM] tegra: initial tegra support
v2: Fixes from Mike Rapoport
- remove unused header files (mach/dma.h and mach/nand.h)
- remove tegra 1 references from Makefile.boot
v2: fixes from Russell King
- remove mach/io.h include from mach/iomap.h
- fix whitespace in Kconfig
v2: from Colin Cross
- fix invalid immediate in debug-macro.S
v3:
- allow selection of multiple boards
Signed-off-by: Colin Cross <ccross@android.com>
Signed-off-by: Erik Gilling <konkers@android.com>
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" |