diff options
author | Alejandro Gonzalez <alex.gonzalez@digi.com> | 2010-04-07 11:12:26 +0200 |
---|---|---|
committer | Alejandro Gonzalez <alex.gonzalez@digi.com> | 2010-04-07 11:29:20 +0200 |
commit | 69ce1a4217d72670c9355c18b29f659f26e0e1c3 (patch) | |
tree | d6d7151113a8ec5e75e9594a8f2e2e374d6abb77 /drivers/mxc | |
parent | b216e4ba0e03996126537fe447f4f2b19369decf (diff) |
ccwmx51js: PMIC MC13892 needs support for both SPI and I2C.
Although in theory only one of them is needed as a control mechanism,
the BSP code fails to build if one of them is not included.
Signed-off-by: Alejandro Gonzalez <alex.gonzalez@digi.com>
Diffstat (limited to 'drivers/mxc')
-rw-r--r-- | drivers/mxc/pmic/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mxc/pmic/Kconfig b/drivers/mxc/pmic/Kconfig index 4ee91110fc03..ecf6bd2ecbec 100644 --- a/drivers/mxc/pmic/Kconfig +++ b/drivers/mxc/pmic/Kconfig @@ -17,7 +17,7 @@ config MXC_PMIC_MC13783 config MXC_PMIC_MC13892 tristate "MC13892 PMIC" - depends on ARCH_MXC && (I2C || SPI) + depends on ARCH_MXC && I2C && SPI select MXC_PMIC ---help--- This is the MXC MC13892(PMIC) support. It include |