diff options
author | Peter Stuge <peter@stuge.se> | 2011-02-05 13:32:56 +0000 |
---|---|---|
committer | Peter Stuge <peter@stuge.se> | 2011-02-05 13:32:56 +0000 |
commit | 1440d0880b76c67beb341d59ee7b4fcb39307f60 (patch) | |
tree | eca7ea55e49dba744fab9c3a25e134dc03cc804b /src | |
parent | 82e3617e8cdc4b035c6154f76bef1e3a4a79ab1c (diff) |
Actually add PC87382 into Kconfig, missing from r6332
Signed-off-by: Peter Stuge <peter@stuge.se>
Acked-by: Peter Stuge <peter@stuge.se>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6334 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src')
-rw-r--r-- | src/superio/nsc/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/superio/nsc/Kconfig b/src/superio/nsc/Kconfig index 7f28c5cf95..3a98d83250 100644 --- a/src/superio/nsc/Kconfig +++ b/src/superio/nsc/Kconfig @@ -28,6 +28,8 @@ config SUPERIO_NSC_PC87360 bool config SUPERIO_NSC_PC87366 bool +config SUPERIO_NSC_PC87382 + bool config SUPERIO_NSC_PC87392 bool config SUPERIO_NSC_PC87417 |