Skip to content

Commit

Permalink
default-configs: remove CONFIG_PIIX_PCI
Browse files Browse the repository at this point in the history
The CONFIG_PIIX_PCI=y setting was added in

  commit 70615c3
  Author: Blue Swirl <blauwirbel@gmail.com>
  Date:   Mon Mar 22 20:18:40 2010 +0000

    Compile sound devices only once

but nothing in that commit, nor anything pre-existing,
ever referenced CONFIG_PIIX_PCI.

Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
Message-Id: <1473096320-1638-4-git-send-email-berrange@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
  • Loading branch information
berrange authored and bonzini committed Sep 13, 2016
1 parent dd32222 commit e270d00
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion default-configs/i386-softmmu.mak
Expand Up @@ -30,7 +30,6 @@ CONFIG_I8257=y
CONFIG_IDE_ISA=y
CONFIG_IDE_PIIX=y
CONFIG_NE2000_ISA=y
CONFIG_PIIX_PCI=y
CONFIG_HPET=y
CONFIG_APPLESMC=y
CONFIG_I8259=y
Expand Down
1 change: 0 additions & 1 deletion default-configs/x86_64-softmmu.mak
Expand Up @@ -30,7 +30,6 @@ CONFIG_I8257=y
CONFIG_IDE_ISA=y
CONFIG_IDE_PIIX=y
CONFIG_NE2000_ISA=y
CONFIG_PIIX_PCI=y
CONFIG_HPET=y
CONFIG_APPLESMC=y
CONFIG_I8259=y
Expand Down

0 comments on commit e270d00

Please sign in to comment.