diff options
Diffstat (limited to 'hw/m68k/Kconfig')
-rw-r--r-- | hw/m68k/Kconfig | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/hw/m68k/Kconfig b/hw/m68k/Kconfig new file mode 100644 index 000000000..f839f8a03 --- /dev/null +++ b/hw/m68k/Kconfig @@ -0,0 +1,34 @@ +config AN5206 + bool + select COLDFIRE + select PTIMER + +config MCF5208 + bool + select COLDFIRE + select PTIMER + +config NEXTCUBE + bool + select FRAMEBUFFER + select ESCC + +config Q800 + bool + select MAC_VIA + select NUBUS + select MACFB + select SWIM + select ESCC + select ESP + select DP8393X + select OR_IRQ + +config M68K_VIRT + bool + select M68K_IRQC + select VIRT_CTRL + select GOLDFISH_PIC + select GOLDFISH_TTY + select GOLDFISH_RTC + select VIRTIO_MMIO |