blob: 2b0cf52431281fe35655626144119535f84d7651 [file] [log] [blame]
Martin Roth9712f102024-02-16 11:02:19 -07001## SPDX-License-Identifier: GPL-2.0-only
2
Jeremy Sollerec430ee2020-01-17 12:13:27 -07003if VENDOR_SYSTEM76
4
5choice
6 prompt "Mainboard model"
7
8source "src/mainboard/system76/*/Kconfig.name"
9
10endchoice
11
12source "src/mainboard/system76/*/Kconfig"
13
14config MAINBOARD_VENDOR
Jeremy Sollerec430ee2020-01-17 12:13:27 -070015 default "System76"
16
Paul Menzel81547dd2020-11-11 19:20:17 +010017endif # VENDOR_SYSTEM76