diff options
author | Bartosz Golaszewski <brgl@bgdev.pl> | 2021-12-13 13:43:14 +0100 |
---|---|---|
committer | Bartosz Golaszewski <brgl@bgdev.pl> | 2021-12-17 12:26:13 +0100 |
commit | 1d96b8f635d98748e251e8e9625cf42d81514425 (patch) | |
tree | 07d4e68799a0f0696a55e6a78512c5d43da64cf0 /tools/testing/selftests/gpio/config | |
parent | selftests: gpio: add a helper for reading GPIO line names (diff) | |
download | linux-1d96b8f635d98748e251e8e9625cf42d81514425.tar.xz linux-1d96b8f635d98748e251e8e9625cf42d81514425.zip |
selftests: gpio: add test cases for gpio-sim
Add a set of tests for the new gpio-sim module. This is a pure shell
test-suite and uses the helper programs available in the gpio selftests
directory. These test-cases only test the functionalities exposed by the
gpio-sim driver, not those handled by core gpiolib code.
Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl>
Diffstat (limited to 'tools/testing/selftests/gpio/config')
-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 ce100342c20b..409a8532facc 100644 --- a/tools/testing/selftests/gpio/config +++ b/tools/testing/selftests/gpio/config @@ -1,3 +1,4 @@ CONFIG_GPIOLIB=y CONFIG_GPIO_CDEV=y CONFIG_GPIO_MOCKUP=m +CONFIG_GPIO_SIM=m |