From: Kent Gibson <warthog618@gmail.com>
To: linux-kernel@vger.kernel.org, linux-gpio@vger.kernel.org,
linux-kselftest@vger.kernel.org, bgolaszewski@baylibre.com,
linus.walleij@linaro.org, shuah@kernel.org, bamv2005@gmail.com
Cc: Kent Gibson <warthog618@gmail.com>
Subject: [PATCH v3 7/7] selftests: gpio: add CONFIG_GPIO_CDEV to config
Date: Tue, 19 Jan 2021 20:30:59 +0800 [thread overview]
Message-ID: <20210119123059.102004-8-warthog618@gmail.com> (raw)
In-Reply-To: <20210119123059.102004-1-warthog618@gmail.com>
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>
Reviewed-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
---
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
next prev parent reply other threads:[~2021-01-19 14:33 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-01-19 12:30 [PATCH v3 0/7] selftests: gpio: rework and port to GPIO uAPI v2 Kent Gibson
2021-01-19 12:30 ` [PATCH v3 1/7] selftests: gpio: rework and simplify test implementation Kent Gibson
2021-01-19 12:30 ` [PATCH v3 2/7] selftests: gpio: remove obsolete gpio-mockup-chardev.c Kent Gibson
2021-01-19 12:30 ` [PATCH v3 3/7] selftests: remove obsolete build restriction for gpio Kent Gibson
2021-01-19 12:30 ` [PATCH v3 4/7] selftests: remove obsolete gpio references from kselftest_deps.sh Kent Gibson
2021-01-19 12:30 ` [PATCH v3 5/7] tools: gpio: remove uAPI v1 code no longer used by selftests Kent Gibson
2021-01-19 12:30 ` [PATCH v3 6/7] selftests: gpio: port to GPIO uAPI v2 Kent Gibson
2021-01-19 12:30 ` Kent Gibson [this message]
2021-01-21 9:10 ` [PATCH v3 0/7] selftests: gpio: rework and " Bartosz Golaszewski
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20210119123059.102004-8-warthog618@gmail.com \
--to=warthog618@gmail.com \
--cc=bamv2005@gmail.com \
--cc=bgolaszewski@baylibre.com \
--cc=linus.walleij@linaro.org \
--cc=linux-gpio@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-kselftest@vger.kernel.org \
--cc=shuah@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).