add generic gpio char dev for CONFIG_GENERIC_GPIO archs
[openwrt.git] / target / linux / generic-2.6 / files / drivers / gpio / Kconfig
1 menuconfig NEW_GPIO
2         bool "GPIO Support"
3         depends on GENERIC_GPIO
4         help
5           Say Y to enable Linux GPIO device support.  This allows control of 
6           GPIO pins using a character device 
7
8 if NEW_GPIO
9
10 config GPIO_DEVICE
11         tristate "GPIO device support"
12         help
13           This option enables the gpio character device 
14
15 endif # NEW_GPIO