diff options
author | Myles Watson <mylesgw@gmail.com> | 2009-09-29 21:35:48 +0000 |
---|---|---|
committer | Myles Watson <mylesgw@gmail.com> | 2009-09-29 21:35:48 +0000 |
commit | 53ad9f585ddc3f40671adcd92a6341eadd229a06 (patch) | |
tree | d858e1ff88b79dfb326c6d288ba3af555de8499c /src/northbridge/via/vt8623/Kconfig | |
parent | babb03a5becfb21dff5528c906bd317e3238f0f9 (diff) |
Make CONFIG_HAVE_HIGH_TABLES consistent in where and how it is set.
Signed-off-by: Myles Watson <mylesgw@gmail.com>
Acked-by: Peter Stuge <peter@stuge.se>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4691 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/northbridge/via/vt8623/Kconfig')
-rw-r--r-- | src/northbridge/via/vt8623/Kconfig | 5 |
1 files changed, 1 insertions, 4 deletions
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 |