blob: cf257422c79300c6430039b846e33c62c8abbf92 [file] [log] [blame]
Martin Roth9712f102024-02-16 11:02:19 -07001## SPDX-License-Identifier: GPL-2.0-only
2
Felix Singer402fe202019-02-12 22:22:42 +01003if VENDOR_UP
4
5choice
6 prompt "Mainboard model"
7
8source "src/mainboard/up/*/Kconfig.name"
9
10endchoice
11
12source "src/mainboard/up/*/Kconfig"
13
14config MAINBOARD_VENDOR
Felix Singer402fe202019-02-12 22:22:42 +010015 default "UP"
16
Paul Menzel81547dd2020-11-11 19:20:17 +010017endif # VENDOR_UP