[linux-yocto] [PATCH] common-pc-drivers: Enable CONFIG_ATA_BMDMA
Bruce Ashfield
bruce.ashfield at windriver.com
Tue May 19 13:24:11 PDT 2015
On 2015-05-19 12:23 AM, Saul Wold wrote:
> 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.
sounds good. I worked on gcc5 issues all day today, and didn't get
to merging the new content.
But I will apply this tomorrow.
Cheers,
Bruce
>
> 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