[linux-yocto] [PATCH 06/19] mohonpeak: Mark LPC_ICH as an in kernel	driver
    Saul Wold 
    sgw at linux.intel.com
       
    Fri May  8 08:35:02 PDT 2015
    
    
  
Since it is being autoselected by the default configuration mark it
as in kernel to not conflict at a module.
Signed-off-by: Saul Wold <sgw at linux.intel.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield at windriver.com>
Signed-off-by: Saul Wold <sgw at linux.intel.com>
---
 meta/cfg/kernel-cache/bsp/mohonpeak/mohonpeak.cfg | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta/cfg/kernel-cache/bsp/mohonpeak/mohonpeak.cfg b/meta/cfg/kernel-cache/bsp/mohonpeak/mohonpeak.cfg
index df953e5..add6d52 100644
--- a/meta/cfg/kernel-cache/bsp/mohonpeak/mohonpeak.cfg
+++ b/meta/cfg/kernel-cache/bsp/mohonpeak/mohonpeak.cfg
@@ -23,7 +23,7 @@ CONFIG_I2C_ISMT=m
 CONFIG_I2C_CHARDEV=y
 
 # LPC Support and WDT
-CONFIG_LPC_ICH=m
+CONFIG_LPC_ICH=y
 CONFIG_ITCO_WDT=y
 
 # Replace intree igb driver with
-- 
2.1.0
    
    
More information about the linux-yocto
mailing list