X-Git-Url: http://wien.tomnetworks.com/gitweb/?p=coreboot.git;a=blobdiff_plain;f=src%2Fmainboard%2Fasus%2FKconfig;h=826cf5a1326181c37915ab65f0bc4c2ba7fc34fe;hp=f7a30174a97dda48e794c02176e63c318cdce1be;hb=998ef7e66534a1e50df025cc5f57428649326352;hpb=d85ae17837d9ed66462a87e1d7720c97c1a357bc diff --git a/src/mainboard/asus/Kconfig b/src/mainboard/asus/Kconfig index f7a30174a..826cf5a13 100644 --- a/src/mainboard/asus/Kconfig +++ b/src/mainboard/asus/Kconfig @@ -43,6 +43,8 @@ config BOARD_ASUS_M4A78_EM bool "M4A78-EM" config BOARD_ASUS_M5A88_V bool "M5A88-V" +config BOARD_ASUS_M5A99X_EVO + bool "M5A99X-EVO" config BOARD_ASUS_MEW_AM bool "MEW-AM" config BOARD_ASUS_MEW_VM @@ -73,6 +75,7 @@ source "src/mainboard/asus/m4a785-m/Kconfig" source "src/mainboard/asus/m4a785t-m/Kconfig" source "src/mainboard/asus/m4a78-em/Kconfig" source "src/mainboard/asus/m5a88-v/Kconfig" +source "src/mainboard/asus/m5a99x-evo/Kconfig" source "src/mainboard/asus/mew-am/Kconfig" source "src/mainboard/asus/mew-vm/Kconfig" source "src/mainboard/asus/p2b/Kconfig"