aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/i2c/busses/Kconfig
diff options
context:
space:
mode:
authorJean Delvare <khali@linux-fr.org>2010-03-02 06:23:45 -0500
committerJean Delvare <khali@linux-fr.org>2010-03-02 06:23:45 -0500
commit927ab2f80745ec26f1e83e6ca15a5b29e134c8e5 (patch)
treed59d29fcebc2287f87289503f2d6b128a140fd90 /drivers/i2c/busses/Kconfig
parent35859254483bce479024781885bc02d860552995 (diff)
i2c-parport-light: Add SMBus alert support
Add support for the SMBus alert mechanism to the i2c-parport-light driver. The ADM1032 evaluation board at least is properly wired for this. Signed-off-by: Jean Delvare <khali@linux-fr.org> Cc: David Brownell <dbrownell@users.sourceforge.net> Cc: Trent Piepho <tpiepho@freescale.com>
Diffstat (limited to 'drivers/i2c/busses/Kconfig')
-rw-r--r--drivers/i2c/busses/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/i2c/busses/Kconfig b/drivers/i2c/busses/Kconfig
index 4d65546ede44..4cc3807bd31c 100644
--- a/drivers/i2c/busses/Kconfig
+++ b/drivers/i2c/busses/Kconfig
@@ -605,6 +605,7 @@ config I2C_PARPORT
605config I2C_PARPORT_LIGHT 605config I2C_PARPORT_LIGHT
606 tristate "Parallel port adapter (light)" 606 tristate "Parallel port adapter (light)"
607 select I2C_ALGOBIT 607 select I2C_ALGOBIT
608 select I2C_SMBUS
608 help 609 help
609 This supports parallel port I2C adapters such as the ones made by 610 This supports parallel port I2C adapters such as the ones made by
610 Philips or Velleman, Analog Devices evaluation boards, and more. 611 Philips or Velleman, Analog Devices evaluation boards, and more.