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:
committed by
Noah Wager
parent
09db809325
commit
054dc15476
@@ -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
|
||||
|
||||
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user