payloads/edk2: Disable the CPU Timer Lib unless supported
[coreboot.git] / src / mainboard / gizmosphere / Kconfig
blob245bf52e89f1203e92d6cf571f31f4538089eb41
1 # SPDX-License-Identifier: GPL-2.0-only
3 if VENDOR_GIZMOSPHERE
5 choice
6         prompt "Mainboard model"
8 source "src/mainboard/gizmosphere/*/Kconfig.name"
10 endchoice
12 source "src/mainboard/gizmosphere/*/Kconfig"
14 config MAINBOARD_VENDOR
15         default "GizmoSphere"
17 endif # VENDOR_GIZMOSPHERE