diff options
author | Jean Delvare <khali@linux-fr.org> | 2010-03-02 06:23:44 -0500 |
---|---|---|
committer | Jean Delvare <khali@linux-fr.org> | 2010-03-02 06:23:44 -0500 |
commit | 35859254483bce479024781885bc02d860552995 (patch) | |
tree | 85ab025d778694c8784b2c43584406523c572fe7 /drivers/i2c/busses/Kconfig | |
parent | e2ca307439fb9df922c3e8891289a2ac05812fb7 (diff) |
i2c-parport: Add SMBus alert support
Add support for the SMBus alert mechanism to the i2c-parport 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/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/i2c/busses/Kconfig b/drivers/i2c/busses/Kconfig index 7c382f9d81c3..4d65546ede44 100644 --- a/drivers/i2c/busses/Kconfig +++ b/drivers/i2c/busses/Kconfig | |||
@@ -581,6 +581,7 @@ config I2C_PARPORT | |||
581 | tristate "Parallel port adapter" | 581 | tristate "Parallel port adapter" |
582 | depends on PARPORT | 582 | depends on PARPORT |
583 | select I2C_ALGOBIT | 583 | select I2C_ALGOBIT |
584 | select I2C_SMBUS | ||
584 | help | 585 | help |
585 | This supports parallel port I2C adapters such as the ones made by | 586 | This supports parallel port I2C adapters such as the ones made by |
586 | Philips or Velleman, Analog Devices evaluation boards, and more. | 587 | Philips or Velleman, Analog Devices evaluation boards, and more. |