summaryrefslogtreecommitdiff
path: root/src/mainboard/asus/a8n_e
diff options
context:
space:
mode:
authorVladimir Serbinenko <phcoder@gmail.com>2014-01-18 22:56:08 +0100
committerVladimir Serbinenko <phcoder@gmail.com>2014-01-18 23:56:29 +0100
commite66548d010d70c70d9894a24d4fb14f29c781f14 (patch)
tree2becf68303f087fa966fd378312604f5536155b2 /src/mainboard/asus/a8n_e
parent49fef4b6cbed18d2514b681ed46d3c57559f0f99 (diff)
downloadcoreboot-e66548d010d70c70d9894a24d4fb14f29c781f14.tar.xz
A8N-SLI: Add it explicitly as a clone of A8N-E
Change-Id: Ieab7d46177eb92393914f8cb055675df00a9a375 Signed-off-by: Vladimir Serbinenko <phcoder@gmail.com> Reviewed-on: http://review.coreboot.org/4723 Tested-by: build bot (Jenkins) Reviewed-by: Alexandru Gagniuc <mr.nuke.me@gmail.com>
Diffstat (limited to 'src/mainboard/asus/a8n_e')
-rw-r--r--src/mainboard/asus/a8n_e/Kconfig4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mainboard/asus/a8n_e/Kconfig b/src/mainboard/asus/a8n_e/Kconfig
index ba2e5b1086..8f9411b60c 100644
--- a/src/mainboard/asus/a8n_e/Kconfig
+++ b/src/mainboard/asus/a8n_e/Kconfig
@@ -1,4 +1,4 @@
-if BOARD_ASUS_A8N_E
+if BOARD_ASUS_A8N_E || BOARD_ASUS_A8N_SLI
config BOARD_SPECIFIC_OPTIONS # dummy
def_bool y
@@ -35,9 +35,11 @@ config SB_HT_CHAIN_ON_BUS0
int
default 2
+if BOARD_ASUS_A8N_E
config MAINBOARD_PART_NUMBER
string
default "A8N-E"
+endif
config MAX_CPUS
int