Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

amba: Hide TEGRA_AHB symbol

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>

+1 -1
+1 -1
drivers/amba/Kconfig
··· 4 4 if ARM_AMBA 5 5 6 6 config TEGRA_AHB 7 - bool "Enable AHB driver for NVIDIA Tegra SoCs" 7 + bool 8 8 default y if ARCH_TEGRA 9 9 help 10 10 Adds AHB configuration functionality for NVIDIA Tegra SoCs,