diff options
author | Lars-Peter Clausen <lars@metafoo.de> | 2010-03-05 04:21:41 +0000 |
---|---|---|
committer | Lars-Peter Clausen <lars@metafoo.de> | 2010-03-05 04:21:41 +0000 |
commit | 915c434270c3fe10f2f3b1db5628b221758ee148 (patch) | |
tree | c909632820daaf94db66018422276023a05e9e33 /target/linux/xburst/patches-2.6.32 | |
parent | fed5f4f11f54f7ac6e60f676d10f17a339a7ee30 (diff) | |
download | upstream-915c434270c3fe10f2f3b1db5628b221758ee148.tar.gz upstream-915c434270c3fe10f2f3b1db5628b221758ee148.tar.bz2 upstream-915c434270c3fe10f2f3b1db5628b221758ee148.zip |
[xburst] Add support for the n516
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19987 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/xburst/patches-2.6.32')
-rw-r--r-- | target/linux/xburst/patches-2.6.32/800-n5x6-lpc.patch (renamed from target/linux/xburst/patches-2.6.32/800-n526-lpc.patch) | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/target/linux/xburst/patches-2.6.32/800-n526-lpc.patch b/target/linux/xburst/patches-2.6.32/800-n5x6-lpc.patch index df81b64ba3..169bc84ad5 100644 --- a/target/linux/xburst/patches-2.6.32/800-n526-lpc.patch +++ b/target/linux/xburst/patches-2.6.32/800-n5x6-lpc.patch @@ -10,10 +10,18 @@ Subject: [PATCH] /opt/Projects/openwrt/target/linux/xburst/patches-2.6.31/800-n5 --- a/drivers/i2c/chips/Kconfig +++ b/drivers/i2c/chips/Kconfig -@@ -26,4 +26,13 @@ config SENSORS_TSL2550 +@@ -26,4 +26,21 @@ config SENSORS_TSL2550 This driver can also be built as a module. If so, the module will be called tsl2550. ++config N516_LPC ++ tristate "N516 keys & power controller" ++ depends on I2C ++ depends on INPUT ++ depends on POWER_SUPPLY ++ help ++ N516 keyboard & power controller driver ++ +config N526_LPC + tristate "N526 LPC934 coprocessor" + depends on JZ4740_N526 @@ -26,10 +34,11 @@ Subject: [PATCH] /opt/Projects/openwrt/target/linux/xburst/patches-2.6.31/800-n5 endmenu --- a/drivers/i2c/chips/Makefile +++ b/drivers/i2c/chips/Makefile -@@ -12,6 +12,7 @@ +@@ -12,6 +12,8 @@ obj-$(CONFIG_DS1682) += ds1682.o obj-$(CONFIG_SENSORS_TSL2550) += tsl2550.o ++obj-$(CONFIG_N516_LPC) += n516-lpc.o +obj-$(CONFIG_N526_LPC) += n526-lpc.o ifeq ($(CONFIG_I2C_DEBUG_CHIP),y) |