]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitd0fb2dfa6a72a4b4fe901d839708e46bd3c78789
tree6e3b38e7f8203c0818b941a3373eb83e066d6c60
parentc2c5d7e1856bed1fa0bb6f9345ac7d7305a63ac4
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]