aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/soc/Kconfig
diff options
context:
space:
mode:
authorThierry Reding <treding@nvidia.com>2015-09-09 15:29:22 +0200
committerThierry Reding <treding@nvidia.com>2015-11-24 16:47:24 +0100
commit099a6644f5be438dd63c81ba942e7ffbb2c59099 (patch)
tree708b6c84c66c40765bbf105dc61484b0db4a6029 /drivers/soc/Kconfig
parentLinux 4.4-rc1 (diff)
downloadlinux-dev-099a6644f5be438dd63c81ba942e7ffbb2c59099.tar.xz
linux-dev-099a6644f5be438dd63c81ba942e7ffbb2c59099.zip
soc/tegra: Provide per-SoC Kconfig symbols
Move per-SoC generation Kconfig symbols to drivers/soc/tegra/Kconfig to gather them all in a single place. This directory is a natural location for these options since it already contains the drivers that are shared across 32-bit and 64-bit ARM architectures. Signed-off-by: Thierry Reding <treding@nvidia.com>
Diffstat (limited to 'drivers/soc/Kconfig')
-rw-r--r--drivers/soc/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/soc/Kconfig b/drivers/soc/Kconfig
index 4e853ed2c82b..a8d72baf16ea 100644
--- a/drivers/soc/Kconfig
+++ b/drivers/soc/Kconfig
@@ -5,6 +5,7 @@ source "drivers/soc/mediatek/Kconfig"
source "drivers/soc/qcom/Kconfig"
source "drivers/soc/rockchip/Kconfig"
source "drivers/soc/sunxi/Kconfig"
+source "drivers/soc/tegra/Kconfig"
source "drivers/soc/ti/Kconfig"
source "drivers/soc/versatile/Kconfig"