diff options
author | Florian Fainelli <florian@openwrt.org> | 2009-05-07 12:17:56 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2009-05-07 12:17:56 +0000 |
commit | 6adafe0bc02fc4d31d1de870be6cb8f88356bb7a (patch) | |
tree | 1671e33e4bd98bad60c5b2a4d2d6f741066105e8 /target/linux/ar7/patches-2.6.27/120-gpio_chrdev.patch | |
parent | 743d7804c8499501016af01feddc8cedd1df71db (diff) | |
download | master-187ad058-6adafe0bc02fc4d31d1de870be6cb8f88356bb7a.tar.gz master-187ad058-6adafe0bc02fc4d31d1de870be6cb8f88356bb7a.tar.bz2 master-187ad058-6adafe0bc02fc4d31d1de870be6cb8f88356bb7a.zip |
[ar7] update to 2.6.27 (#4122)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15665 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar7/patches-2.6.27/120-gpio_chrdev.patch')
-rw-r--r-- | target/linux/ar7/patches-2.6.27/120-gpio_chrdev.patch | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/target/linux/ar7/patches-2.6.27/120-gpio_chrdev.patch b/target/linux/ar7/patches-2.6.27/120-gpio_chrdev.patch new file mode 100644 index 0000000000..dfda2310e2 --- /dev/null +++ b/target/linux/ar7/patches-2.6.27/120-gpio_chrdev.patch @@ -0,0 +1,28 @@ +--- a/drivers/char/Kconfig ++++ b/drivers/char/Kconfig +@@ -960,6 +960,15 @@ config MWAVE + To compile this driver as a module, choose M here: the + module will be called mwave. + ++config AR7_GPIO ++ tristate "TI AR7 GPIO Support" ++ depends on AR7 ++ help ++ Give userspace access to the GPIO pins on the Texas Instruments AR7 ++ processors. ++ ++ If compiled as a module, it will be called ar7_gpio. ++ + config SCx200_GPIO + tristate "NatSemi SCx200 GPIO Support" + depends on SCx200 +--- a/drivers/char/Makefile ++++ b/drivers/char/Makefile +@@ -91,6 +91,7 @@ obj-$(CONFIG_COBALT_LCD) += lcd.o + obj-$(CONFIG_PPDEV) += ppdev.o + obj-$(CONFIG_NWBUTTON) += nwbutton.o + obj-$(CONFIG_NWFLASH) += nwflash.o ++obj-$(CONFIG_AR7_GPIO) += ar7_gpio.o + obj-$(CONFIG_SCx200_GPIO) += scx200_gpio.o + obj-$(CONFIG_PC8736x_GPIO) += pc8736x_gpio.o + obj-$(CONFIG_NSC_GPIO) += nsc_gpio.o |