Skip to content

Commit bef29ca

Browse files
larsclausenBartosz Golaszewski
authored andcommitted
gpio: tegra186: Allow to enable driver on Tegra234
Support for Tegra234 was added to the tegra186 driver in 1db9b24 ( "gpio: tegra186: Add support for Tegra234"). But the driver is not selectable on Tegra234. Update the Kconfig entry to allow the driver to be enabled on Tegra234. Enable the driver by default on Tegra 234 as well, similar to the other platforms it supports. Signed-off-by: Lars-Peter Clausen <lars@metafoo.de> Acked-by: Linus Walleij <linus.walleij@linaro.org> Link: https://lore.kernel.org/r/20241113162939.886242-1-lars@metafoo.de Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
1 parent 050b23d commit bef29ca

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

drivers/gpio/Kconfig

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -715,13 +715,13 @@ config GPIO_TEGRA
715715

716716
config GPIO_TEGRA186
717717
tristate "NVIDIA Tegra186 GPIO support"
718-
default ARCH_TEGRA_186_SOC || ARCH_TEGRA_194_SOC
719-
depends on ARCH_TEGRA_186_SOC || ARCH_TEGRA_194_SOC || COMPILE_TEST
718+
default ARCH_TEGRA_186_SOC || ARCH_TEGRA_194_SOC || ARCH_TEGRA_234_SOC
719+
depends on ARCH_TEGRA_186_SOC || ARCH_TEGRA_194_SOC || ARCH_TEGRA_234_SOC || COMPILE_TEST
720720
depends on OF_GPIO
721721
select GPIOLIB_IRQCHIP
722722
select IRQ_DOMAIN_HIERARCHY
723723
help
724-
Say yes here to support GPIO pins on NVIDIA Tegra186 SoCs.
724+
Say yes here to support GPIO pins on NVIDIA Tegra186, 194 and 234 SoCs.
725725

726726
config GPIO_TS4800
727727
tristate "TS-4800 DIO blocks and compatibles"

0 commit comments

Comments
 (0)