selftests: gpio: add config fragment for gpio-mockup
authorFathi Boudra <fathi.boudra@linaro.org>
Fri, 31 Mar 2017 08:41:30 +0000 (11:41 +0300)
committerShuah Khan <shuahkh@osg.samsung.com>
Fri, 21 Apr 2017 17:25:41 +0000 (11:25 -0600)
commit8a246230bd2e822f440ebf4e7424fabb4d42da24
tree6e3b38e7f8203c0818b941a3373eb83e066d6c60
parentb13f76664d68b9b9fc0827c5dcfe6811232db5f7
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 <fathi.boudra@linaro.org>
Signed-off-by: Shuah Khan <shuahkh@osg.samsung.com>
tools/testing/selftests/gpio/config [new file with mode: 0644]