aboutsummaryrefslogtreecommitdiff
path: root/src/northbridge/amd/lx
diff options
context:
space:
mode:
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