mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-02 19:27:31 +02:00
57f5643ac3
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10261 3c298f89-4303-0410-b956-a3cf2f4a3e73
16 lines
321 B
Plaintext
16 lines
321 B
Plaintext
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
|