diff options
author | Tobias Diedrich <ranma+coreboot@tdiedrich.de> | 2010-11-10 19:08:52 +0000 |
---|---|---|
committer | Uwe Hermann <uwe@hermann-uwe.de> | 2010-11-10 19:08:52 +0000 |
commit | ca033311f9366830fd72b4f4fe9b3bb16f6fb176 (patch) | |
tree | 0a96d07205b725cd22f177989a2341f910e56cfb /src/mainboard/asus/m2v/Kconfig | |
parent | d1a1d57adca92dd71f62dfb9363def532c3fc0e6 (diff) |
Add mptable for ASUS M2V.
Signed-off-by: Tobias Diedrich <ranma+coreboot@tdiedrich.de>
Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6059 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/asus/m2v/Kconfig')
-rw-r--r-- | src/mainboard/asus/m2v/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/asus/m2v/Kconfig b/src/mainboard/asus/m2v/Kconfig index 3788a64ae9..3b405abc41 100644 --- a/src/mainboard/asus/m2v/Kconfig +++ b/src/mainboard/asus/m2v/Kconfig @@ -19,6 +19,7 @@ config BOARD_SPECIFIC_OPTIONS # dummy select TINY_BOOTBLOCK select HAVE_PIRQ_TABLE select HAVE_ACPI_TABLES + select HAVE_MP_TABLE config MAINBOARD_DIR string |