]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
selftests: gpio: add CONFIG_GPIO_CDEV to config
authorKent Gibson <warthog618@gmail.com>
Tue, 19 Jan 2021 12:30:59 +0000 (20:30 +0800)
committerBartosz Golaszewski <bgolaszewski@baylibre.com>
Mon, 15 Feb 2021 10:43:29 +0000 (11:43 +0100)
GPIO CDEV is now optional and required for the selftests so add it to
the config.

Signed-off-by: Kent Gibson <warthog618@gmail.com>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
tools/testing/selftests/gpio/config

index abaa6902b7b645a84fbed1e8834f809e492349d6..ce100342c20b02c68b1fe05e322c5f62164b96dc 100644 (file)
@@ -1,2 +1,3 @@
 CONFIG_GPIOLIB=y
+CONFIG_GPIO_CDEV=y
 CONFIG_GPIO_MOCKUP=m