From 3527e7a64951f7af020dc5b5d4e588e5f33d136e Mon Sep 17 00:00:00 2001 From: Gabor Juhos Date: Tue, 5 Aug 2008 09:52:23 +0000 Subject: modules/gpio_dev: move to drivers/char/ on older kernels as well, and create a package for it SVN-Revision: 12133 --- target/linux/generic-2.6/files/drivers/gpio/Kconfig | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 target/linux/generic-2.6/files/drivers/gpio/Kconfig (limited to 'target/linux/generic-2.6/files/drivers/gpio/Kconfig') 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 -- cgit v1.2.3