diff options
author | Marc Jones <marcj303@gmail.com> | 2010-09-10 22:13:34 +0000 |
---|---|---|
committer | Marc Jones <marc.jones@amd.com> | 2010-09-10 22:13:34 +0000 |
commit | 43882f1714a5fd415cdf3dab1dfd6328fb2f0a33 (patch) | |
tree | d981ca39e2c4699e4d439e15612092663454472c /src/superio/fintek/Kconfig | |
parent | 36224b479bff4002df22d3552ffb4e6c90ca1e30 (diff) |
Add F71859 SIO.
Signed-off-by: Marc Jones <marcj303@gmail.com>
Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5802 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 e70ac8f38e..7ea112945b 100644 --- a/src/superio/fintek/Kconfig +++ b/src/superio/fintek/Kconfig @@ -2,3 +2,5 @@ config SUPERIO_FINTEK_F71805F bool config SUPERIO_FINTEK_F71863FG bool +config SUPERIO_FINTEK_F71859 + bool |