1 --- a/drivers/char/Kconfig
2 +++ b/drivers/char/Kconfig
3 @@ -1047,6 +1047,14 @@ config CS5535_GPIO
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
16 tristate "RAW driver (/dev/raw/rawN)"
18 --- a/drivers/char/Makefile
19 +++ b/drivers/char/Makefile
20 @@ -99,6 +99,7 @@ obj-$(CONFIG_SCx200_GPIO) += scx200_gpio
21 obj-$(CONFIG_PC8736x_GPIO) += pc8736x_gpio.o
22 obj-$(CONFIG_NSC_GPIO) += nsc_gpio.o
23 obj-$(CONFIG_CS5535_GPIO) += cs5535_gpio.o
24 +obj-$(CONFIG_GPIO_DEVICE) += gpio_dev.o
25 obj-$(CONFIG_GPIO_TB0219) += tb0219.o
26 obj-$(CONFIG_TELCLOCK) += tlclk.o