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: Ubuntu-4.12.0-11.12~1158^2~13 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=8a246230bd2e822f440ebf4e7424fabb4d42da24;p=mirror_ubuntu-artful-kernel.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 000000000000..abaa6902b7b6 --- /dev/null +++ b/tools/testing/selftests/gpio/config @@ -0,0 +1,2 @@ +CONFIG_GPIOLIB=y +CONFIG_GPIO_MOCKUP=m