qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [v2 70/71] hw/sh4/Kconfig: Kconfig for SH4 added


From: Ákos Kovács
Subject: [Qemu-devel] [v2 70/71] hw/sh4/Kconfig: Kconfig for SH4 added
Date: Fri, 27 Sep 2013 04:31:31 +0200

Signed-off-by: Ákos Kovács <address@hidden>
---
 hw/sh4/Kconfig | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 hw/sh4/Kconfig

diff --git a/hw/sh4/Kconfig b/hw/sh4/Kconfig
new file mode 100644
index 0000000..33c84d9
--- /dev/null
+++ b/hw/sh4/Kconfig
@@ -0,0 +1,17 @@
+menu "SH4"
+    config SH4
+        bool
+        default y
+
+    config R2D
+        bool "Renesas SH7751R R2D-PLUS"
+        select PFLASH_CFI02
+        select PCI
+        select SM501
+        select SERIAL
+        select IDE_MMIO
+
+    config SHIX
+        bool "SHIX 2.0 board"
+        select PCI
+endmenu
-- 
1.8.1.2




reply via email to

[Prev in Thread] Current Thread [Next in Thread]