diff options
author | Ronald G. Minnich <rminnich@gmail.com> | 2009-08-18 17:14:58 +0000 |
---|---|---|
committer | Ronald G. Minnich <rminnich@gmail.com> | 2009-08-18 17:14:58 +0000 |
commit | dc9cabd6c3239e7cfd9fc9efd31f19c0c4167152 (patch) | |
tree | ae9463e2b5941272f00fb5cb26ca640efa8e010a /src/southbridge/via/Kconfig | |
parent | 9c2e738653df435afec8a8f212d0c2c69aa9645c (diff) |
Add via south support. Correct usage of conditional variables.
Note the makefile.inc may be out of date given the new commits of code
today, but this is what was signed off ...
Signed-off-by: Ronald G. Minnich <rminnich@gmail.com>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4551 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/southbridge/via/Kconfig')
-rw-r--r-- | src/southbridge/via/Kconfig | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/southbridge/via/Kconfig b/src/southbridge/via/Kconfig index fb19cbc003..cbc697d3af 100644 --- a/src/southbridge/via/Kconfig +++ b/src/southbridge/via/Kconfig @@ -1,5 +1,5 @@ -source src/southbridge/via/k8t890/Kconfig -source src/southbridge/via/vt8231/Kconfig -source src/southbridge/via/vt8235/Kconfig +#source src/southbridge/via/k8t890/Kconfig +#source src/southbridge/via/vt8231/Kconfig +#source src/southbridge/via/vt8235/Kconfig source src/southbridge/via/vt8237r/Kconfig -source src/southbridge/via/vt82c686/Kconfig +#source src/southbridge/via/vt82c686/Kconfig |