diff options
author | Bartosz Golaszewski <bgolaszewski@baylibre.com> | 2017-02-06 15:11:07 +0100 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2017-02-13 08:35:33 +0100 |
commit | e2ff7408953f6fe8a341b31ed2d848f73606bbf4 (patch) | |
tree | 2d028dc349ef4635fe0d5c765ed809ac963f5d50 /drivers/gpio/Kconfig | |
parent | gpio: mockup: implement naming the lines (diff) | |
download | linux-e2ff7408953f6fe8a341b31ed2d848f73606bbf4.tar.xz linux-e2ff7408953f6fe8a341b31ed2d848f73606bbf4.zip |
gpio: mockup: add a dummy irqchip
Setup a dummy irqchip that will allow us to inject line events for
testing purposes.
Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/gpio/Kconfig')
-rw-r--r-- | drivers/gpio/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig index d4cec615a71e..05043071fc98 100644 --- a/drivers/gpio/Kconfig +++ b/drivers/gpio/Kconfig @@ -298,6 +298,8 @@ config GPIO_MOCKUP tristate "GPIO Testing Driver" depends on GPIOLIB && SYSFS select GPIO_SYSFS + select GPIOLIB_IRQCHIP + select IRQ_WORK help This enables GPIO Testing driver, which provides a way to test GPIO subsystem through sysfs(or char device) and debugfs. GPIO_SYSFS |