diff options
author | Nils Jacobs <njacobs8@hetnet.nl> | 2010-05-08 21:50:31 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2010-05-08 21:50:31 +0000 |
commit | d37ce2e28eaa7607442bf3670ed2daec3724dc24 (patch) | |
tree | 94f97e85ce82d726722e8791143ba0aa0f67f99d /src/mainboard/wyse/Kconfig | |
parent | 133887d540620d1c13cf3f3be0fdd46cd7adcff1 (diff) |
Add the Wyse S50 thin client to Coreboot.
Signed-off-by: Nils Jacobs <njacobs8@hetnet.nl>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5533 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/wyse/Kconfig')
-rw-r--r-- | src/mainboard/wyse/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/mainboard/wyse/Kconfig b/src/mainboard/wyse/Kconfig new file mode 100644 index 0000000000..a64504aea5 --- /dev/null +++ b/src/mainboard/wyse/Kconfig @@ -0,0 +1,8 @@ +choice + prompt "Mainboard model" + depends on VENDOR_WYSE + +source "src/mainboard/wyse/s50/Kconfig" + +endchoice + |