aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/i2c/chips/Kconfig
diff options
context:
space:
mode:
authorDavid Brownell <david-b@pacbell.net>2005-05-24 20:34:51 -0400
committerGreg Kroah-Hartman <gregkh@suse.de>2005-06-22 00:52:01 -0400
commit72cd799544f2b36c2f07ceaeed6d984cb130d4f3 (patch)
treeee3f0696bd3b9b09af8f09f449eeac6c0eb3cac5 /drivers/i2c/chips/Kconfig
parentcc0b07ed479fd92806aef7d6dbc58b6dc6da3796 (diff)
[PATCH] I2C: add i2c driver for TPS6501x
This adds an I2C driver for the TPS6501x series of power management chips. It's used on many OMAP based boards, and this driver has been widely used in the Linux-OMAP trees over the last year or so. Signed-off-by: David Brownell <dbrownell@users.sourceforge.net> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/i2c/chips/Kconfig')
-rw-r--r--drivers/i2c/chips/Kconfig19
1 files changed, 18 insertions, 1 deletions
diff --git a/drivers/i2c/chips/Kconfig b/drivers/i2c/chips/Kconfig
index 4da7641975fa..028a6feebea5 100644
--- a/drivers/i2c/chips/Kconfig
+++ b/drivers/i2c/chips/Kconfig
@@ -1,5 +1,5 @@
1# 1#
2# I2C Sensor device configuration 2# I2C Sensor and "other" chip configuration
3# 3#
4 4
5menu "Hardware Sensors Chip support" 5menu "Hardware Sensors Chip support"
@@ -472,6 +472,23 @@ config ISP1301_OMAP
472 This driver can also be built as a module. If so, the module 472 This driver can also be built as a module. If so, the module
473 will be called isp1301_omap. 473 will be called isp1301_omap.
474 474
475# NOTE: This isn't really OMAP-specific, except for the current
476# interface location in <include/asm-arm/arch-omap/tps65010.h>
477# and having mostly OMAP-specific board support
478config TPS65010
479 tristate "TPS6501x Power Management chips"
480 depends on I2C && ARCH_OMAP
481 default y if MACH_OMAP_H2 || MACH_OMAP_H3 || MACH_OMAP_OSK
482 help
483 If you say yes here you get support for the TPS6501x series of
484 Power Management chips. These include voltage regulators,
485 lithium ion/polymer battery charging, and other features that
486 are often used in portable devices like cell phones and cameras.
487
488 This driver can also be built as a module. If so, the module
489 will be called tps65010.
490
491
475config SENSORS_M41T00 492config SENSORS_M41T00
476 tristate "ST M41T00 RTC chip" 493 tristate "ST M41T00 RTC chip"
477 depends on I2C && PPC32 494 depends on I2C && PPC32