Skip to content
Snippets Groups Projects
Commit 67ebe07c authored by Bruce Ashfield's avatar Bruce Ashfield
Browse files

common-pc*/qemux86*: set CONFIG_ATA_PIIX as built-in


Since the IDE options were made obselete in the kernel, and the
PATA driver is the replacement, we haven't had one of the commonly
used qemu boot devices enabled in our kernel by default.

We change CONFIG_ATA_PIIX to built-in, to re-enable use cases that
boot from default qemu 'hardware'.

Signed-off-by: default avatarBruce Ashfield <bruce.ashfield@gmail.com>
parent e9dbe569
No related branches found
No related tags found
No related merge requests found
...@@ -4,7 +4,7 @@ CONFIG_ATA=y ...@@ -4,7 +4,7 @@ CONFIG_ATA=y
CONFIG_ATA_ACPI=y CONFIG_ATA_ACPI=y
CONFIG_ATA_SFF=y CONFIG_ATA_SFF=y
CONFIG_ATA_BMDMA=y CONFIG_ATA_BMDMA=y
CONFIG_ATA_PIIX=m CONFIG_ATA_PIIX=y
CONFIG_PATA_SCH=y CONFIG_PATA_SCH=y
CONFIG_INPUT=y CONFIG_INPUT=y
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment