diff options
Diffstat (limited to 'src/mainboard')
-rw-r--r-- | src/mainboard/tyan/s2880/Kconfig | 2 | ||||
-rw-r--r-- | src/mainboard/tyan/s2882/Kconfig | 2 | ||||
-rw-r--r-- | src/mainboard/tyan/s2885/Kconfig | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/src/mainboard/tyan/s2880/Kconfig b/src/mainboard/tyan/s2880/Kconfig index 05f9ce2dc4..0581862342 100644 --- a/src/mainboard/tyan/s2880/Kconfig +++ b/src/mainboard/tyan/s2880/Kconfig @@ -1,5 +1,5 @@ config BOARD_TYAN_S2880 - bool "S2880 (Thunder K8SR)" + bool "S2880 (Thunder K8S)" select ARCH_X86 select CPU_AMD_SOCKET_940 select NORTHBRIDGE_AMD_AMDK8 diff --git a/src/mainboard/tyan/s2882/Kconfig b/src/mainboard/tyan/s2882/Kconfig index 3cf70cfffa..fdc735318c 100644 --- a/src/mainboard/tyan/s2882/Kconfig +++ b/src/mainboard/tyan/s2882/Kconfig @@ -1,5 +1,5 @@ config BOARD_TYAN_S2882 - bool "S2882 (Thunder K8SR)" + bool "S2882 (Thunder K8S Pro)" select ARCH_X86 select CPU_AMD_SOCKET_940 select NORTHBRIDGE_AMD_AMDK8 diff --git a/src/mainboard/tyan/s2885/Kconfig b/src/mainboard/tyan/s2885/Kconfig index f000f1c03e..0b8d5aca36 100644 --- a/src/mainboard/tyan/s2885/Kconfig +++ b/src/mainboard/tyan/s2885/Kconfig @@ -1,5 +1,5 @@ config BOARD_TYAN_S2885 - bool "S2885 (Thunder K8SR)" + bool "S2885 (Thunder K8W)" select ARCH_X86 select CPU_AMD_SOCKET_940 select NORTHBRIDGE_AMD_AMDK8 |