blob: 560d1c51d5e4da7ed3930b04a3a328c4c3b3fc71 [file] [log] [blame]
Martin Roth9712f102024-02-16 11:02:19 -07001## SPDX-License-Identifier: GPL-2.0-only
2
Nicola Corna1bea5b72017-03-03 18:04:48 +01003if VENDOR_SAPPHIRE
4
5choice
6 prompt "Mainboard model"
7
8source "src/mainboard/sapphire/*/Kconfig.name"
9
10endchoice
11
12source "src/mainboard/sapphire/*/Kconfig"
13
14config MAINBOARD_VENDOR
Nicola Corna1bea5b72017-03-03 18:04:48 +010015 default "Sapphire"
16
17endif # VENDOR_SAPPHIRE