diff options
author | Stefan Reinauer <stepan@coresystems.de> | 2010-01-17 13:50:17 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2010-01-17 13:50:17 +0000 |
commit | 55426dfd577a6f7eddb5e4918ad0401537807ae9 (patch) | |
tree | d8fdbb6f8ac862ae6471cfd35d97270ccda96f46 /src/superio/smsc/Kconfig | |
parent | 7a3d09521370d493c377955db9f1fa8c5dbb55bb (diff) |
Add support for the SMSC LPC47n227 SuperI/O chip
Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Ronald G. Minnich <rminnich@gmail.com>
Acked-by: Peter Stuge <peter@stuge.se>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5027 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/superio/smsc/Kconfig')
-rw-r--r-- | src/superio/smsc/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/superio/smsc/Kconfig b/src/superio/smsc/Kconfig index 3c2ba07932..cae1b7a511 100644 --- a/src/superio/smsc/Kconfig +++ b/src/superio/smsc/Kconfig @@ -10,5 +10,7 @@ config SUPERIO_SMSC_LPC47M15X bool config SUPERIO_SMSC_LPC47N217 bool +config SUPERIO_SMSC_LPC47N227 + bool config SUPERIO_SMSC_SMSCSUPERIO bool |