2
0
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:
Gabor Juhos
2008-08-05 09:52:23 +00:00
parent cf8eecaad5
commit 3527e7a649
15 changed files with 112 additions and 120 deletions

View File

@@ -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

View File

@@ -1 +0,0 @@
obj-$(CONFIG_GPIO_DEVICE) += gpio_dev.o