• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1## SPDX-License-Identifier: GPL-2.0-only
2
3if VENDOR_EXAMPLE
4
5choice
6	prompt "Mainboard model"
7
8source "src/mainboard/example/*/Kconfig.name"
9
10endchoice
11
12source "src/mainboard/example/*/Kconfig"
13
14config MAINBOARD_VENDOR
15	default "Example"
16
17endif # VENDOR_EXAMPLE
18