diff options
author | Kerry Sheh <shekairui@gmail.com> | 2012-02-07 20:31:40 +0800 |
---|---|---|
committer | Marc Jones <marcj303@gmail.com> | 2012-02-16 22:31:53 +0100 |
commit | 131c936b45a4f0d3a1aaaf0165faffc8a7cd72c6 (patch) | |
tree | 9c22dc09a64513e58211c7df682b8f90962ba92e /src/southbridge/amd/cimx/Kconfig | |
parent | 6811f75457148cc0d3b0cb4832fda712e7797af2 (diff) |
SB700 southbridge: AMD SB700/SP5100 southbridge CIMX wrapper
Change-Id: If924b7eb176e7d3d82fa394929b653b1ced3a743
Signed-off-by: Kerry Sheh <kerry.she@amd.com>
Signed-off-by: Kerry Sheh <shekairui@gmail.com>
Reviewed-on: http://review.coreboot.org/561
Tested-by: build bot (Jenkins)
Reviewed-by: Marc Jones <marcj303@gmail.com>
Diffstat (limited to 'src/southbridge/amd/cimx/Kconfig')
-rw-r--r-- | src/southbridge/amd/cimx/Kconfig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/southbridge/amd/cimx/Kconfig b/src/southbridge/amd/cimx/Kconfig index 8f12b90b57..f61b75a7b2 100644 --- a/src/southbridge/amd/cimx/Kconfig +++ b/src/southbridge/amd/cimx/Kconfig @@ -1,7 +1,7 @@ # # This file is part of the coreboot project. # -# Copyright (C) 2011 Advanced Micro Devices, Inc. +# Copyright (C) 2011 - 2012 Advanced Micro Devices, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -21,5 +21,6 @@ config AMD_SB_CIMX bool default n +source src/southbridge/amd/cimx/sb700/Kconfig source src/southbridge/amd/cimx/sb800/Kconfig source src/southbridge/amd/cimx/sb900/Kconfig |