i2c-stu300: Make driver depend on MACH_U300
authorLinus Walleij <linus.walleij@stericsson.com>
Sun, 14 Jun 2009 22:30:18 +0000 (00:30 +0200)
committerBen Dooks <ben-linux@fluff.org>
Tue, 16 Jun 2009 21:42:17 +0000 (22:42 +0100)
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>
drivers/i2c/busses/Kconfig

index 0e0a390408358d425b8efad351e81d566738d458..3c259ee7ddda01d61b9462dae9d9d9bfc7625178 100644 (file)
@@ -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
This page took 0.025872 seconds and 5 git commands to generate.