mirror of
https://github.com/torvalds/linux.git
synced 2024-11-19 02:21:47 +00:00
8a246230bd
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>
3 lines
38 B
Plaintext
3 lines
38 B
Plaintext
CONFIG_GPIOLIB=y
|
|
CONFIG_GPIO_MOCKUP=m
|