mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 00:03:54 -06:00
sh4: switch boards to "default y"
Some targets use "default y" for boards to filter out those that require TCG. For consistency we are switching all other targets to do the same. Continue with SH. No changes to generated config-devices.mak file. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
d70fb7cf34
commit
09c94e6167
3 changed files with 8 additions and 6 deletions
|
@ -1,5 +1,7 @@
|
|||
config R2D
|
||||
bool
|
||||
default y
|
||||
depends on SH4
|
||||
imply PCI_DEVICES
|
||||
imply TEST_DEVICES
|
||||
imply RTL8139_PCI
|
||||
|
@ -13,6 +15,8 @@ config R2D
|
|||
|
||||
config SHIX
|
||||
bool
|
||||
default y
|
||||
depends on SH4
|
||||
select SH7750
|
||||
select TC58128
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue