summaryrefslogtreecommitdiffstats
path: root/src/mainboard/dell/Kconfig
diff options
context:
space:
mode:
authorRonald G. Minnich <rminnich@gmail.com>2009-10-01 15:41:39 +0000
committerRonald G. Minnich <rminnich@gmail.com>2009-10-01 15:41:39 +0000
commite14f58343bc4f6b63673e3e2af8f6ce66d0bb74c (patch)
treee77c8c8d83046d529c7a0ed7f3fdb5c711998a1d /src/mainboard/dell/Kconfig
parent61d66db14d9f8790982a299314101e8c5125c36d (diff)
downloadcoreboot-e14f58343bc4f6b63673e3e2af8f6ce66d0bb74c.tar.gz
coreboot-e14f58343bc4f6b63673e3e2af8f6ce66d0bb74c.tar.bz2
coreboot-e14f58343bc4f6b63673e3e2af8f6ce66d0bb74c.zip
We need this to be Kconfig. The old way is not trusted by me.
Signed-off-by: Ronald G. Minnich <rminnich@gmail.com> Acked-by: Ronald G. Minnich <rminnich@gmail.com> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4699 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/dell/Kconfig')
-rw-r--r--src/mainboard/dell/Kconfig9
1 files changed, 8 insertions, 1 deletions
diff --git a/src/mainboard/dell/Kconfig b/src/mainboard/dell/Kconfig
index 792d6005489e..92fe3de9a56d 100644
--- a/src/mainboard/dell/Kconfig
+++ b/src/mainboard/dell/Kconfig
@@ -1 +1,8 @@
-#
+choice
+ prompt "Mainboard model"
+ depends on VENDOR_DELL
+
+source "src/mainboard/dell/s1850/Kconfig"
+
+endchoice
+