util/lint: Remove SuperIO from checkpatch spellcheck
[coreboot.git] / src / mainboard / acer / Kconfig
blob1c3983915482119542ec7c8aa932c759c2a81af4
1 ## SPDX-License-Identifier: GPL-2.0-only
3 if VENDOR_ACER
5 choice
6         prompt "Mainboard model"
8 source "src/mainboard/acer/*/Kconfig.name"
10 endchoice
12 source "src/mainboard/acer/*/Kconfig"
14 config MAINBOARD_VENDOR
15         string
16         default "Acer"
18 endif # VENDOR_ACER