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/tyan/s2850 | |
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/tyan/s2850')
-rw-r--r-- | src/mainboard/tyan/s2850/Kconfig | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mainboard/tyan/s2850/Kconfig b/src/mainboard/tyan/s2850/Kconfig index 6ae7f0ec95..fe5c34e020 100644 --- a/src/mainboard/tyan/s2850/Kconfig +++ b/src/mainboard/tyan/s2850/Kconfig @@ -1,5 +1,5 @@ config BOARD_TYAN_S2850 - bool "Tyan S2850" + bool "Tomcat K8S (S2850)" select ARCH_X86 select CPU_AMD_K8 select CPU_AMD_SOCKET_940 @@ -8,6 +8,8 @@ config BOARD_TYAN_S2850 select SOUTHBRIDGE_AMD_AMD8111 select SUPERIO_WINBOND_W83627HF select PIRQ_TABLE + help + Tyan Tomcat K8S (S2850) mainboard. config MAINBOARD_DIR string |