mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-10 02:54:58 -06:00
hw/isa: extract FDC37M81X to a separate file
isa-superio.c currently defines a SuperIO chip that is not used by any other user of the file. Extract the chip to a separate file. Reviewed-by: Bernhard Beschow <shentey@gmail.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Message-ID: <20240213155005.109954-7-pbonzini@redhat.com> [PMD: Update MAINTAINERS] Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
This commit is contained in:
parent
413d0ccb05
commit
fbd758008f
6 changed files with 39 additions and 19 deletions
|
@ -23,6 +23,10 @@ config ISA_SUPERIO
|
|||
# Some users of ISA_SUPERIO do not use it
|
||||
#select IDE_ISA
|
||||
|
||||
config FDC37M81X
|
||||
bool
|
||||
select ISA_SUPERIO
|
||||
|
||||
config PC87312
|
||||
bool
|
||||
select ISA_SUPERIO
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue