File tree Expand file tree Collapse file tree 3 files changed +15
-8
lines changed Expand file tree Collapse file tree 3 files changed +15
-8
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ menuconfig ARCH_TEGRA
2
2
bool "NVIDIA Tegra" if ARCH_MULTI_V7
3
3
select ARCH_REQUIRE_GPIOLIB
4
4
select ARCH_SUPPORTS_TRUSTED_FOUNDATIONS
5
+ select ARM_AMBA
5
6
select ARM_GIC
6
7
select CLKSRC_MMIO
7
8
select HAVE_ARM_SCU if SMP
@@ -59,12 +60,4 @@ config ARCH_TEGRA_124_SOC
59
60
Support for NVIDIA Tegra T124 processor family, based on the
60
61
ARM CortexA15MP CPU
61
62
62
- config TEGRA_AHB
63
- bool "Enable AHB driver for NVIDIA Tegra SoCs"
64
- default y
65
- help
66
- Adds AHB configuration functionality for NVIDIA Tegra SoCs,
67
- which controls AHB bus master arbitration and some
68
- performance parameters(priority, prefech size).
69
-
70
63
endif
Original file line number Diff line number Diff line change 1
1
menu "Device Drivers"
2
2
3
+ source "drivers/amba/Kconfig"
4
+
3
5
source "drivers/base/Kconfig"
4
6
5
7
source "drivers/bus/Kconfig"
Original file line number Diff line number Diff line change 1
1
config ARM_AMBA
2
2
bool
3
+
4
+ if ARM_AMBA
5
+
6
+ config TEGRA_AHB
7
+ bool "Enable AHB driver for NVIDIA Tegra SoCs"
8
+ default y if ARCH_TEGRA
9
+ help
10
+ Adds AHB configuration functionality for NVIDIA Tegra SoCs,
11
+ which controls AHB bus master arbitration and some performance
12
+ parameters (priority, prefetch size).
13
+
14
+ endif
You can’t perform that action at this time.
0 commit comments