diff options
author | Uwe Hermann <uwe@hermann-uwe.de> | 2009-09-29 18:15:06 +0000 |
---|---|---|
committer | Uwe Hermann <uwe@hermann-uwe.de> | 2009-09-29 18:15:06 +0000 |
commit | 120bff83ff0c135c6248242416bbff2e61051d41 (patch) | |
tree | 8b805d170b3e4e360c9c32353a9acd35a0bb752b /src/mainboard/asus/m2v-mx_se | |
parent | 6842c0293c743ae9191d0d78fe38e1eba8391265 (diff) | |
download | coreboot-120bff83ff0c135c6248242416bbff2e61051d41.tar.xz |
Fix a number of board names in Kconfig (trivial).
Also, simplify the M2V-MX SE Kconfig file a bit while I'm at it.
Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de>
Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4688 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/asus/m2v-mx_se')
-rw-r--r-- | src/mainboard/asus/m2v-mx_se/Kconfig | 33 |
1 files changed, 6 insertions, 27 deletions
diff --git a/src/mainboard/asus/m2v-mx_se/Kconfig b/src/mainboard/asus/m2v-mx_se/Kconfig index 087e6c06a8..ee33b4faed 100644 --- a/src/mainboard/asus/m2v-mx_se/Kconfig +++ b/src/mainboard/asus/m2v-mx_se/Kconfig @@ -19,7 +19,7 @@ ## config BOARD_ASUS_M2V_MX_SE - bool "M2V-MX-SE" + bool "M2V-MX SE" select ARCH_X86 select CPU_AMD_K8 select CPU_AMD_SOCKET_AM2 @@ -30,8 +30,12 @@ config BOARD_ASUS_M2V_MX_SE select SUPERIO_ITE_IT8712F select USE_PRINTK_IN_CAR select USE_DCACHE_RAM + select HAVE_HARD_RESET + select IOAPIC + select HAVE_OPTION_TABLE + select HAVE_ACPI_TABLES help - Asus M2V-MX-SE mainboard. + Asus M2V-MX SE mainboard. config MAINBOARD_DIR string @@ -58,21 +62,6 @@ config APIC_ID_OFFSET default 0x10 depends on BOARD_ASUS_M2V_MX_SE -config HAVE_HARD_RESET - bool - default y - depends on BOARD_ASUS_M2V_MX_SE - -config IOAPIC - bool - default y - depends on BOARD_ASUS_M2V_MX_SE - -config MAINBOARD_VENDOR - string - default "ASUS" - depends on BOARD_ASUS_M2V_MX_SE - config MAINBOARD_PART_NUMBER string default "M2V-MX SE" @@ -98,16 +87,6 @@ config HEAP_SIZE default 0x40000 depends on BOARD_ASUS_M2V_MX_SE -config HAVE_OPTION_TABLE - bool - default y - depends on BOARD_ASUS_M2V_MX_SE - -config HAVE_ACPI_TABLES - bool - default y - depends on BOARD_ASUS_M2V_MX_SE - config LB_CKS_RANGE_END int default 122 |