mirror of
https://github.com/torvalds/linux.git
synced 2026-05-31 10:33:41 +02:00
hwmon: (gpio-fan) Drop unneeded dependency on OF_GPIO
OF_GPIO is selected automatically on all OF systems. Any symbols it controls also provide stubs so there's really no reason to select it explicitly. Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@oss.qualcomm.com> Link: https://lore.kernel.org/r/20260304-gpio-of-kconfig-v1-9-d597916e79e7@oss.qualcomm.com Signed-off-by: Guenter Roeck <linux@roeck-us.net>
This commit is contained in:
parent
987bf9bd9d
commit
a105ba8524
|
|
@ -775,7 +775,6 @@ config SENSORS_G762
|
|||
|
||||
config SENSORS_GPIO_FAN
|
||||
tristate "GPIO fan"
|
||||
depends on OF_GPIO
|
||||
depends on GPIOLIB || COMPILE_TEST
|
||||
depends on THERMAL || THERMAL=n
|
||||
help
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user