]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
bus: ts-nbus: drop unneeded dependency on OF_GPIO
authorBartosz Golaszewski <bartosz.golaszewski@oss.qualcomm.com>
Wed, 6 May 2026 08:19:59 +0000 (10:19 +0200)
committerBartosz Golaszewski <bartosz.golaszewski@oss.qualcomm.com>
Mon, 8 Jun 2026 08:38:10 +0000 (10:38 +0200)
OF_GPIO is selected automatically on all OF systems. Any symbols it
controls also provide stubs and are private to GPIOLIB anyway so there's
really no reason to select it explicitly.

Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Link: https://patch.msgid.link/20260506081959.5221-1-bartosz.golaszewski@oss.qualcomm.com
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@oss.qualcomm.com>
drivers/bus/Kconfig

index 3181d8aa32a3e3ec26935afdbde1ef647f425fd5..e4b1db809187fc5f8b39e3950776df94005476ad 100644 (file)
@@ -216,7 +216,7 @@ config TI_SYSC
 config TS_NBUS
        tristate "Technologic Systems NBUS Driver"
        depends on SOC_IMX28
-       depends on OF_GPIO && PWM
+       depends on PWM
        help
          Driver for the Technologic Systems NBUS which is used to interface
          with the peripherals in the FPGA of the TS-4600 SoM.