diff options
Diffstat (limited to 'hw/sparc')
-rw-r--r-- | hw/sparc/Kconfig | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/hw/sparc/Kconfig b/hw/sparc/Kconfig index c9c2142304..2a83a8010e 100644 --- a/hw/sparc/Kconfig +++ b/hw/sparc/Kconfig @@ -1,8 +1,21 @@ config SUN4M bool + imply TCX + imply CG3 + select CS4231 + select ECCMEMCTL + select EMPTY_SLOT + select ESCC + select ESP + select FDC + select SLAVIO + select LANCE + select M48T59 + select STP2000 config LEON3 bool + select GRLIB config GRLIB bool |