diff options
author | Myles Watson <mylesgw@gmail.com> | 2009-10-09 17:39:35 +0000 |
---|---|---|
committer | Myles Watson <mylesgw@gmail.com> | 2009-10-09 17:39:35 +0000 |
commit | e7bbb50ba0bf53b2a6bd7bbbe5f7052855e0da23 (patch) | |
tree | 8c29ca5e518a2f065f7b352acc843f69611e18e6 /src/superio/smsc | |
parent | 86bf6795c3b1b537b5de07e3a5fca9faf4bd6073 (diff) | |
download | coreboot-e7bbb50ba0bf53b2a6bd7bbbe5f7052855e0da23.tar.xz |
Remove default n statements to simplify .config and ldoptions files.
Signed-off-by: Myles Watson <mylesgw@gmail.com>
Acked-by: Patrick Georgi <patrick.georgi@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4753 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/superio/smsc')
-rw-r--r-- | src/superio/smsc/Kconfig | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/superio/smsc/Kconfig b/src/superio/smsc/Kconfig index 6c1259bb13..ac7b0dabc1 100644 --- a/src/superio/smsc/Kconfig +++ b/src/superio/smsc/Kconfig @@ -1,18 +1,12 @@ config SUPERIO_SMSC_FDC37M60X bool - default n config SUPERIO_SMSC_LPC47B272 bool - default n config SUPERIO_SMSC_LPC47B397 bool - default n config SUPERIO_SMSC_LPC47M10X bool - default n config SUPERIO_SMSC_LPC47N217 bool - default n config SUPERIO_SMSC_SMSCSUPERIO bool - default n |