1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-07 11:41:21 +02:00
openwrt/target/linux/generic-2.6/files/drivers/gpio/Kconfig

16 lines
321 B
Plaintext
Raw Normal View History

menuconfig NEW_GPIO
bool "GPIO Support"
depends on GENERIC_GPIO
help
Say Y to enable Linux GPIO device support. This allows control of
GPIO pins using a character device
if NEW_GPIO
config GPIO_DEVICE
tristate "GPIO device support"
help
This option enables the gpio character device
endif # NEW_GPIO