Signed-off-by: Ákos Kovács <akoskov...@gmx.com>
---
 hw/sparc/Kconfig | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 hw/sparc/Kconfig

diff --git a/hw/sparc/Kconfig b/hw/sparc/Kconfig
new file mode 100644
index 0000000..52cd04e
--- /dev/null
+++ b/hw/sparc/Kconfig
@@ -0,0 +1,18 @@
+menu "Sparc"
+    config SUN4M
+        bool "Sun4m & Sun4d & Sun4c"
+        select EMPTY_SLOT
+        select ESCC
+        select ESP
+        select M48T59
+        select SLAVIO
+        select FDC
+        default y
+
+    config LEON3
+        bool "Leon3"
+        select GRLIB
+        select SUN4M
+        select STP2000
+        default y
+endmenu
-- 
1.8.1.2


Reply via email to