i2c-nomadik: depend on ARM_AMBA, not PLAT_NOMADIK
authorAlessandro Rubini <rubini@gnudd.com>
Mon, 11 Jun 2012 20:56:49 +0000 (22:56 +0200)
committerWolfram Sang <w.sang@pengutronix.de>
Mon, 9 Jul 2012 09:40:49 +0000 (11:40 +0200)
The gateware device has been used outside of the Nomadik world, using
the pci-amba bridge driver, so loosen the dependencies.

Signed-off-by: Alessandro Rubini <rubini@gnudd.com>
Acked-by: Giancarlo Asnaghi <giancarlo.asnaghi@st.com>
Tested-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Wolfram Sang <w.sang@pengutronix.de>
drivers/i2c/busses/Kconfig

index 7244c8be606360dd10455b8984e344479f0d8bb1..e9f9c5dc87ce40d126356f65b0098a3aeb13834c 100644 (file)
@@ -479,10 +479,11 @@ config I2C_MXS
 
 config I2C_NOMADIK
        tristate "ST-Ericsson Nomadik/Ux500 I2C Controller"
-       depends on PLAT_NOMADIK
+       depends on ARM_AMBA
        help
          If you say yes to this option, support will be included for the
-         I2C interface from ST-Ericsson's Nomadik and Ux500 architectures.
+         I2C interface from ST-Ericsson's Nomadik and Ux500 architectures,
+         as well as the STA2X11 PCIe I/O HUB.
 
 config I2C_NUC900
        tristate "NUC900 I2C Driver"
This page took 0.025275 seconds and 5 git commands to generate.