1 Index: linux-2.6.23-rc6/drivers/char/Kconfig
2 ===================================================================
3 --- linux-2.6.23-rc6.orig/drivers/char/Kconfig 2007-09-21 16:23:51.000000000 +0800
4 +++ linux-2.6.23-rc6/drivers/char/Kconfig 2007-09-21 16:24:12.000000000 +0800
6 To compile this driver as a module, choose M here: the
7 module will be called mwave.
10 + tristate "TI AR7 GPIO Support"
13 + Give userspace access to the GPIO pins on the Texas Instruments AR7
16 + If compiled as a module, it will be called ar7_gpio.
19 tristate "NatSemi SCx200 GPIO Support"
21 Index: linux-2.6.23-rc6/drivers/char/Makefile
22 ===================================================================
23 --- linux-2.6.23-rc6.orig/drivers/char/Makefile 2007-09-21 16:23:51.000000000 +0800
24 +++ linux-2.6.23-rc6/drivers/char/Makefile 2007-09-21 16:24:12.000000000 +0800
26 obj-$(CONFIG_PPDEV) += ppdev.o
27 obj-$(CONFIG_NWBUTTON) += nwbutton.o
28 obj-$(CONFIG_NWFLASH) += nwflash.o
29 +obj-$(CONFIG_AR7_GPIO) += ar7_gpio.o
30 obj-$(CONFIG_SCx200_GPIO) += scx200_gpio.o
31 obj-$(CONFIG_PC8736x_GPIO) += pc8736x_gpio.o
32 obj-$(CONFIG_NSC_GPIO) += nsc_gpio.o