Kconfig (02e74fc0401ae3f952423b04bea773195f2372ce) Kconfig (e2ff7408953f6fe8a341b31ed2d848f73606bbf4)
1#
2# GPIO infrastructure and drivers
3#
4
5config ARCH_HAVE_CUSTOM_GPIO_H
6 bool
7 help
8 Selecting this config option from the architecture Kconfig allows

--- 284 unchanged lines hidden (view full) ---

293 This enables support for memory mapped GPIOs on the External Bus Unit
294 (EBU) found on Lantiq SoCs. The gpios are output only as they are
295 created by attaching a 16bit latch to the bus.
296
297config GPIO_MOCKUP
298 tristate "GPIO Testing Driver"
299 depends on GPIOLIB && SYSFS
300 select GPIO_SYSFS
1#
2# GPIO infrastructure and drivers
3#
4
5config ARCH_HAVE_CUSTOM_GPIO_H
6 bool
7 help
8 Selecting this config option from the architecture Kconfig allows

--- 284 unchanged lines hidden (view full) ---

293 This enables support for memory mapped GPIOs on the External Bus Unit
294 (EBU) found on Lantiq SoCs. The gpios are output only as they are
295 created by attaching a 16bit latch to the bus.
296
297config GPIO_MOCKUP
298 tristate "GPIO Testing Driver"
299 depends on GPIOLIB && SYSFS
300 select GPIO_SYSFS
301 select GPIOLIB_IRQCHIP
302 select IRQ_WORK
301 help
302 This enables GPIO Testing driver, which provides a way to test GPIO
303 subsystem through sysfs(or char device) and debugfs. GPIO_SYSFS
304 must be selected for this test.
305 User could use it through the script in
306 tools/testing/selftests/gpio/gpio-mockup.sh. Reference the usage in
307 it.
308

--- 943 unchanged lines hidden ---
303 help
304 This enables GPIO Testing driver, which provides a way to test GPIO
305 subsystem through sysfs(or char device) and debugfs. GPIO_SYSFS
306 must be selected for this test.
307 User could use it through the script in
308 tools/testing/selftests/gpio/gpio-mockup.sh. Reference the usage in
309 it.
310

--- 943 unchanged lines hidden ---