diff options
Diffstat (limited to 'src/northbridge/via')
-rw-r--r-- | src/northbridge/via/cn700/Kconfig | 6 | ||||
-rw-r--r-- | src/northbridge/via/vt8601/Kconfig | 5 | ||||
-rw-r--r-- | src/northbridge/via/vt8623/Kconfig | 5 |
3 files changed, 3 insertions, 13 deletions
diff --git a/src/northbridge/via/cn700/Kconfig b/src/northbridge/via/cn700/Kconfig index 5395416c19..6902857690 100644 --- a/src/northbridge/via/cn700/Kconfig +++ b/src/northbridge/via/cn700/Kconfig @@ -1,13 +1,9 @@ config NORTHBRIDGE_VIA_CN700 bool default n + select HAVE_HIGH_TABLES config FALLBACK_SIZE int default 0 depends on NORTHBRIDGE_VIA_CN700 - -config HAVE_HIGH_TABLES - bool - default y - depends on NORTHBRIDGE_VIA_CN700 diff --git a/src/northbridge/via/vt8601/Kconfig b/src/northbridge/via/vt8601/Kconfig index 5f5a672654..324719f722 100644 --- a/src/northbridge/via/vt8601/Kconfig +++ b/src/northbridge/via/vt8601/Kconfig @@ -1,13 +1,10 @@ config NORTHBRIDGE_VIA_VT8601 bool default n + select HAVE_HIGH_TABLES config FALLBACK_SIZE int default 0 depends on NORTHBRIDGE_VIA_VT8601 -config HAVE_HIGH_TABLES - bool - default y - depends on NORTHBRIDGE_VIA_VT8601 diff --git a/src/northbridge/via/vt8623/Kconfig b/src/northbridge/via/vt8623/Kconfig index 3976ed1f65..8907676d35 100644 --- a/src/northbridge/via/vt8623/Kconfig +++ b/src/northbridge/via/vt8623/Kconfig @@ -1,13 +1,10 @@ config NORTHBRIDGE_VIA_VT8623 bool default n + select HAVE_HIGH_TABLES config FALLBACK_SIZE int default 0 depends on NORTHBRIDGE_VIA_VT8623 -config HAVE_HIGH_TABLES - bool - default y - depends on NORTHBRIDGE_VIA_VT8623 |