diff mbox series

[v2,7/7] selftests: gpio: add CONFIG_GPIO_CDEV to config

Message ID 20210107025731.226017-8-warthog618@gmail.com
State Accepted
Commit 94329e158e341bbeb777c7b5af085cce3ca3d344
Headers show
Series selftests: gpio: rework and port to GPIO uAPI v2 | expand

Commit Message

Kent Gibson Jan. 7, 2021, 2:57 a.m. UTC
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>
---
 tools/testing/selftests/gpio/config | 1 +
 1 file changed, 1 insertion(+)

Comments

Bartosz Golaszewski Jan. 14, 2021, 3:13 p.m. UTC | #1
On Thu, Jan 7, 2021 at 3:59 AM Kent Gibson <warthog618@gmail.com> wrote:
>

> 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>

> ---

>  tools/testing/selftests/gpio/config | 1 +

>  1 file changed, 1 insertion(+)

>

> 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

> --

> 2.30.0

>


Reviewed-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
diff mbox series

Patch

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