summaryrefslogtreecommitdiff
path: root/drivers/gpio/Kconfig
diff options
context:
space:
mode:
authorKoichiro Den <koichiro.den@canonical.com>2025-02-21 22:35:01 +0900
committerBartosz Golaszewski <bartosz.golaszewski@linaro.org>2025-02-24 14:57:40 +0100
commit45af02f06f6943d73cf9309fd2a63a908b587f57 (patch)
tree4bc38ed7d37c1bccbb6ac0bb5b775c5e9d65e974 /drivers/gpio/Kconfig
parent2f41dbf9cb84349f510ebf2165c13102f79a550b (diff)
gpio: virtuser: convert to use dev-sync-probe utilities
Update gpio-virtuser to use the new dev-sync-probe helper functions for synchronized platform device creation, reducing code duplication. No functional change. Signed-off-by: Koichiro Den <koichiro.den@canonical.com> Link: https://lore.kernel.org/r/20250221133501.2203897-4-koichiro.den@canonical.com Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Diffstat (limited to 'drivers/gpio/Kconfig')
-rw-r--r--drivers/gpio/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig
index 5b167c413422..06cc9b826483 100644
--- a/drivers/gpio/Kconfig
+++ b/drivers/gpio/Kconfig
@@ -1939,6 +1939,7 @@ config GPIO_VIRTUSER
select DEBUG_FS
select CONFIGFS_FS
select IRQ_WORK
+ select DEV_SYNC_PROBE
help
Say Y here to enable the configurable, configfs-based virtual GPIO
consumer testing driver.