forked from Ivasoft/openwrt
modules/gpio_dev: move to drivers/char/ on older kernels as well, and create a package for it
SVN-Revision: 12133
This commit is contained in:
@@ -1,15 +0,0 @@
|
||||
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
|
||||
@@ -1 +0,0 @@
|
||||
obj-$(CONFIG_GPIO_DEVICE) += gpio_dev.o
|
||||
Reference in New Issue
Block a user