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