projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8421d4f
)
i2c: designware-baytrail: another fixup for proper Kconfig dependencies
author
Wolfram Sang
<
[email protected]
>
Thu, 19 Feb 2015 16:02:59 +0000
(17:02 +0100)
committer
Wolfram Sang
<
[email protected]
>
Thu, 19 Feb 2015 16:02:59 +0000
(17:02 +0100)
IOSF_MBI is tristate. Baytrail driver isn't.
Reported-by: Randy Dunlap <
[email protected]
>
Acked-by: David E. Box <
[email protected]
>
Signed-off-by: Wolfram Sang <
[email protected]
>
drivers/i2c/busses/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/i2c/busses/Kconfig
b/drivers/i2c/busses/Kconfig
index 3de426e2263a24df188c51e8837bf5944374a97d..81a3ce90edb371e14660a56b02940f411a0d9f88 100644
(file)
--- a/
drivers/i2c/busses/Kconfig
+++ b/
drivers/i2c/busses/Kconfig
@@
-477,7
+477,7
@@
config I2C_DESIGNWARE_PCI
config I2C_DESIGNWARE_BAYTRAIL
bool "Intel Baytrail I2C semaphore support"
- depends on I2C_DESIGNWARE_PLATFORM && IOSF_MBI && ACPI
+ depends on I2C_DESIGNWARE_PLATFORM && IOSF_MBI
=y
&& ACPI
help
This driver enables managed host access to the PMIC I2C bus on select
Intel BayTrail platforms using the X-Powers AXP288 PMIC. It allows