blob: 02913e6945d6a1c30d3f832deea545f414f4ada3 [file] [log] [blame]
## 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