From: Kent Gibson Date: Tue, 19 Jan 2021 12:30:59 +0000 (+0800) Subject: selftests: gpio: add CONFIG_GPIO_CDEV to config X-Git-Tag: v5.12-rc1~105^2~43 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=94329e158e341bbeb777c7b5af085cce3ca3d344;p=thirdparty%2Fkernel%2Flinux.git 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 Acked-by: Linus Walleij Signed-off-by: Bartosz Golaszewski --- diff --git a/tools/testing/selftests/gpio/config b/tools/testing/selftests/gpio/config index abaa6902b7b64..ce100342c20b0 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