diff options
author | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2008-08-05 09:52:23 +0000 |
---|---|---|
committer | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2008-08-05 09:52:23 +0000 |
commit | 677508fba07647c0b29f41434785383ebd6ea7f3 (patch) | |
tree | 2b60beba9e465fa67c83392bd07e0ad8dacb8324 /target/linux/generic-2.6/files/drivers/gpio/Kconfig | |
parent | 69938ec5950387c6d71f74c82428f9bca99cdfee (diff) |
[kernel] modules/gpio_dev: move to drivers/char/ on older kernels as well, and create a package for it
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12133 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/generic-2.6/files/drivers/gpio/Kconfig')
-rw-r--r-- | target/linux/generic-2.6/files/drivers/gpio/Kconfig | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/target/linux/generic-2.6/files/drivers/gpio/Kconfig b/target/linux/generic-2.6/files/drivers/gpio/Kconfig deleted file mode 100644 index d97fc1b4f1..0000000000 --- a/target/linux/generic-2.6/files/drivers/gpio/Kconfig +++ /dev/null @@ -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 |