aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/gpio
diff options
context:
space:
mode:
authorKent Gibson <warthog618@gmail.com>2021-01-19 20:30:59 +0800
committerBartosz Golaszewski <bgolaszewski@baylibre.com>2021-02-15 11:43:29 +0100
commit94329e158e341bbeb777c7b5af085cce3ca3d344 (patch)
treec12545e0657c5f29528942e6a95a9ffc8e1e6560 /tools/testing/selftests/gpio
parentselftests: gpio: port to GPIO uAPI v2 (diff)
downloadlinux-dev-94329e158e341bbeb777c7b5af085cce3ca3d344.tar.xz
linux-dev-94329e158e341bbeb777c7b5af085cce3ca3d344.zip
selftests: gpio: add CONFIG_GPIO_CDEV to config
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>
Diffstat (limited to 'tools/testing/selftests/gpio')
-rw-r--r--tools/testing/selftests/gpio/config1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/testing/selftests/gpio/config b/tools/testing/selftests/gpio/config
index abaa6902b7b6..ce100342c20b 100644
--- a/tools/testing/selftests/gpio/config
+++ b/tools/testing/selftests/gpio/config
@@ -1,2 +1,3 @@
CONFIG_GPIOLIB=y
+CONFIG_GPIO_CDEV=y
CONFIG_GPIO_MOCKUP=m