Signed-off-by: Ákos Kovács <akoskov...@gmx.com> --- hw/alpha/Kconfig | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 hw/alpha/Kconfig
diff --git a/hw/alpha/Kconfig b/hw/alpha/Kconfig new file mode 100644 index 0000000..e2ae17e --- /dev/null +++ b/hw/alpha/Kconfig @@ -0,0 +1,13 @@ +config CLIPPER + bool + select PCI + select VGA_PCI + select SERIAL + select IDE_ISA + select I8259 + select IDE_PIIX + select I8254 + select PCKBD + select MC146818RTC + select IDE_CMD646 + default y -- 1.8.1.2