From: Wang Hui <[email protected]> If we set default y for this driver in the Kconfig, it will be built when we build other platforms, it will bring building errors, so remove it.
Signed-off-by: Wang Hui <[email protected]> --- drivers/i2c/busses/Kconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/i2c/busses/Kconfig b/drivers/i2c/busses/Kconfig index 58acc26..411a2fc 100644 --- a/drivers/i2c/busses/Kconfig +++ b/drivers/i2c/busses/Kconfig @@ -919,7 +919,6 @@ config SCx200_ACB config I2C_AXXIA tristate "Axxia I2C bus support" select I2C_ALGOBIT - default y help Say yes if you want to support the I2C bus on Axxia platforms. -- 1.8.3 _______________________________________________ linux-yocto mailing list [email protected] https://lists.yoctoproject.org/listinfo/linux-yocto
