projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9544595
)
amba: Hide TEGRA_AHB symbol
author
Thierry Reding
<treding@nvidia.com>
Thu, 12 Nov 2015 10:50:17 +0000
(11:50 +0100)
committer
Thierry Reding
<treding@nvidia.com>
Tue, 24 Nov 2015 15:47:25 +0000
(16:47 +0100)
The symbol depends on ARCH_TEGRA and will default to y. There are no
circumstances under which it is desirable to disable this option.
Signed-off-by: Thierry Reding <treding@nvidia.com>
drivers/amba/Kconfig
patch
|
blob
|
blame
|
history
diff --git
a/drivers/amba/Kconfig
b/drivers/amba/Kconfig
index 4a5c9d27905900f7bdc1d978f3ef89116e1d83c9..294ba6f363960617c3d1ac2e6191c81e4b384372 100644
(file)
--- a/
drivers/amba/Kconfig
+++ b/
drivers/amba/Kconfig
@@
-4,7
+4,7
@@
config ARM_AMBA
if ARM_AMBA
config TEGRA_AHB
- bool
"Enable AHB driver for NVIDIA Tegra SoCs"
+ bool
default y if ARCH_TEGRA
help
Adds AHB configuration functionality for NVIDIA Tegra SoCs,