diff mbox

[v2,45/71] hw/alpha/Kconfig: Add Kconfig for Alpha

Message ID 1380249092-4775-46-git-send-email-akoskovacs@gmx.com
State New
Headers show

Commit Message

Ákos Kovács Sept. 27, 2013, 2:31 a.m. UTC
Signed-off-by: Ákos Kovács <akoskovacs@gmx.com>
---
 hw/alpha/Kconfig | 13 +++++++++++++
 1 file changed, 13 insertions(+)
 create mode 100644 hw/alpha/Kconfig
diff mbox

Patch

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