diff options
author | Linus Walleij <linus.walleij@stericsson.com> | 2009-06-14 18:30:18 -0400 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2009-06-16 17:42:17 -0400 |
commit | 4eaad8ad296a78689f148c8dcd383fc4e51ee123 (patch) | |
tree | 5146fe549f14b9b97c1e76c621656a5229bb43a2 /drivers/i2c | |
parent | 933a2aec8d08cda11c4b427ea7930b0e92eb9bc8 (diff) |
i2c-stu300: Make driver depend on MACH_U300
This makes the stu300 driver for the ST Micro ST DDC I2C bus
driver depend on MACH_U300, new platforms reusing this I2C
driver will need to add in a similar dependency.
Signed-off-by: Linus Walleij <linus.walleij@stericsson.com>
[ben-linux@fluff.org: re-aranged subject line]
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to 'drivers/i2c')
-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 0e0a39040835..3c259ee7ddda 100644 --- a/drivers/i2c/busses/Kconfig +++ b/drivers/i2c/busses/Kconfig | |||
@@ -515,6 +515,7 @@ config I2C_SIMTEC | |||
515 | 515 | ||
516 | config I2C_STU300 | 516 | config I2C_STU300 |
517 | tristate "ST Microelectronics DDC I2C interface" | 517 | tristate "ST Microelectronics DDC I2C interface" |
518 | depends on MACH_U300 | ||
518 | default y if MACH_U300 | 519 | default y if MACH_U300 |
519 | help | 520 | help |
520 | If you say yes to this option, support will be included for the | 521 | If you say yes to this option, support will be included for the |