summaryrefslogtreecommitdiffstats
path: root/Kconfig
diff options
context:
space:
mode:
authorMyles Watson <mylesgw@gmail.com>2009-01-05 23:08:37 +0000
committerMyles Watson <mylesgw@gmail.com>2009-01-05 23:08:37 +0000
commit481e85860b237178a69547809c8eb2ff2019dd90 (patch)
tree8a6c53dd057756b26cc4767c447faa5677532507 /Kconfig
parentf59b4ca24a023132dcb297c1ebec364d09d03282 (diff)
downloadcoreboot-481e85860b237178a69547809c8eb2ff2019dd90.tar.gz
coreboot-481e85860b237178a69547809c8eb2ff2019dd90.tar.bz2
coreboot-481e85860b237178a69547809c8eb2ff2019dd90.zip
This patch adds southbridge/nvidia/ck804 from v2 minimally updated for v3.
Peter has some valid points that need to be addressed in the future. See his Ack message. Signed-off-by: Myles Watson <mylesgw@gmail.com> Acked-by: Peter Stuge <peter@stuge.se> git-svn-id: svn://coreboot.org/repository/coreboot-v3@1100 f3766cd6-281f-0410-b1cd-43a5c92072e9
Diffstat (limited to 'Kconfig')
-rw-r--r--Kconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/Kconfig b/Kconfig
index 649e79611c3a..82e2c44af4f5 100644
--- a/Kconfig
+++ b/Kconfig
@@ -123,6 +123,9 @@ config SOUTHBRIDGE_AMD_CS5536
boolean
config SOUTHBRIDGE_INTEL_I82371EB
boolean
+config SOUTHBRIDGE_NVIDIA_CK804
+ select PCIE_SUPPORT
+ boolean
config SOUTHBRIDGE_NVIDIA_MCP55
select PCIE_SUPPORT
boolean