Re: [linux-yocto] [PATCH 11/13] CONFIG_I2C_I801: set option to yes in intel-core* bsps

2016-02-08 Thread Sullivan, California L
On 02/07/2016 03:33 PM, Paul Gortmaker wrote: > [[linux-yocto] [PATCH 11/13] CONFIG_I2C_I801: set option to yes in > intel-core* bsps] On 04/02/2016 (Thu 16:25) California Sullivan wrote: > >> Without EXPERT, we hit a select on I2C_I801, forcing it to yes and >> causing a war

Re: [linux-yocto] [PATCH 11/13] CONFIG_I2C_I801: set option to yes in intel-core* bsps

2016-02-07 Thread Paul Gortmaker
[[linux-yocto] [PATCH 11/13] CONFIG_I2C_I801: set option to yes in intel-core* bsps] On 04/02/2016 (Thu 16:25) California Sullivan wrote: > Without EXPERT, we hit a select on I2C_I801, forcing it to yes and > causing a warning. Set I2C_I801 to yes, and if a bsp wants to build it > as

[linux-yocto] [PATCH 11/13] CONFIG_I2C_I801: set option to yes in intel-core* bsps

2016-02-04 Thread California Sullivan
Without EXPERT, we hit a select on I2C_I801, forcing it to yes and causing a warning. Set I2C_I801 to yes, and if a bsp wants to build it as a module, it can be done through an extended ktype bsp. Signed-off-by: California Sullivan --- bsp/haswell-wc/haswell-wc.cfg | 2 +- bsp/mohonpeak/moh