diff options
author | Bartosz Golaszewski | 2021-01-21 13:13:55 +0100 |
---|---|---|
committer | Bartosz Golaszewski | 2021-02-15 11:43:29 +0100 |
commit | 4bf2426103d2dd89c1b48bd5eba8cd16903ec40b (patch) | |
tree | 3c1349e4a8baa1ec6f9b849ebab531b1f10f1046 /drivers/gpio | |
parent | 481a4209de3f49ba8affb21fa0e1dca6e4f6c8c6 (diff) |
gpio: mockup: tweak the Kconfig help text
gpio-mockup doesn't require SYSFS to be selected so drop that bit from
the Kconfig text.
Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/gpio')
-rw-r--r-- | drivers/gpio/Kconfig | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig index 482d1e84ce14..f50532e1cf18 100644 --- a/drivers/gpio/Kconfig +++ b/drivers/gpio/Kconfig @@ -1640,8 +1640,7 @@ config GPIO_MOCKUP select IRQ_SIM help This enables GPIO Testing driver, which provides a way to test GPIO - subsystem through sysfs(or char device) and debugfs. GPIO_SYSFS - must be selected for this test. + subsystem through sysfs (or char device) and debugfs. User could use it through the script in tools/testing/selftests/gpio/gpio-mockup.sh. Reference the usage in it. |