diff options
author | Peng Du <pdu@nvidia.com> | 2013-08-08 16:15:49 -0700 |
---|---|---|
committer | Tom Cherry <tcherry@nvidia.com> | 2014-01-21 15:13:55 -0800 |
commit | 0688aff3231bad6b791786fa8273da2bc0bdfc47 (patch) | |
tree | 8660cc459bd791c82cb33f16eccd62aa7627af17 /arch | |
parent | d02d092d5ff5409d477f4c8731f8d932a992fbdf (diff) |
ARM64: Kconfig: select PCI for TEGRA
Change-Id: I6df8ad92a70c5d1e3577d786add7ccac1fcbbc61
Signed-off-by: Peng Du <pdu@nvidia.com>
Reviewed-on: http://git-master/r/259833
Reviewed-by: Automatic_Commit_Validation_User
Reviewed-by: Alexander Van Brunt <avanbrunt@nvidia.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm64/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig index 1f02f12a6c61..9807898748fd 100644 --- a/arch/arm64/Kconfig +++ b/arch/arm64/Kconfig @@ -135,6 +135,7 @@ config ARCH_TEGRA select HAVE_SMP select MIGHT_HAVE_CACHE_L2X0 select NEED_MACH_IO_H + select PCI help This enables support for NVIDIA Tegra based systems (Tegra APX, Tegra 6xx and Tegra 2 series). |