diff options
author | Jonathan Kollasch <jakllsch@kollasch.net> | 2010-11-11 22:25:55 +0000 |
---|---|---|
committer | Jonathan A. Kollasch <jakllsch@kollasch.net> | 2010-11-11 22:25:55 +0000 |
commit | ab940df3315549468e79d31d0b86874830816590 (patch) | |
tree | 763e217b85b7b0681aa788fa7ec738c30e70d5a5 /src/superio/fintek/Kconfig | |
parent | 5330dd91741d12ae52b9c5db179c1a6c24f3e56c (diff) |
Add support for Fintek F71872 superio.
Signed-off-by: Jonathan Kollasch <jakllsch@kollasch.net>
Acked-by: Peter Stuge <peter@stuge.se>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6064 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/superio/fintek/Kconfig')
-rw-r--r-- | src/superio/fintek/Kconfig | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/superio/fintek/Kconfig b/src/superio/fintek/Kconfig index 965c041572..714c84c219 100644 --- a/src/superio/fintek/Kconfig +++ b/src/superio/fintek/Kconfig @@ -1,8 +1,10 @@ config SUPERIO_FINTEK_F71805F bool +config SUPERIO_FINTEK_F71859 + bool config SUPERIO_FINTEK_F71863FG bool -config SUPERIO_FINTEK_F71859 +config SUPERIO_FINTEK_F71872 bool config SUPERIO_FINTEK_F71889 bool |