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/via/pc2500e | |
parent | 6842c0293c743ae9191d0d78fe38e1eba8391265 (diff) |
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/via/pc2500e')
-rw-r--r-- | src/mainboard/via/pc2500e/Kconfig | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mainboard/via/pc2500e/Kconfig b/src/mainboard/via/pc2500e/Kconfig index be33783fae..0e88136504 100644 --- a/src/mainboard/via/pc2500e/Kconfig +++ b/src/mainboard/via/pc2500e/Kconfig @@ -1,5 +1,5 @@ config BOARD_VIA_PC2500E - bool "PC2500E" + bool "pc2500e" select ARCH_X86 select CPU_VIA_C7 select NORTHBRIDGE_VIA_CN700 @@ -7,7 +7,7 @@ config BOARD_VIA_PC2500E select SUPERIO_ITE_IT8716F select HAVE_PIRQ_TABLE help - VIA PC2500E mainboard. + VIA pc2500e mainboard. config MAINBOARD_DIR string @@ -26,7 +26,7 @@ config MAINBOARD_DIR config MAINBOARD_PART_NUMBER string - default "PC2500E" + default "pc2500e" depends on BOARD_VIA_PC2500E config VIDEO_MB |