NVIDIA: SAUCE: pinctrl: Remove duplication of PINCTRL_TEGRA264 definition

Remove the duplication of conifg definition in the Kconfigs.

Add the PINCTRL_TEGRA264 in one place and select when
CONFIG_ARCH_TEGRA_264_SOC is enabled in defconfig.

Signed-off-by: Laxman Dewangan <ldewangan@nvidia.com>
Signed-off-by: Laxman Dewangan <ldewangan@nvidia.com>
Acked-by: Noah Wager <noah.wager@canonical.com>
Acked-by: Jacob Martin <jacob.martin@canonical.com>
Signed-off-by: Noah Wager <noah.wager@canonical.com>
This commit is contained in:
Laxman Dewangan
2024-08-24 10:27:30 +00:00
committed by Noah Wager
parent 09db809325
commit 054dc15476
2 changed files with 1 additions and 7 deletions
-7
View File
@@ -31,13 +31,6 @@ config DEBUG_PINCTRL
help
Say Y here to add some extra checks and diagnostics to PINCTRL calls.
config PINCTRL_TEGRA264
bool "NVIDIA Tegra264 Pinmux support"
select PINCTRL_TEGRA
default y
help
Support for the NVIDIA Tegra264 PINCTRL controller driver.
config PINCTRL_AMD
bool "AMD GPIO pin control"
depends on HAS_IOMEM
+1
View File
@@ -135,6 +135,7 @@ config ARCH_TEGRA_234_SOC
config ARCH_TEGRA_264_SOC
bool "NVIDIA Tegra264 SoC"
select PINCTRL_TEGRA264
help
Enable support for the NVIDIA Tegra264 SoC.