aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/i2c/busses
diff options
context:
space:
mode:
authorAlessandro Rubini <rubini@gnudd.com>2012-06-11 16:56:49 -0400
committerWolfram Sang <w.sang@pengutronix.de>2012-07-09 05:40:49 -0400
commit419408edc90ee50d50323227d4dd73d6d22dc744 (patch)
tree4cf55c7fae3b443fbb67ad1e6a32b50fbf1a2c37 /drivers/i2c/busses
parent235602146ec9c1882edf1ccc68389c1176be8198 (diff)
i2c-nomadik: depend on ARM_AMBA, not PLAT_NOMADIK
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>
Diffstat (limited to 'drivers/i2c/busses')
-rw-r--r--drivers/i2c/busses/Kconfig5
1 files changed, 3 insertions, 2 deletions
diff --git a/drivers/i2c/busses/Kconfig b/drivers/i2c/busses/Kconfig
index 7244c8be606..e9f9c5dc87c 100644
--- a/drivers/i2c/busses/Kconfig
+++ b/drivers/i2c/busses/Kconfig
@@ -479,10 +479,11 @@ config I2C_MXS
479 479
480config I2C_NOMADIK 480config I2C_NOMADIK
481 tristate "ST-Ericsson Nomadik/Ux500 I2C Controller" 481 tristate "ST-Ericsson Nomadik/Ux500 I2C Controller"
482 depends on PLAT_NOMADIK 482 depends on ARM_AMBA
483 help 483 help
484 If you say yes to this option, support will be included for the 484 If you say yes to this option, support will be included for the
485 I2C interface from ST-Ericsson's Nomadik and Ux500 architectures. 485 I2C interface from ST-Ericsson's Nomadik and Ux500 architectures,
486 as well as the STA2X11 PCIe I/O HUB.
486 487
487config I2C_NUC900 488config I2C_NUC900
488 tristate "NUC900 I2C Driver" 489 tristate "NUC900 I2C Driver"