mirror of
https://github.com/torvalds/linux.git
synced 2026-07-27 17:47:41 +02:00
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>
This commit is contained in:
parent
bfdc854ba6
commit
3a33394e8a
|
|
@ -2061,6 +2061,7 @@ config GPIO_VIRTIO
|
|||
|
||||
config GPIO_SIM
|
||||
tristate "GPIO Simulator Module"
|
||||
depends on SYSFS
|
||||
select IRQ_SIM
|
||||
select CONFIGFS_FS
|
||||
help
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user