diff options
author | Linus Walleij <linus.walleij@stericsson.com> | 2009-06-15 00:30:18 +0200 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2009-06-16 22:42:17 +0100 |
commit | 4eaad8ad296a78689f148c8dcd383fc4e51ee123 (patch) | |
tree | 5146fe549f14b9b97c1e76c621656a5229bb43a2 | |
parent | 933a2aec8d08cda11c4b427ea7930b0e92eb9bc8 (diff) | |
download | blackbird-obmc-linux-4eaad8ad296a78689f148c8dcd383fc4e51ee123.tar.gz blackbird-obmc-linux-4eaad8ad296a78689f148c8dcd383fc4e51ee123.zip |
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>
-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 config I2C_STU300 tristate "ST Microelectronics DDC I2C interface" + depends on MACH_U300 default y if MACH_U300 help If you say yes to this option, support will be included for the |