aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/Kconfig
diff options
context:
space:
mode:
authorThierry Reding <treding@nvidia.com>2014-07-29 16:24:25 +0200
committerThierry Reding <treding@nvidia.com>2014-11-26 09:43:25 +0100
commitbd968d59ad1bf0a21dfadda01e842c477712097d (patch)
tree568d06e3127c89dea10ea2074f0072168b20acba /drivers/Kconfig
parentamba: Add Kconfig file (diff)
downloadlinux-dev-bd968d59ad1bf0a21dfadda01e842c477712097d.tar.xz
linux-dev-bd968d59ad1bf0a21dfadda01e842c477712097d.zip
ARM: tegra: Move AHB Kconfig to drivers/amba
This will allow the Kconfig option to be shared among 32-bit and 64-bit ARM. Signed-off-by: Thierry Reding <treding@nvidia.com>
Diffstat (limited to 'drivers/Kconfig')
-rw-r--r--drivers/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/Kconfig b/drivers/Kconfig
index 1a693d3f9d51..af02a8a8ec4a 100644
--- a/drivers/Kconfig
+++ b/drivers/Kconfig
@@ -1,5 +1,7 @@
menu "Device Drivers"
+source "drivers/amba/Kconfig"
+
source "drivers/base/Kconfig"
source "drivers/bus/Kconfig"