Signed-off-by: Ákos Kovács <akoskov...@gmx.com> --- 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