]> Git Repo - J-linux.git/commitdiff
gpio: tegra186: Allow to enable driver on Tegra234
authorLars-Peter Clausen <[email protected]>
Wed, 13 Nov 2024 16:29:39 +0000 (08:29 -0800)
committerBartosz Golaszewski <[email protected]>
Mon, 18 Nov 2024 10:45:06 +0000 (11:45 +0100)
Support for Tegra234 was added to the tegra186 driver in 1db9b241bb56 (
"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 <[email protected]>
Acked-by: Linus Walleij <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Bartosz Golaszewski <[email protected]>
drivers/gpio/Kconfig

index cb90e3898bf0f39383d5f9bdad207ab0c331c24e..56fee58e281e7cac7f287eb04e4c17a17f75ed04 100644 (file)
@@ -715,13 +715,13 @@ config GPIO_TEGRA
 
 config GPIO_TEGRA186
        tristate "NVIDIA Tegra186 GPIO support"
-       default ARCH_TEGRA_186_SOC || ARCH_TEGRA_194_SOC
-       depends on ARCH_TEGRA_186_SOC || ARCH_TEGRA_194_SOC || COMPILE_TEST
+       default ARCH_TEGRA_186_SOC || ARCH_TEGRA_194_SOC || ARCH_TEGRA_234_SOC
+       depends on ARCH_TEGRA_186_SOC || ARCH_TEGRA_194_SOC || ARCH_TEGRA_234_SOC || COMPILE_TEST
        depends on OF_GPIO
        select GPIOLIB_IRQCHIP
        select IRQ_DOMAIN_HIERARCHY
        help
-         Say yes here to support GPIO pins on NVIDIA Tegra186 SoCs.
+         Say yes here to support GPIO pins on NVIDIA Tegra186, 194 and 234 SoCs.
 
 config GPIO_TS4800
        tristate "TS-4800 DIO blocks and compatibles"
This page took 0.05896 seconds and 4 git commands to generate.