[linux-yocto] [PATCH] meta: axxiapowerpc: enable Axxia I2C and loopback device support

Cristian Bercaru cristian.bercaru at windriver.com
Thu Jul 23 04:45:44 PDT 2015


---
 .../kernel-cache/bsp/axxiapowerpc/axxiapowerpc.cfg |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/meta/cfg/kernel-cache/bsp/axxiapowerpc/axxiapowerpc.cfg b/meta/cfg/kernel-cache/bsp/axxiapowerpc/axxiapowerpc.cfg
index 689f887..ae23320 100644
--- a/meta/cfg/kernel-cache/bsp/axxiapowerpc/axxiapowerpc.cfg
+++ b/meta/cfg/kernel-cache/bsp/axxiapowerpc/axxiapowerpc.cfg
@@ -68,9 +68,7 @@ CONFIG_PROC_DEVICETREE=y
 CONFIG_SCSI_CONSTANTS=y
 
 CONFIG_USB_ZD1201=y
-
-CONFIG_INPUT_EVDEV is not set
-
+# CONFIG_INPUT_EVDEV is not set
 CONFIG_SERIAL_ACP=y
 CONFIG_SERIAL_ACP_CONSOLE=y
 
@@ -107,6 +105,7 @@ CONFIG_I2C_CHARDEV=y
 #
 # Other I2C/SMBus bus drivers
 #
+CONFIG_I2C_AXXIA=y
 CONFIG_I2C_DEBUG_CORE=y
 CONFIG_I2C_DEBUG_ALGO=y
 CONFIG_I2C_DEBUG_BUS=y
@@ -148,6 +147,8 @@ CONFIG_LSI_NCR=y
 #
 # Device Tree and Open Firmware support 
 #
+CONFIG_BLK_DEV_LOOP=y
+CONFIG_BLK_DEV_CRYPTOLOOP=y
 CONFIG_BLK_DEV_RAM_SIZE=35000
 
 #
-- 
1.7.9.5



More information about the linux-yocto mailing list