summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/Kconfig
diff options
context:
space:
mode:
authorKirubakaran Sampath <ksampath@nvidia.com>2011-01-10 20:56:44 +0530
committerDan Willemsen <dwillemsen@nvidia.com>2011-04-26 15:49:21 -0700
commit86a5c4c07c3c877907dc07dfb2b16e97228eaa3b (patch)
tree2b1d46096bd13476d88dc06361b0a12bac70172c /arch/arm/mach-tegra/Kconfig
parent379fa616dd1bd15757cc51e2e270ac0940294590 (diff)
[ARM] tegra: Fixing the details of config TEGRA_FPGA_PLATFORM
Adding the details like default value and help for the config variable TEGRA_FPGA_PLATFORM in Kconfig file. Making cardhu as depends on Tegra3 soc architecture. Original-Change-Id: Ib395ffa09c44a8924fdc6bf514132d98acec7bc8 Reviewed-on: http://git-master/r/15408 Reviewed-by: Scott Williams <scwilliams@nvidia.com> Tested-by: Scott Williams <scwilliams@nvidia.com> Change-Id: Ic797d7f5fbcec7c7763f8fe4b694afb385e3ad4c
Diffstat (limited to 'arch/arm/mach-tegra/Kconfig')
-rw-r--r--arch/arm/mach-tegra/Kconfig8
1 files changed, 7 insertions, 1 deletions
diff --git a/arch/arm/mach-tegra/Kconfig b/arch/arm/mach-tegra/Kconfig
index 6b28ba6a4ae6..da7bd5209c4a 100644
--- a/arch/arm/mach-tegra/Kconfig
+++ b/arch/arm/mach-tegra/Kconfig
@@ -63,11 +63,17 @@ config MACH_ARUBA
config MACH_CARDHU
bool "Cardhu board"
+ depends on ARCH_TEGRA_3x_SOC
help
Support for NVIDIA Cardhu development platform
config TEGRA_FPGA_PLATFORM
- bool
+ bool "Support for NVIDIA Tegra FPGA platform"
+ default n
+ help
+ This enables the NVIDIA Tegra FPGA platform support.
+ Select this only if you are an NVIDIA developer working on
+ an FPGA platforms. All others must leave this unselected.
choice
prompt "Low-level debug console UART"