diff options
author | Tobias Diedrich <ranma+coreboot@tdiedrich.de> | 2010-11-24 20:03:09 +0000 |
---|---|---|
committer | Tobias Diedrich <ranma@tdiedrich.de> | 2010-11-24 20:03:09 +0000 |
commit | 48ae6086da64eb260c6eed676c593cdcd0957fbf (patch) | |
tree | f70d55ae2a05576cd988c9ee07c770b49dae1617 /src/mainboard/asus/m2v/Kconfig | |
parent | ba9f0b30fb3d2081e30c8957194f3a0a202bc2ef (diff) |
S3 support for ASUS M2V
This adds the board-specific parts for S3 support on the M2V board.
Signed-off-by: Tobias Diedrich <ranma+coreboot@tdiedrich.de>
Acked-by: Stefan Reinauer <stepan@coreboot.org>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6122 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 aced403f2d..78e897b82c 100644 --- a/src/mainboard/asus/m2v/Kconfig +++ b/src/mainboard/asus/m2v/Kconfig @@ -17,6 +17,7 @@ config BOARD_SPECIFIC_OPTIONS # dummy select BOARD_ROMSIZE_KB_512 select RAMINIT_SYSINFO select TINY_BOOTBLOCK + select HAVE_ACPI_RESUME select HAVE_PIRQ_TABLE select PIRQ_ROUTE select HAVE_ACPI_TABLES |