From: Fathi Boudra Date: Fri, 31 Mar 2017 08:41:30 +0000 (+0300) Subject: selftests: gpio: add config fragment for gpio-mockup X-Git-Tag: v4.12-rc1~62^2~13 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8a246230bd2e822f440ebf4e7424fabb4d42da24;p=thirdparty%2Fkernel%2Flinux.git selftests: gpio: add config fragment for gpio-mockup The gpio test requires to insert the gpio mockup module (CONFIG_GPIO_MOCKUP). The gpio mockup driver depends on gpiolib (CONFIG_GPIOLIB). CONFIG_GPIO_SYSFS is selected automatically by the gpio mockup driver. Tested on x86_64 and arm64 with defconfig and kselftest-merge. Signed-off-by: Fathi Boudra Signed-off-by: Shuah Khan --- diff --git a/tools/testing/selftests/gpio/config b/tools/testing/selftests/gpio/config new file mode 100644 index 0000000000000..abaa6902b7b64 --- /dev/null +++ b/tools/testing/selftests/gpio/config @@ -0,0 +1,2 @@ +CONFIG_GPIOLIB=y +CONFIG_GPIO_MOCKUP=m