From 0844d5fe4950f671712ca16bfecd9baf4ffdf8a6 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Sat, 26 Jan 2008 03:16:11 +0000 Subject: add generic gpio char dev for CONFIG_GENERIC_GPIO archs SVN-Revision: 10261 --- target/linux/generic-2.6/files/drivers/gpio/Kconfig | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create 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 new file mode 100644 index 0000000000..d97fc1b4f1 --- /dev/null +++ b/target/linux/generic-2.6/files/drivers/gpio/Kconfig @@ -0,0 +1,15 @@ +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