[linux-yocto] [PATCH] common-pc-drivers: Enable CONFIG_ATA_BMDMA
Saul Wold
sgw at linux.intel.com
Mon May 18 21:23:26 PDT 2015
On 05/18/2015 08:21 PM, Bruce Ashfield wrote:
> On 2015-05-17 2:07 PM, Saul Wold wrote:
>> Enabling the ATA_BMDMA re-enables ATA_PIIX which was getting disabled
>
> Which trees are you targeting with this change ? 3.19, -dev and 3.14 ?
>
I would stay 3.19 and -dev for this one. I think it changed between
3.14 and 3.19 which caused the warning.
Sau!
> Bruce
>
>>
>> Signed-off-by: Saul Wold <sgw at linux.intel.com>
>> ---
>> meta/cfg/kernel-cache/bsp/common-pc/common-pc-drivers.cfg | 3 ++-
>> 1 file changed, 2 insertions(+), 1 deletion(-)
>>
>> diff --git a/meta/cfg/kernel-cache/bsp/common-pc/common-pc-drivers.cfg
>> b/meta/cfg/kernel-cache/bsp/common-pc/common-pc-drivers.cfg
>> index 7160843..0b82190 100644
>> --- a/meta/cfg/kernel-cache/bsp/common-pc/common-pc-drivers.cfg
>> +++ b/meta/cfg/kernel-cache/bsp/common-pc/common-pc-drivers.cfg
>> @@ -5,7 +5,8 @@ CONFIG_PCI_MSI=y
>> CONFIG_ATA=y
>> CONFIG_ATA_ACPI=y
>> CONFIG_ATA_SFF=y
>> -CONFIG_ATA_PIIX=y
>> +CONFIG_ATA_BMDMA=y
>> +CONFIG_ATA_PIIX=m
>>
>> CONFIG_INPUT=y
>> CONFIG_INPUT_MOUSEDEV=y
>>
>
More information about the linux-yocto
mailing list