1 --- a/drivers/char/Kconfig
2 +++ b/drivers/char/Kconfig
5 If compiled as a module, it will be called cs5535_gpio.
8 + tristate "GPIO device support"
9 + depends on GENERIC_GPIO
11 + Say Y to enable Linux GPIO device support. This allows control of
12 + GPIO pins using a character device
15 tristate "NEC VR4100 series General-purpose I/O Unit support"
17 --- a/drivers/char/Makefile
18 +++ b/drivers/char/Makefile
20 obj-$(CONFIG_PC8736x_GPIO) += pc8736x_gpio.o
21 obj-$(CONFIG_NSC_GPIO) += nsc_gpio.o
22 obj-$(CONFIG_CS5535_GPIO) += cs5535_gpio.o
23 +obj-$(CONFIG_GPIO_DEVICE) += gpio_dev.o
24 obj-$(CONFIG_GPIO_VR41XX) += vr41xx_giu.o
25 obj-$(CONFIG_GPIO_TB0219) += tb0219.o
26 obj-$(CONFIG_TELCLOCK) += tlclk.o