summaryrefslogtreecommitdiffstats
path: root/src/superio
diff options
context:
space:
mode:
authorMyles Watson <mylesgw@gmail.com>2009-10-09 17:39:35 +0000
committerMyles Watson <mylesgw@gmail.com>2009-10-09 17:39:35 +0000
commite7bbb50ba0bf53b2a6bd7bbbe5f7052855e0da23 (patch)
tree8c29ca5e518a2f065f7b352acc843f69611e18e6 /src/superio
parent86bf6795c3b1b537b5de07e3a5fca9faf4bd6073 (diff)
downloadcoreboot-staging-e7bbb50ba0bf53b2a6bd7bbbe5f7052855e0da23.zip
coreboot-staging-e7bbb50ba0bf53b2a6bd7bbbe5f7052855e0da23.tar.gz
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')
-rw-r--r--src/superio/fintek/Kconfig1
-rw-r--r--src/superio/intel/Kconfig1
-rw-r--r--src/superio/ite/Kconfig7
-rw-r--r--src/superio/nsc/Kconfig9
-rw-r--r--src/superio/serverengines/Kconfig1
-rw-r--r--src/superio/smsc/Kconfig6
-rw-r--r--src/superio/via/Kconfig1
-rw-r--r--src/superio/winbond/Kconfig9
8 files changed, 0 insertions, 35 deletions
diff --git a/src/superio/fintek/Kconfig b/src/superio/fintek/Kconfig
index 75d78cb..540e18e 100644
--- a/src/superio/fintek/Kconfig
+++ b/src/superio/fintek/Kconfig
@@ -1,3 +1,2 @@
config SUPERIO_FINTEK_F71805F
bool
- default n
diff --git a/src/superio/intel/Kconfig b/src/superio/intel/Kconfig
index 1df4f2e..a7aca7d 100644
--- a/src/superio/intel/Kconfig
+++ b/src/superio/intel/Kconfig
@@ -1,3 +1,2 @@
config SUPERIO_INTEL_I3100
bool
- default n
diff --git a/src/superio/ite/Kconfig b/src/superio/ite/Kconfig
index 609b4b6..0664981 100644
--- a/src/superio/ite/Kconfig
+++ b/src/superio/ite/Kconfig
@@ -1,21 +1,14 @@
config SUPERIO_ITE_IT8661F
bool
- default n
config SUPERIO_ITE_IT8671F
bool
- default n
config SUPERIO_ITE_IT8673F
bool
- default n
config SUPERIO_ITE_IT8705F
bool
- default n
config SUPERIO_ITE_IT8712F
bool
- default n
config SUPERIO_ITE_IT8716F
bool
- default n
config SUPERIO_ITE_IT8718F
bool
- default n
diff --git a/src/superio/nsc/Kconfig b/src/superio/nsc/Kconfig
index 5a39880..68a1df8 100644
--- a/src/superio/nsc/Kconfig
+++ b/src/superio/nsc/Kconfig
@@ -1,27 +1,18 @@
config SUPERIO_NSC_PC8374
bool
- default n
config SUPERIO_NSC_PC87309
bool
- default n
config SUPERIO_NSC_PC87351
bool
- default n
config SUPERIO_NSC_PC87360
bool
- default n
config SUPERIO_NSC_PC87366
bool
- default n
config SUPERIO_NSC_PC87417
bool
- default n
config SUPERIO_NSC_PC87427
bool
- default n
config SUPERIO_NSC_PC97307
bool
- default n
config SUPERIO_NSC_PC97317
bool
- default n
diff --git a/src/superio/serverengines/Kconfig b/src/superio/serverengines/Kconfig
index ad51a40..dfb803f 100644
--- a/src/superio/serverengines/Kconfig
+++ b/src/superio/serverengines/Kconfig
@@ -1,3 +1,2 @@
config SUPERIO_SERVERENGINES_PILOT
bool
- default n
diff --git a/src/superio/smsc/Kconfig b/src/superio/smsc/Kconfig
index 6c1259b..ac7b0da 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
diff --git a/src/superio/via/Kconfig b/src/superio/via/Kconfig
index 1a20f07..36b7f47 100644
--- a/src/superio/via/Kconfig
+++ b/src/superio/via/Kconfig
@@ -1,3 +1,2 @@
config SUPERIO_VIA_VT1211
bool
- default n
diff --git a/src/superio/winbond/Kconfig b/src/superio/winbond/Kconfig
index 0d05205..63168cf 100644
--- a/src/superio/winbond/Kconfig
+++ b/src/superio/winbond/Kconfig
@@ -1,27 +1,18 @@
config SUPERIO_WINBOND_W83627DHG
bool
- default n
config SUPERIO_WINBOND_W83627EHG
bool
- default n
config SUPERIO_WINBOND_W83627HF
bool
- default n
config SUPERIO_WINBOND_W83627THF
bool
- default n
config SUPERIO_WINBOND_W83627THG
bool
- default n
config SUPERIO_WINBOND_W83627UHG
bool
- default n
config SUPERIO_WINBOND_W83697HF
bool
- default n
config SUPERIO_WINBOND_W83977F
bool
- default n
config SUPERIO_WINBOND_W83977TF
bool
- default n
OpenPOWER on IntegriCloud