diff options
author | Wang Qing Pei <wangqingpei@gmail.com> | 2010-08-17 15:05:05 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2010-08-17 15:05:05 +0000 |
commit | 42e7c32cc5253c2c8c6149a57a4667ec5ebf8262 (patch) | |
tree | 319f15db846afc331f99fd74afb2cfef631c683d /src/superio/fintek/Kconfig | |
parent | acc374964421cad55d47770b5f27c5bce05228f3 (diff) | |
download | coreboot-42e7c32cc5253c2c8c6149a57a4667ec5ebf8262.tar.xz |
Support for Fintek F71863FG. This might need some work on the copyright
notices. Getting it into the tree so people can get to it.
Signed-off-by: Wang Qing Pei <wangqingpei@gmail.com>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5717 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/superio/fintek/Kconfig')
-rw-r--r-- | src/superio/fintek/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/superio/fintek/Kconfig b/src/superio/fintek/Kconfig index 540e18e44e..e70ac8f38e 100644 --- a/src/superio/fintek/Kconfig +++ b/src/superio/fintek/Kconfig @@ -1,2 +1,4 @@ config SUPERIO_FINTEK_F71805F bool +config SUPERIO_FINTEK_F71863FG + bool |