[linux-yocto] [PATCH 45/87] drivers/i2c/ai2c: remove default y from Kconfig

Paul Butler butler.paul at gmail.com
Mon May 27 09:56:16 PDT 2013


From: Wang Hui <Hui.Wang at windriver.com>

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 <Hui.Wang at windriver.com>
---
 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




More information about the linux-yocto mailing list