aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/soc/tegra/Kconfig
diff options
context:
space:
mode:
authorDmitry Osipenko <digetx@gmail.com>2020-09-23 03:34:21 +0300
committerThierry Reding <treding@nvidia.com>2022-09-15 12:49:14 +0200
commit2254182807fc09ba9dec9a42ef239e373796f1b2 (patch)
tree4d4a5759dd7e9fe9148df5b54cd7a6d8c725ab23 /drivers/soc/tegra/Kconfig
parentsoc/tegra: pmc: Add USB port wake events for Tegra194 (diff)
downloadwireguard-linux-2254182807fc09ba9dec9a42ef239e373796f1b2.tar.xz
wireguard-linux-2254182807fc09ba9dec9a42ef239e373796f1b2.zip
soc/tegra: fuse: Drop Kconfig dependency on TEGRA20_APB_DMA
The DMA subsystem could be entirely disabled in Kconfig and then the TEGRA20_APB_DMA option isn't available too. Hence kernel configuration fails if DMADEVICES Kconfig option is disabled due to the unsatisfiable dependency. The FUSE driver isn't a critical driver and currently it only provides NVMEM interface to userspace which isn't known to be widely used, and thus, it's fine if FUSE driver fails to load. Let's remove the erroneous Kconfig dependency and let the FUSE driver to fail the probing if DMA is unavailable. Fixes: 19d41e5e9c68 ("soc/tegra: fuse: Add APB DMA dependency for Tegra20") Reported-by: Necip Fazil Yildiran <fazilyildiran@gmail.com> Link: https://bugzilla.kernel.org/show_bug.cgi?id=209301 Signed-off-by: Dmitry Osipenko <digetx@gmail.com>
Diffstat (limited to 'drivers/soc/tegra/Kconfig')
-rw-r--r--drivers/soc/tegra/Kconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/soc/tegra/Kconfig b/drivers/soc/tegra/Kconfig
index 5725c8ef0406..6f601227da3c 100644
--- a/drivers/soc/tegra/Kconfig
+++ b/drivers/soc/tegra/Kconfig
@@ -136,7 +136,6 @@ config SOC_TEGRA_FUSE
def_bool y
depends on ARCH_TEGRA
select SOC_BUS
- select TEGRA20_APB_DMA if ARCH_TEGRA_2x_SOC
config SOC_TEGRA_FLOWCTRL
bool