UBUNTU: [Config] CONFIG_I2C_DESIGNWARE_BAYTRAIL=y, CONFIG_IOSF_MBI=y
BugLink: http://bugs.launchpad.net/bugs/1527096 This commit wants to enable the Intel Baytrail I2C semaphore, this driver was added into the kernel from v4.0. The driver implements a hardware semphore to protect the I2C bus to be shared among several users safely. We have met a problem on a Cherry Trail platform, when we insert the SD storage card into the SD slot, the system will hang, after enable this driver in the kernel, the problem disappers. This driver depends on the "CONFIG_IOSF_MBI=y", so we change this config item from m to y. Signed-off-by: Hui Wang <hui.wang@canonical.com> Signed-off-by: Tim Gardner <tim.gardner@canonical.com>
Showing
Please register or sign in to comment