diff options
author | efdesign98 <efdesign98@gmail.com> | 2011-06-20 21:48:37 -0700 |
---|---|---|
committer | Stefan Reinauer <stefan.reinauer@coreboot.org> | 2011-06-28 23:09:37 +0200 |
commit | 770b877796c1b4632b00191458dbc153226c6bee (patch) | |
tree | 19a8f3a334f606dae49b06ceb43d50aac1926a7a /src/mainboard/amd/Kconfig | |
parent | 7c0c64e1033b4edf9a488e8e31948726ee17465e (diff) |
Add the AMD Torpedo mainboard
The Torpedo mainboard is the reference platform for
the AMD Family 12 cpus and the AMD Hudson-2 (SB900)
southbridge.
Change-Id: Ifbf82fc4e4375a108a9d6068876b8ff612cfa8e1
Signed-off-by: Frank Vibrans <frank.vibrans@amd.com>
Signed-off-by: efdesign98 <efdesign98@gmail.com>
Reviewed-on: http://review.coreboot.org/54
Tested-by: build bot (Jenkins)
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Diffstat (limited to 'src/mainboard/amd/Kconfig')
-rw-r--r-- | src/mainboard/amd/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mainboard/amd/Kconfig b/src/mainboard/amd/Kconfig index 6b18478e83..9ed3133614 100644 --- a/src/mainboard/amd/Kconfig +++ b/src/mainboard/amd/Kconfig @@ -29,6 +29,8 @@ config BOARD_AMD_INAGUA bool "Inagua" config BOARD_AMD_PERSIMMON bool "Persimmon" +config BOARD_AMD_TORPEDO + bool "Torpedo" endchoice source "src/mainboard/amd/db800/Kconfig" @@ -44,6 +46,7 @@ source "src/mainboard/amd/tilapia_fam10/Kconfig" source "src/mainboard/amd/bimini_fam10/Kconfig" source "src/mainboard/amd/inagua/Kconfig" source "src/mainboard/amd/persimmon/Kconfig" +source "src/mainboard/amd/torpedo/Kconfig" config MAINBOARD_VENDOR string |