Files
system76-coreboot/src/mainboard/hp/Kconfig
Martin Roth 41a8997357 mb/getac to mb/intel: Add SPDX license headers to Kconfig files
Change-Id: Id859c981d0bf5dcf90bf6858607a9fe726516309
Signed-off-by: Martin Roth <gaumless@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/80592
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Yidi Lin <yidilin@google.com>
Reviewed-by: Felix Singer <service+coreboot-gerrit@felixsinger.de>
2024-02-18 02:01:52 +00:00

18 lines
237 B
Plaintext

## SPDX-License-Identifier: GPL-2.0-only
if VENDOR_HP
choice
prompt "Mainboard model"
source "src/mainboard/hp/*/Kconfig.name"
endchoice
source "src/mainboard/hp/*/Kconfig"
config MAINBOARD_VENDOR
default "HP"
endif # VENDOR_HP