summaryrefslogtreecommitdiff
path: root/src/mainboard/asus/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/asus/Kconfig')
-rw-r--r--src/mainboard/asus/Kconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mainboard/asus/Kconfig b/src/mainboard/asus/Kconfig
index 66057df3ed..ba56b6efbe 100644
--- a/src/mainboard/asus/Kconfig
+++ b/src/mainboard/asus/Kconfig
@@ -23,6 +23,8 @@ choice
config BOARD_ASUS_A8N_E
bool "A8N-E"
+config BOARD_ASUS_A8N_SLI
+ bool "A8N-SLI"
config BOARD_ASUS_A8V_E_SE
bool "A8V-E SE"
config BOARD_ASUS_A8V_E_DELUXE
@@ -66,6 +68,7 @@ config BOARD_ASUS_DSBF
endchoice
source "src/mainboard/asus/a8n_e/Kconfig"
+source "src/mainboard/asus/a8n_sli/Kconfig"
source "src/mainboard/asus/a8v-e_se/Kconfig"
source "src/mainboard/asus/a8v-e_deluxe/Kconfig"
source "src/mainboard/asus/f2a85-m/Kconfig"