commit | bd968d59ad1bf0a21dfadda01e842c477712097d | [log] [tgz] |
---|---|---|
author | Thierry Reding <treding@nvidia.com> | Tue Jul 29 16:24:25 2014 +0200 |
committer | Thierry Reding <treding@nvidia.com> | Wed Nov 26 09:43:25 2014 +0100 |
tree | 568d06e3127c89dea10ea2074f0072168b20acba | |
parent | d075f4a2b8b9b3531a00fa359fdc4c8eb3fad97b [diff] [blame] |
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>
diff --git a/drivers/Kconfig b/drivers/Kconfig index 1a693d3..af02a8a 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"