aboutsummaryrefslogtreecommitdiff
path: root/src/northbridge/amd/lx
diff options
context:
space:
mode:
authorPatrick Georgi <patrick.georgi@coresystems.de>2009-10-08 14:31:56 +0000
committerPatrick Georgi <patrick.georgi@coresystems.de>2009-10-08 14:31:56 +0000
commit98402455c5a21cc8de9d5d51f7e6dd0c1b7df76e (patch)
tree858192658cd6f9f0a149293fd2770cbb7db5bb45 /src/northbridge/amd/lx
parent824fce488bb9c638881d8e5f5baa09f2bf02d2c1 (diff)
More kconfig:
AMD LX AMD SC520 boards by iei, pcengines, technexion, technologic, thomson Signed-off-by: Patrick Georgi <patrick.georgi@coresystems.de> Acked-by: Myles Watson <mylesgw@gmail.com> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4743 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/northbridge/amd/lx')
-rw-r--r--src/northbridge/amd/lx/Kconfig8
-rw-r--r--src/northbridge/amd/lx/Makefile.inc3
2 files changed, 11 insertions, 0 deletions
diff --git a/src/northbridge/amd/lx/Kconfig b/src/northbridge/amd/lx/Kconfig
new file mode 100644
index 0000000000..24840d99c2
--- /dev/null
+++ b/src/northbridge/amd/lx/Kconfig
@@ -0,0 +1,8 @@
+config NORTHBRIDGE_AMD_LX
+ bool
+ default n
+
+config HAVE_HIGH_TABLES
+ bool
+ default y
+ depends on NORTHBRIDGE_AMD_LX
diff --git a/src/northbridge/amd/lx/Makefile.inc b/src/northbridge/amd/lx/Makefile.inc
new file mode 100644
index 0000000000..f86105fd2e
--- /dev/null
+++ b/src/northbridge/amd/lx/Makefile.inc
@@ -0,0 +1,3 @@
+driver-y += northbridge.o
+obj-y += northbridgeinit.o
+obj-y += grphinit.o