diff options
| author | Bartosz Golaszewski <bartosz.golaszewski@oss.qualcomm.com> | 2026-04-29 11:03:12 +0300 |
|---|---|---|
| committer | Bartosz Golaszewski <bartosz.golaszewski@oss.qualcomm.com> | 2026-05-05 13:50:42 +0300 |
| commit | 3a33394e8a5bc10ae4cbe9a35177fef714513e2e (patch) | |
| tree | 617e2fd695d822072d64db4d74fd8b905e7fa1ee | |
| parent | bfdc854ba63bc815cf710701f889544a9d27df83 (diff) | |
| download | linux-3a33394e8a5bc10ae4cbe9a35177fef714513e2e.tar.xz | |
gpio: sim: add a Kconfig dependency on SYSFS
gpio-sim is unusable without sysfs. Add a Kconfig dependency to its
entry.
Closes: https://sashiko.dev/#/patchset/20260428113439.9783-1-m32285159%40gmail.com
Reviewed-by: Linus Walleij <linusw@kernel.org>
Link: https://patch.msgid.link/20260429080312.15561-1-bartosz.golaszewski@oss.qualcomm.com
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@oss.qualcomm.com>
| -rw-r--r-- | drivers/gpio/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig index c56b00d77bf3..ce95a25298a8 100644 --- a/drivers/gpio/Kconfig +++ b/drivers/gpio/Kconfig @@ -2061,6 +2061,7 @@ config GPIO_VIRTIO config GPIO_SIM tristate "GPIO Simulator Module" + depends on SYSFS select IRQ_SIM select CONFIGFS_FS help |
