blob: 9101cf3a45a73552bd57351c321b520786547fd9 [file] [log] [blame]
Nils Jacobs1e2113272010-05-14 09:45:29 +00001##
2## This file is part of the coreboot project.
3##
4## Copyright (C) 2010 Nils Jacobs
5##
6## This program is free software; you can redistribute it and/or modify
7## it under the terms of the GNU General Public License as published by
8## the Free Software Foundation; version 2 of the License.
9##
10## This program is distributed in the hope that it will be useful,
11## but WITHOUT ANY WARRANTY; without even the implied warranty of
12## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13## GNU General Public License for more details.
14##
Jens Rottmann9a684fc2010-08-30 16:36:51 +000015if VENDOR_WYSE
Nils Jacobs1e2113272010-05-14 09:45:29 +000016
Nils Jacobsd37ce2e2010-05-08 21:50:31 +000017choice
18 prompt "Mainboard model"
Nils Jacobsd37ce2e2010-05-08 21:50:31 +000019
Stefan Reinauer139e1062015-04-03 20:11:13 +020020source "src/mainboard/wyse/*/Kconfig.name"
Nils Jacobsd37ce2e2010-05-08 21:50:31 +000021
22endchoice
23
Stefan Reinauer139e1062015-04-03 20:11:13 +020024source "src/mainboard/wyse/*/Kconfig"
Jens Rottmann9a684fc2010-08-30 16:36:51 +000025
26config MAINBOARD_VENDOR
27 string
28 default "Wyse"
29
Jens Rottmann9a684fc2010-08-30 16:36:51 +000030endif # VENDOR_WYSE