diff options
author | Kent Gibson <warthog618@gmail.com> | 2021-01-19 15:30:59 +0300 |
---|---|---|
committer | Bartosz Golaszewski <bgolaszewski@baylibre.com> | 2021-02-15 13:43:29 +0300 |
commit | 94329e158e341bbeb777c7b5af085cce3ca3d344 (patch) | |
tree | c12545e0657c5f29528942e6a95a9ffc8e1e6560 /tools/testing | |
parent | 10f33652c0e791fcc36201cacd78cc83db9baa9e (diff) | |
download | linux-94329e158e341bbeb777c7b5af085cce3ca3d344.tar.xz |
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')
-rw-r--r-- | tools/testing/selftests/gpio/config | 1 |
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 |