diff options
Diffstat (limited to 'src/northbridge/amd/lx/Kconfig')
-rw-r--r-- | src/northbridge/amd/lx/Kconfig | 8 |
1 files changed, 8 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 |