payloads/edk2: Disable the CPU Timer Lib unless supported
[coreboot.git] / src / mainboard / dell / Kconfig
blob298c62b52bc332704656ffe61f43f9b20e8664e2
1 if VENDOR_DELL
3 choice
4         prompt "Mainboard model"
6 source "src/mainboard/dell/*/Kconfig.name"
8 endchoice
10 source "src/mainboard/dell/*/Kconfig"
12 config MAINBOARD_VENDOR
13         string
14         default "Dell Inc."
16 endif # VENDOR_DELL