cpu/x86/smm/pci_resource_store: Store DEV/VEN ID
[coreboot2.git] / src / mainboard / google / Kconfig
blob48b6e52cf222eebe99654f71e80e03c9427ada57
1 ## SPDX-License-Identifier: GPL-2.0-only
3 if VENDOR_GOOGLE
5 choice
6         prompt "Mainboard model"
8 source "src/mainboard/google/*/Kconfig.name"
10 endchoice
12 source "src/mainboard/google/*/Kconfig"
14 config MAINBOARD_VENDOR
15         default "Google"
17 endif # VENDOR_GOOGLE