diff options
Diffstat (limited to 'hw/sparc/Kconfig')
-rw-r--r-- | hw/sparc/Kconfig | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/hw/sparc/Kconfig b/hw/sparc/Kconfig new file mode 100644 index 000000000..79d58beb7 --- /dev/null +++ b/hw/sparc/Kconfig @@ -0,0 +1,29 @@ +config SUN4M + bool + imply TCX + imply CG3 + select CS4231 + select ECCMEMCTL + select EMPTY_SLOT + select UNIMP + select ESCC + select ESP + select FDC_SYSBUS + select SLAVIO + select LANCE + select M48T59 + select STP2000 + select CHRP_NVRAM + select OR_IRQ + +config LEON3 + bool + select GRLIB + +config GRLIB + bool + select PTIMER + +config SLAVIO + bool + select PTIMER |