@@ -57,14 +57,6 @@ config TEGRA_PCI
depends on ARCH_TEGRA
select PCI
-config TEGRA_AHB
- bool "Enable AHB driver for NVIDIA Tegra SoCs"
- default y
- help
- Adds AHB configuration functionality for NVIDIA Tegra SoCs,
- which controls AHB bus master arbitration and some
- performance parameters(priority, prefech size).
-
config TEGRA_EMC_SCALING_ENABLE
bool "Enable scaling the memory frequency"
@@ -166,4 +166,6 @@ source "drivers/reset/Kconfig"
source "drivers/fmc/Kconfig"
+source "drivers/amba/Kconfig"
+
endmenu
new file mode 100644
@@ -0,0 +1,8 @@
+config TEGRA_AHB
+ bool "AHB driver for NVIDIA Tegra SoCs"
+ depends on ARCH_TEGRA
+ default y
+ help
+ Adds AHB configuration functionality for NVIDIA Tegra SoCs,
+ which controls AHB bus master arbitration and some
+ performance parameters (priority, prefetch size).