Date:2010-01-11 04:30:42 (14 years 2 months ago)
Author:Lars C.
Commit:80d9e42d6a787a7c582315d1c23dfa02e6bf6666
Message:From 806ead1e454a8a5876b777b22ca67187c4749f32 Mon Sep 17 00:00:00 2001 Subject: [PATCH] /opt/Projects/openwrt/target/linux/xburst/patches-2.6.31/800-n526-lpc .patch

Files: drivers/i2c/chips/Kconfig (1 diff)
drivers/i2c/chips/Makefile (1 diff)

Change Details

drivers/i2c/chips/Kconfig
2626      This driver can also be built as a module. If so, the module
2727      will be called tsl2550.
2828
29config N516_LPC
30    tristate "N516 keys & power controller"
31    depends on I2C
32    depends on INPUT
33    depends on POWER_SUPPLY
34    help
35      N516 keyboard & power controller driver
36
37config N526_LPC
38    tristate "N526 LPC934 coprocessor"
39    depends on JZ4740_N526
40    help
41      If you say yes here you get support for the N526s NXP LPC934 coprocessor.
42      It is used as a keyboard controllor and for power management.
43
44      If you have a N526 you probably want to say Y here.
45
2946endmenu
drivers/i2c/chips/Makefile
1212
1313obj-$(CONFIG_DS1682) += ds1682.o
1414obj-$(CONFIG_SENSORS_TSL2550) += tsl2550.o
15obj-$(CONFIG_N516_LPC) += n516-lpc.o
16obj-$(CONFIG_N526_LPC) += n526-lpc.o
1517
1618ifeq ($(CONFIG_I2C_DEBUG_CHIP),y)
1719EXTRA_CFLAGS += -DDEBUG

Archive Download the corresponding diff file



interactive