]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
gpio: mockup: tweak the Kconfig help text
authorBartosz Golaszewski <bgolaszewski@baylibre.com>
Thu, 21 Jan 2021 12:13:55 +0000 (13:13 +0100)
committerBartosz Golaszewski <bgolaszewski@baylibre.com>
Mon, 15 Feb 2021 10:43:29 +0000 (11:43 +0100)
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>
drivers/gpio/Kconfig

index 482d1e84ce14e43b694bee1e4dd3273691d86141..f50532e1cf1861fd8b5c7d429f7e2989c03126da 100644 (file)
@@ -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.