diff options
| author | Paolo Bonzini | 2019-01-23 07:56:05 +0100 |
|---|---|---|
| committer | Paolo Bonzini | 2019-03-07 21:45:53 +0100 |
| commit | bcb129b3154ba743f8e52c21c331a0dfcaee7c38 (patch) | |
| tree | b0e14312ce4ff29cbf0897b83390bf643bc16cc7 /hw/usb | |
| parent | build: convert pci.mak to Kconfig (diff) | |
| download | qemu-bcb129b3154ba743f8e52c21c331a0dfcaee7c38.tar.gz qemu-bcb129b3154ba743f8e52c21c331a0dfcaee7c38.tar.xz qemu-bcb129b3154ba743f8e52c21c331a0dfcaee7c38.zip | |
build: convert sound.mak to Kconfig
There is really nothing special in these devices; they are just
ISA devices. Instead of including them for each target,
set CONFIG_ISA_BUS to true, and make the devices default to present
whenever ISA is available. More conversion of ISA devices will
follow.
Done with the following script:
while read i; do
i=${i%=y}; i=${i#CONFIG_}
sed -i -e'/^config '$i'$/!b' -en \
-e'a\' -e' default y\' -e' depends on ISA_BUS' \
`grep -lw $i hw/*/Kconfig`
done < default-configs/sound.mak
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Message-Id: <20190123065618.3520-32-yang.zhong@intel.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'hw/usb')
0 files changed, 0 insertions, 0 deletions
