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>
This commit is contained in:
Kent Gibson 2021-01-19 20:30:59 +08:00 committed by Bartosz Golaszewski
parent 10f33652c0
commit 94329e158e

View File

@ -1,2 +1,3 @@
CONFIG_GPIOLIB=y
CONFIG_GPIO_CDEV=y
CONFIG_GPIO_MOCKUP=m