From caec700c9a87d1565d4e3e37c5c4ce9a5e51c052 Mon Sep 17 00:00:00 2001 From: lars Date: Wed, 4 Aug 2010 13:33:55 +0000 Subject: [xburst] Drop 2.6.32 patches git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22485 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- .../linux/xburst/patches-2.6.32/800-n5x6-lpc.patch | 45 ---------------------- 1 file changed, 45 deletions(-) delete mode 100644 target/linux/xburst/patches-2.6.32/800-n5x6-lpc.patch (limited to 'target/linux/xburst/patches-2.6.32/800-n5x6-lpc.patch') diff --git a/target/linux/xburst/patches-2.6.32/800-n5x6-lpc.patch b/target/linux/xburst/patches-2.6.32/800-n5x6-lpc.patch deleted file mode 100644 index 169bc84ad..000000000 --- a/target/linux/xburst/patches-2.6.32/800-n5x6-lpc.patch +++ /dev/null @@ -1,45 +0,0 @@ -From 806ead1e454a8a5876b777b22ca67187c4749f32 Mon Sep 17 00:00:00 2001 -From: Lars-Peter Clausen -Date: Mon, 11 Jan 2010 04:30:42 +0100 -Subject: [PATCH] /opt/Projects/openwrt/target/linux/xburst/patches-2.6.31/800-n526-lpc.patch - ---- - drivers/i2c/chips/Kconfig | 9 +++++++++ - drivers/i2c/chips/Makefile | 1 + - 2 files changed, 10 insertions(+), 0 deletions(-) - ---- a/drivers/i2c/chips/Kconfig -+++ b/drivers/i2c/chips/Kconfig -@@ -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 -+ help -+ If you say yes here you get support for the N526s NXP LPC934 coprocessor. -+ It is used as a keyboard controllor and for power management. -+ -+ If you have a N526 you probably want to say Y here. -+ - endmenu ---- a/drivers/i2c/chips/Makefile -+++ b/drivers/i2c/chips/Makefile -@@ -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) - EXTRA_CFLAGS += -DDEBUG -- cgit v1.2.3