summaryrefslogtreecommitdiff
path: root/src/mainboard/hp/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/hp/Kconfig')
-rw-r--r--src/mainboard/hp/Kconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mainboard/hp/Kconfig b/src/mainboard/hp/Kconfig
index 4b391ad4d0..3efd1dd29d 100644
--- a/src/mainboard/hp/Kconfig
+++ b/src/mainboard/hp/Kconfig
@@ -3,6 +3,8 @@ if VENDOR_HP
choice
prompt "Mainboard model"
+config BOARD_HP_ABM
+ bool "ABM"
config BOARD_HP_DL145_G1
bool "ProLiant DL145 G1"
config BOARD_HP_DL145_G3
@@ -17,6 +19,7 @@ config BOARD_HP_PAVILION_M6_1035DX
endchoice
+source "src/mainboard/hp/abm/Kconfig"
source "src/mainboard/hp/dl145_g1/Kconfig"
source "src/mainboard/hp/dl145_g3/Kconfig"
source "src/mainboard/hp/dl165_g6_fam10/Kconfig"