diff options
author | Alexander Graf <agraf@suse.de> | 2010-12-14 01:34:41 +0100 |
---|---|---|
committer | Kevin Wolf <kwolf@redhat.com> | 2010-12-17 16:11:02 +0100 |
commit | 461d13d31ca58e9940bc4b935f3e4ab34294ab8f (patch) | |
tree | 8f512120614d8ac7a7e5b6a0588197776a7bcaaf /default-configs/pci.mak | |
parent | f6ad2e32f8d833c7f1c75dc084a84a8f02704d64 (diff) |
config: move ide core and pci to pci.mak
Every device that can do PCI should also be able to do IDE. So let's move
the IDE definitions over to pci.mak.
Signed-off-by: Alexander Graf <agraf@suse.de>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Diffstat (limited to 'default-configs/pci.mak')
-rw-r--r-- | default-configs/pci.mak | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/default-configs/pci.mak b/default-configs/pci.mak index c74a99f5c9..d700b3c498 100644 --- a/default-configs/pci.mak +++ b/default-configs/pci.mak @@ -10,3 +10,6 @@ CONFIG_PCNET_COMMON=y CONFIG_LSI_SCSI_PCI=y CONFIG_RTL8139_PCI=y CONFIG_E1000_PCI=y +CONFIG_IDE_CORE=y +CONFIG_IDE_QDEV=y +CONFIG_IDE_PCI=y |