summaryrefslogtreecommitdiff
path: root/src/mainboard
diff options
context:
space:
mode:
authorStefan Reinauer <stepan@coresystems.de>2010-03-30 21:41:33 +0000
committerStefan Reinauer <stepan@openbios.org>2010-03-30 21:41:33 +0000
commitfc2b8ec5ad0e3ea7ac310e4192fe5cee0a249770 (patch)
treea3a19ae240d4becd4571c9880a6f68e2d8839ff8 /src/mainboard
parentacdd52fa82e2157f0777d2d2aab5d74bdc5dcec4 (diff)
downloadcoreboot-fc2b8ec5ad0e3ea7ac310e4192fe5cee0a249770.tar.xz
drop USE_INIT from mainboard Kconfig files, it's already set in src/Kconfig
Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5331 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard')
-rw-r--r--src/mainboard/amd/dbm690t/Kconfig5
-rw-r--r--src/mainboard/amd/mahogany/Kconfig5
-rw-r--r--src/mainboard/amd/mahogany_fam10/Kconfig5
-rw-r--r--src/mainboard/amd/pistachio/Kconfig5
-rw-r--r--src/mainboard/amd/rumba/Kconfig4
-rw-r--r--src/mainboard/amd/serengeti_cheetah/Kconfig5
-rw-r--r--src/mainboard/amd/serengeti_cheetah_fam10/Kconfig5
-rw-r--r--src/mainboard/arima/hdama/Kconfig5
-rw-r--r--src/mainboard/asus/a8n_e/Kconfig5
-rw-r--r--src/mainboard/asus/a8v-e_se/Kconfig5
-rw-r--r--src/mainboard/broadcom/blast/Kconfig5
-rw-r--r--src/mainboard/dell/s1850/Kconfig5
-rw-r--r--src/mainboard/gigabyte/ga_2761gxdk/Kconfig5
-rw-r--r--src/mainboard/gigabyte/m57sli/Kconfig5
-rw-r--r--src/mainboard/hp/dl145_g3/Kconfig5
-rw-r--r--src/mainboard/ibm/e325/Kconfig5
-rw-r--r--src/mainboard/ibm/e326/Kconfig5
-rw-r--r--src/mainboard/iwill/dk8_htx/Kconfig5
-rw-r--r--src/mainboard/iwill/dk8s2/Kconfig5
-rw-r--r--src/mainboard/iwill/dk8x/Kconfig5
-rw-r--r--src/mainboard/kontron/kt690/Kconfig5
-rw-r--r--src/mainboard/lippert/frontrunner/Kconfig4
-rw-r--r--src/mainboard/msi/ms7135/Kconfig5
-rw-r--r--src/mainboard/msi/ms7260/Kconfig5
-rw-r--r--src/mainboard/msi/ms9185/Kconfig5
-rw-r--r--src/mainboard/msi/ms9282/Kconfig5
-rw-r--r--src/mainboard/msi/ms9652_fam10/Kconfig5
-rw-r--r--src/mainboard/newisys/khepri/Kconfig5
-rw-r--r--src/mainboard/nvidia/l1_2pvv/Kconfig5
-rw-r--r--src/mainboard/olpc/btest/Kconfig5
-rw-r--r--src/mainboard/olpc/rev_a/Kconfig5
-rw-r--r--src/mainboard/sunw/ultra40/Kconfig5
-rw-r--r--src/mainboard/supermicro/h8dme/Kconfig5
-rw-r--r--src/mainboard/supermicro/h8dmr/Kconfig5
-rw-r--r--src/mainboard/supermicro/h8dmr_fam10/Kconfig5
-rw-r--r--src/mainboard/supermicro/h8qme_fam10/Kconfig5
-rw-r--r--src/mainboard/supermicro/x6dai_g/Kconfig5
-rw-r--r--src/mainboard/supermicro/x6dhe_g/Kconfig5
-rw-r--r--src/mainboard/supermicro/x6dhe_g2/Kconfig5
-rw-r--r--src/mainboard/supermicro/x6dhr_ig/Kconfig5
-rw-r--r--src/mainboard/supermicro/x6dhr_ig2/Kconfig5
-rw-r--r--src/mainboard/technexion/tim5690/Kconfig5
-rw-r--r--src/mainboard/technexion/tim8690/Kconfig5
-rw-r--r--src/mainboard/tyan/s2850/Kconfig5
-rw-r--r--src/mainboard/tyan/s2875/Kconfig5
-rw-r--r--src/mainboard/tyan/s2880/Kconfig5
-rw-r--r--src/mainboard/tyan/s2881/Kconfig5
-rw-r--r--src/mainboard/tyan/s2882/Kconfig5
-rw-r--r--src/mainboard/tyan/s2885/Kconfig5
-rw-r--r--src/mainboard/tyan/s2891/Kconfig5
-rw-r--r--src/mainboard/tyan/s2892/Kconfig5
-rw-r--r--src/mainboard/tyan/s2895/Kconfig5
-rw-r--r--src/mainboard/tyan/s2912/Kconfig5
-rw-r--r--src/mainboard/tyan/s2912_fam10/Kconfig5
-rw-r--r--src/mainboard/tyan/s4880/Kconfig5
-rw-r--r--src/mainboard/tyan/s4882/Kconfig5
56 files changed, 0 insertions, 278 deletions
diff --git a/src/mainboard/amd/dbm690t/Kconfig b/src/mainboard/amd/dbm690t/Kconfig
index 4cfc8ca7ea..0ba834dcc9 100644
--- a/src/mainboard/amd/dbm690t/Kconfig
+++ b/src/mainboard/amd/dbm690t/Kconfig
@@ -89,11 +89,6 @@ config HT_CHAIN_UNITID_BASE
default 0x0
depends on BOARD_AMD_DBM690T
-config USE_INIT
- bool
- default n
- depends on BOARD_AMD_DBM690T
-
config IRQ_SLOT_COUNT
int
default 11
diff --git a/src/mainboard/amd/mahogany/Kconfig b/src/mainboard/amd/mahogany/Kconfig
index 3be2624c17..2723da1126 100644
--- a/src/mainboard/amd/mahogany/Kconfig
+++ b/src/mainboard/amd/mahogany/Kconfig
@@ -91,11 +91,6 @@ config HT_CHAIN_UNITID_BASE
default 0x0
depends on BOARD_AMD_MAHOGANY
-config USE_INIT
- bool
- default n
- depends on BOARD_AMD_MAHOGANY
-
config IRQ_SLOT_COUNT
int
default 11
diff --git a/src/mainboard/amd/mahogany_fam10/Kconfig b/src/mainboard/amd/mahogany_fam10/Kconfig
index 7e8d52daba..1a6e12e669 100644
--- a/src/mainboard/amd/mahogany_fam10/Kconfig
+++ b/src/mainboard/amd/mahogany_fam10/Kconfig
@@ -80,11 +80,6 @@ config HT_CHAIN_UNITID_BASE
default 0x0
depends on BOARD_AMD_MAHOGANY_FAM10
-config USE_INIT
- bool
- default n
- depends on BOARD_AMD_MAHOGANY_FAM10
-
config IRQ_SLOT_COUNT
int
default 11
diff --git a/src/mainboard/amd/pistachio/Kconfig b/src/mainboard/amd/pistachio/Kconfig
index 807b30a06a..9e866b23e4 100644
--- a/src/mainboard/amd/pistachio/Kconfig
+++ b/src/mainboard/amd/pistachio/Kconfig
@@ -83,11 +83,6 @@ config HT_CHAIN_UNITID_BASE
default 0x0
depends on BOARD_AMD_PISTACHIO
-config USE_INIT
- bool
- default n
- depends on BOARD_AMD_PISTACHIO
-
config IRQ_SLOT_COUNT
int
default 11
diff --git a/src/mainboard/amd/rumba/Kconfig b/src/mainboard/amd/rumba/Kconfig
index 15beca459e..16c492ee60 100644
--- a/src/mainboard/amd/rumba/Kconfig
+++ b/src/mainboard/amd/rumba/Kconfig
@@ -49,7 +49,3 @@ config IRQ_SLOT_COUNT
default 2
depends on BOARD_AMD_RUMBA
-config USE_INIT
- bool
- default n
- depends on BOARD_AMD_RUMBA
diff --git a/src/mainboard/amd/serengeti_cheetah/Kconfig b/src/mainboard/amd/serengeti_cheetah/Kconfig
index b57bed04f4..9aba165cc2 100644
--- a/src/mainboard/amd/serengeti_cheetah/Kconfig
+++ b/src/mainboard/amd/serengeti_cheetah/Kconfig
@@ -91,11 +91,6 @@ config HT_CHAIN_UNITID_BASE
default 0xa
depends on BOARD_AMD_SERENGETI_CHEETAH
-config USE_INIT
- bool
- default n
- depends on BOARD_AMD_SERENGETI_CHEETAH
-
config SERIAL_CPU_INIT
bool
default n
diff --git a/src/mainboard/amd/serengeti_cheetah_fam10/Kconfig b/src/mainboard/amd/serengeti_cheetah_fam10/Kconfig
index 1c42e7a72d..50793c49dc 100644
--- a/src/mainboard/amd/serengeti_cheetah_fam10/Kconfig
+++ b/src/mainboard/amd/serengeti_cheetah_fam10/Kconfig
@@ -79,11 +79,6 @@ config HT_CHAIN_UNITID_BASE
default 0xa
depends on BOARD_AMD_SERENGETI_CHEETAH_FAM10
-config USE_INIT
- bool
- default n
- depends on BOARD_AMD_SERENGETI_CHEETAH_FAM10
-
config IRQ_SLOT_COUNT
int
default 11
diff --git a/src/mainboard/arima/hdama/Kconfig b/src/mainboard/arima/hdama/Kconfig
index f4fb574719..d313a8e5aa 100644
--- a/src/mainboard/arima/hdama/Kconfig
+++ b/src/mainboard/arima/hdama/Kconfig
@@ -75,11 +75,6 @@ config HT_CHAIN_UNITID_BASE
default 0x1
depends on BOARD_ARIMA_HDAMA
-config USE_INIT
- bool
- default n
- depends on BOARD_ARIMA_HDAMA
-
config IRQ_SLOT_COUNT
int
default 9
diff --git a/src/mainboard/asus/a8n_e/Kconfig b/src/mainboard/asus/a8n_e/Kconfig
index 364699a183..afb8658a94 100644
--- a/src/mainboard/asus/a8n_e/Kconfig
+++ b/src/mainboard/asus/a8n_e/Kconfig
@@ -79,11 +79,6 @@ config HT_CHAIN_UNITID_BASE
default 0x0
depends on BOARD_ASUS_A8N_E
-config USE_INIT
- bool
- default n
- depends on BOARD_ASUS_A8N_E
-
config SB_HT_CHAIN_ON_BUS0
int
default 2
diff --git a/src/mainboard/asus/a8v-e_se/Kconfig b/src/mainboard/asus/a8v-e_se/Kconfig
index 3dba3bf6a0..fb76263f23 100644
--- a/src/mainboard/asus/a8v-e_se/Kconfig
+++ b/src/mainboard/asus/a8v-e_se/Kconfig
@@ -84,11 +84,6 @@ config HT_CHAIN_UNITID_BASE
default 0x0
depends on BOARD_ASUS_A8V_E_SE
-config USE_INIT
- bool
- default n
- depends on BOARD_ASUS_A8V_E_SE
-
config MAINBOARD_PCI_SUBSYSTEM_VENDOR_ID
hex
default 0x1043
diff --git a/src/mainboard/broadcom/blast/Kconfig b/src/mainboard/broadcom/blast/Kconfig
index e97e01895a..d2408a36bd 100644
--- a/src/mainboard/broadcom/blast/Kconfig
+++ b/src/mainboard/broadcom/blast/Kconfig
@@ -76,11 +76,6 @@ config HT_CHAIN_UNITID_BASE
default 0x6
depends on BOARD_BROADCOM_BLAST
-config USE_INIT
- bool
- default n
- depends on BOARD_BROADCOM_BLAST
-
config SB_HT_CHAIN_ON_BUS0
int
default 2
diff --git a/src/mainboard/dell/s1850/Kconfig b/src/mainboard/dell/s1850/Kconfig
index d4e546e98f..7ac83f254d 100644
--- a/src/mainboard/dell/s1850/Kconfig
+++ b/src/mainboard/dell/s1850/Kconfig
@@ -46,11 +46,6 @@ config MAX_PHYSICAL_CPUS
default 1
depends on BOARD_DELL_S1850
-config USE_INIT
- bool
- default n
- depends on BOARD_DELL_S1850
-
config IRQ_SLOT_COUNT
int
default 9
diff --git a/src/mainboard/gigabyte/ga_2761gxdk/Kconfig b/src/mainboard/gigabyte/ga_2761gxdk/Kconfig
index ac2f2ede61..d08414f217 100644
--- a/src/mainboard/gigabyte/ga_2761gxdk/Kconfig
+++ b/src/mainboard/gigabyte/ga_2761gxdk/Kconfig
@@ -90,11 +90,6 @@ config HT_CHAIN_END_UNITID_BASE
default 0x20
depends on BOARD_GIGABYTE_GA_2761GXDK
-config USE_INIT
- bool
- default n
- depends on BOARD_GIGABYTE_GA_2761GXDK
-
config SERIAL_CPU_INIT
bool
default n
diff --git a/src/mainboard/gigabyte/m57sli/Kconfig b/src/mainboard/gigabyte/m57sli/Kconfig
index 21257174d8..2790427080 100644
--- a/src/mainboard/gigabyte/m57sli/Kconfig
+++ b/src/mainboard/gigabyte/m57sli/Kconfig
@@ -93,11 +93,6 @@ config HT_CHAIN_END_UNITID_BASE
default 0x20
depends on BOARD_GIGABYTE_M57SLI
-config USE_INIT
- bool
- default n
- depends on BOARD_GIGABYTE_M57SLI
-
config SERIAL_CPU_INIT
bool
default n
diff --git a/src/mainboard/hp/dl145_g3/Kconfig b/src/mainboard/hp/dl145_g3/Kconfig
index 3d6e0a9610..0bf5623ddd 100644
--- a/src/mainboard/hp/dl145_g3/Kconfig
+++ b/src/mainboard/hp/dl145_g3/Kconfig
@@ -82,11 +82,6 @@ config HT_CHAIN_UNITID_BASE
default 0x6
depends on BOARD_HP_DL145_G3
-config USE_INIT
- bool
- default n
- depends on BOARD_HP_DL145_G3
-
config SB_HT_CHAIN_ON_BUS0
int
default 2
diff --git a/src/mainboard/ibm/e325/Kconfig b/src/mainboard/ibm/e325/Kconfig
index 56980239b0..c0e5ebe014 100644
--- a/src/mainboard/ibm/e325/Kconfig
+++ b/src/mainboard/ibm/e325/Kconfig
@@ -81,11 +81,6 @@ config HT_CHAIN_UNITID_BASE
default 0x1
depends on BOARD_IBM_E325
-config USE_INIT
- bool
- default n
- depends on BOARD_IBM_E325
-
config SERIAL_CPU_INIT
bool
default n
diff --git a/src/mainboard/ibm/e326/Kconfig b/src/mainboard/ibm/e326/Kconfig
index 1ea7820c64..48b8f72f95 100644
--- a/src/mainboard/ibm/e326/Kconfig
+++ b/src/mainboard/ibm/e326/Kconfig
@@ -81,11 +81,6 @@ config HT_CHAIN_UNITID_BASE
default 0x1
depends on BOARD_IBM_E326
-config USE_INIT
- bool
- default n
- depends on BOARD_IBM_E326
-
config SERIAL_CPU_INIT
bool
default n
diff --git a/src/mainboard/iwill/dk8_htx/Kconfig b/src/mainboard/iwill/dk8_htx/Kconfig
index dfdac01aee..02255b90b9 100644
--- a/src/mainboard/iwill/dk8_htx/Kconfig
+++ b/src/mainboard/iwill/dk8_htx/Kconfig
@@ -85,11 +85,6 @@ config HT_CHAIN_UNITID_BASE
default 0xa
depends on BOARD_IWILL_DK8_HTX
-config USE_INIT
- bool
- default n
- depends on BOARD_IWILL_DK8_HTX
-
config SERIAL_CPU_INIT
bool
default n
diff --git a/src/mainboard/iwill/dk8s2/Kconfig b/src/mainboard/iwill/dk8s2/Kconfig
index f0948b8e2f..cd39edea95 100644
--- a/src/mainboard/iwill/dk8s2/Kconfig
+++ b/src/mainboard/iwill/dk8s2/Kconfig
@@ -82,11 +82,6 @@ config HT_CHAIN_UNITID_BASE
default 0x1
depends on BOARD_IWILL_DK8S2
-config USE_INIT
- bool
- default n
- depends on BOARD_IWILL_DK8S2
-
config SERIAL_CPU_INIT
bool
default n
diff --git a/src/mainboard/iwill/dk8x/Kconfig b/src/mainboard/iwill/dk8x/Kconfig
index 4a4f402d47..9d518137d2 100644
--- a/src/mainboard/iwill/dk8x/Kconfig
+++ b/src/mainboard/iwill/dk8x/Kconfig
@@ -81,11 +81,6 @@ config HT_CHAIN_UNITID_BASE
default 0x1
depends on BOARD_IWILL_DK8X
-config USE_INIT
- bool
- default n
- depends on BOARD_IWILL_DK8X
-
config SERIAL_CPU_INIT
bool
default n
diff --git a/src/mainboard/kontron/kt690/Kconfig b/src/mainboard/kontron/kt690/Kconfig
index 06bd6ff8c7..50b72a4bf2 100644
--- a/src/mainboard/kontron/kt690/Kconfig
+++ b/src/mainboard/kontron/kt690/Kconfig
@@ -85,11 +85,6 @@ config HT_CHAIN_UNITID_BASE
default 0x0
depends on BOARD_KONTRON_KT690
-config USE_INIT
- bool
- default n
- depends on BOARD_KONTRON_KT690
-
config IRQ_SLOT_COUNT
int
default 11
diff --git a/src/mainboard/lippert/frontrunner/Kconfig b/src/mainboard/lippert/frontrunner/Kconfig
index 0f39581e51..fa6d8ca53a 100644
--- a/src/mainboard/lippert/frontrunner/Kconfig
+++ b/src/mainboard/lippert/frontrunner/Kconfig
@@ -29,7 +29,3 @@ config IRQ_SLOT_COUNT
default 2
depends on BOARD_LIPPERT_FRONTRUNNER
-config USE_INIT
- bool
- default n
- depends on BOARD_LIPPERT_FRONTRUNNER
diff --git a/src/mainboard/msi/ms7135/Kconfig b/src/mainboard/msi/ms7135/Kconfig
index 1264ac94e3..5d1acfc8e1 100644
--- a/src/mainboard/msi/ms7135/Kconfig
+++ b/src/mainboard/msi/ms7135/Kconfig
@@ -74,11 +74,6 @@ config HT_CHAIN_END_UNITID_BASE
default 0x20
depends on BOARD_MSI_MS7135
-config USE_INIT
- bool
- default n
- depends on BOARD_MSI_MS7135
-
config SB_HT_CHAIN_ON_BUS0
int
default 2
diff --git a/src/mainboard/msi/ms7260/Kconfig b/src/mainboard/msi/ms7260/Kconfig
index 7d5dc18379..9752597d7a 100644
--- a/src/mainboard/msi/ms7260/Kconfig
+++ b/src/mainboard/msi/ms7260/Kconfig
@@ -91,11 +91,6 @@ config HT_CHAIN_END_UNITID_BASE
default 0x20
depends on BOARD_MSI_MS7260
-config USE_INIT
- bool
- default n
- depends on BOARD_MSI_MS7260
-
config SERIAL_CPU_INIT
bool
default n
diff --git a/src/mainboard/msi/ms9185/Kconfig b/src/mainboard/msi/ms9185/Kconfig
index 3bdd690581..ff9da6a965 100644
--- a/src/mainboard/msi/ms9185/Kconfig
+++ b/src/mainboard/msi/ms9185/Kconfig
@@ -77,11 +77,6 @@ config HT_CHAIN_UNITID_BASE
default 0x6
depends on BOARD_MSI_MS9185
-config USE_INIT
- bool
- default n
- depends on BOARD_MSI_MS9185
-
config IRQ_SLOT_COUNT
int
default 11
diff --git a/src/mainboard/msi/ms9282/Kconfig b/src/mainboard/msi/ms9282/Kconfig
index 691388f605..bd73487313 100644
--- a/src/mainboard/msi/ms9282/Kconfig
+++ b/src/mainboard/msi/ms9282/Kconfig
@@ -85,11 +85,6 @@ config HT_CHAIN_END_UNITID_BASE
default 0x20
depends on BOARD_MSI_MS9282
-config USE_INIT
- bool
- default n
- depends on BOARD_MSI_MS9282
-
config SERIAL_CPU_INIT
bool
default n
diff --git a/src/mainboard/msi/ms9652_fam10/Kconfig b/src/mainboard/msi/ms9652_fam10/Kconfig
index 5e45051d45..aa8a6b261d 100644
--- a/src/mainboard/msi/ms9652_fam10/Kconfig
+++ b/src/mainboard/msi/ms9652_fam10/Kconfig
@@ -199,11 +199,6 @@ config VAR_MTRR_HOLE
default n
depends on BOARD_MSI_MS9652_FAM10
-config USE_INIT
- bool
- default n
- depends on BOARD_MSI_MS9652_FAM10
-
config SERIAL_CPU_INIT
bool
default y
diff --git a/src/mainboard/newisys/khepri/Kconfig b/src/mainboard/newisys/khepri/Kconfig
index 5ba421eb50..5e4955f888 100644
--- a/src/mainboard/newisys/khepri/Kconfig
+++ b/src/mainboard/newisys/khepri/Kconfig
@@ -75,11 +75,6 @@ config HT_CHAIN_UNITID_BASE
default 0x1
depends on BOARD_NEWISYS_KHEPRI
-config USE_INIT
- bool
- default n
- depends on BOARD_NEWISYS_KHEPRI
-
config SB_HT_CHAIN_ON_BUS0
int
default 2
diff --git a/src/mainboard/nvidia/l1_2pvv/Kconfig b/src/mainboard/nvidia/l1_2pvv/Kconfig
index 51502ded04..80f9f16d33 100644
--- a/src/mainboard/nvidia/l1_2pvv/Kconfig
+++ b/src/mainboard/nvidia/l1_2pvv/Kconfig
@@ -91,11 +91,6 @@ config HT_CHAIN_END_UNITID_BASE
default 0x20
depends on BOARD_NVIDIA_L1_2PVV
-config USE_INIT
- bool
- default n
- depends on BOARD_NVIDIA_L1_2PVV
-
config SERIAL_CPU_INIT
bool
default n
diff --git a/src/mainboard/olpc/btest/Kconfig b/src/mainboard/olpc/btest/Kconfig
index 775268d40d..a2d119d411 100644
--- a/src/mainboard/olpc/btest/Kconfig
+++ b/src/mainboard/olpc/btest/Kconfig
@@ -28,8 +28,3 @@ config IRQ_SLOT_COUNT
int
default 2
depends on BOARD_OLPC_BTEST
-
-config USE_INIT
- bool
- default n
- depends on BOARD_OLPC_BTEST
diff --git a/src/mainboard/olpc/rev_a/Kconfig b/src/mainboard/olpc/rev_a/Kconfig
index cace5e3673..65a37dddf0 100644
--- a/src/mainboard/olpc/rev_a/Kconfig
+++ b/src/mainboard/olpc/rev_a/Kconfig
@@ -28,8 +28,3 @@ config IRQ_SLOT_COUNT
int
default 2
depends on BOARD_OLPC_REV_A
-
-config USE_INIT
- bool
- default n
- depends on BOARD_OLPC_REV_A
diff --git a/src/mainboard/sunw/ultra40/Kconfig b/src/mainboard/sunw/ultra40/Kconfig
index 2cf8014b73..06b51297d3 100644
--- a/src/mainboard/sunw/ultra40/Kconfig
+++ b/src/mainboard/sunw/ultra40/Kconfig
@@ -79,11 +79,6 @@ config HT_CHAIN_UNITID_BASE
default 0x0
depends on BOARD_SUNW_ULTRA40
-config USE_INIT
- bool
- default n
- depends on BOARD_SUNW_ULTRA40
-
config SB_HT_CHAIN_ON_BUS0
int
default 2
diff --git a/src/mainboard/supermicro/h8dme/Kconfig b/src/mainboard/supermicro/h8dme/Kconfig
index 0956348f0e..b31e73bcb5 100644
--- a/src/mainboard/supermicro/h8dme/Kconfig
+++ b/src/mainboard/supermicro/h8dme/Kconfig
@@ -86,11 +86,6 @@ config HT_CHAIN_UNITID_BASE
default 0x0
depends on BOARD_SUPERMICRO_H8DME
-config USE_INIT
- bool
- default n
- depends on BOARD_SUPERMICRO_H8DME
-
config SB_HT_CHAIN_ON_BUS0
int
default 2
diff --git a/src/mainboard/supermicro/h8dmr/Kconfig b/src/mainboard/supermicro/h8dmr/Kconfig
index 09486c0ee2..842e40b03f 100644
--- a/src/mainboard/supermicro/h8dmr/Kconfig
+++ b/src/mainboard/supermicro/h8dmr/Kconfig
@@ -85,11 +85,6 @@ config HT_CHAIN_UNITID_BASE
default 0x0
depends on BOARD_SUPERMICRO_H8DMR
-config USE_INIT
- bool
- default n
- depends on BOARD_SUPERMICRO_H8DMR
-
config SB_HT_CHAIN_ON_BUS0
int
default 2
diff --git a/src/mainboard/supermicro/h8dmr_fam10/Kconfig b/src/mainboard/supermicro/h8dmr_fam10/Kconfig
index b018629add..ebc87764d9 100644
--- a/src/mainboard/supermicro/h8dmr_fam10/Kconfig
+++ b/src/mainboard/supermicro/h8dmr_fam10/Kconfig
@@ -103,11 +103,6 @@ config HT_CHAIN_UNITID_BASE
default 0x1
depends on BOARD_SUPERMICRO_H8DMR_FAM10
-config USE_INIT
- bool
- default n
- depends on BOARD_SUPERMICRO_H8DMR_FAM10
-
config SB_HT_CHAIN_ON_BUS0
int
default 2
diff --git a/src/mainboard/supermicro/h8qme_fam10/Kconfig b/src/mainboard/supermicro/h8qme_fam10/Kconfig
index 98975cf22a..20462a1a57 100644
--- a/src/mainboard/supermicro/h8qme_fam10/Kconfig
+++ b/src/mainboard/supermicro/h8qme_fam10/Kconfig
@@ -104,11 +104,6 @@ config HT_CHAIN_UNITID_BASE
default 0x1
depends on BOARD_SUPERMICRO_H8QME_FAM10
-config USE_INIT
- bool
- default n
- depends on BOARD_SUPERMICRO_H8QME_FAM10
-
config SB_HT_CHAIN_ON_BUS0
int
default 2
diff --git a/src/mainboard/supermicro/x6dai_g/Kconfig b/src/mainboard/supermicro/x6dai_g/Kconfig
index fc224c54e7..a681b00766 100644
--- a/src/mainboard/supermicro/x6dai_g/Kconfig
+++ b/src/mainboard/supermicro/x6dai_g/Kconfig
@@ -37,11 +37,6 @@ config MAX_CPUS
default 4
depends on BOARD_SUPERMICRO_X6DAI_G
-config USE_INIT
- bool
- default n
- depends on BOARD_SUPERMICRO_X6DAI_G
-
config IRQ_SLOT_COUNT
int
default 15
diff --git a/src/mainboard/supermicro/x6dhe_g/Kconfig b/src/mainboard/supermicro/x6dhe_g/Kconfig
index 0f7539861e..cc55edb6d8 100644
--- a/src/mainboard/supermicro/x6dhe_g/Kconfig
+++ b/src/mainboard/supermicro/x6dhe_g/Kconfig
@@ -39,11 +39,6 @@ config MAX_CPUS
default 4
depends on BOARD_SUPERMICRO_X6DHE_G
-config USE_INIT
- bool
- default n
- depends on BOARD_SUPERMICRO_X6DHE_G
-
config IRQ_SLOT_COUNT
int
default 15
diff --git a/src/mainboard/supermicro/x6dhe_g2/Kconfig b/src/mainboard/supermicro/x6dhe_g2/Kconfig
index 18190c09e9..4f0841a402 100644
--- a/src/mainboard/supermicro/x6dhe_g2/Kconfig
+++ b/src/mainboard/supermicro/x6dhe_g2/Kconfig
@@ -40,11 +40,6 @@ config MAX_CPUS
default 4
depends on BOARD_SUPERMICRO_X6DHE_G2
-config USE_INIT
- bool
- default n
- depends on BOARD_SUPERMICRO_X6DHE_G2
-
config IRQ_SLOT_COUNT
int
default 15
diff --git a/src/mainboard/supermicro/x6dhr_ig/Kconfig b/src/mainboard/supermicro/x6dhr_ig/Kconfig
index 11a0add474..9366fe36f4 100644
--- a/src/mainboard/supermicro/x6dhr_ig/Kconfig
+++ b/src/mainboard/supermicro/x6dhr_ig/Kconfig
@@ -39,11 +39,6 @@ config MAX_CPUS
default 4
depends on BOARD_SUPERMICRO_X6DHR_IG
-config USE_INIT
- bool
- default n
- depends on BOARD_SUPERMICRO_X6DHR_IG
-
config IRQ_SLOT_COUNT
int
default 15
diff --git a/src/mainboard/supermicro/x6dhr_ig2/Kconfig b/src/mainboard/supermicro/x6dhr_ig2/Kconfig
index e2cf357abd..ac3070fd40 100644
--- a/src/mainboard/supermicro/x6dhr_ig2/Kconfig
+++ b/src/mainboard/supermicro/x6dhr_ig2/Kconfig
@@ -39,11 +39,6 @@ config MAX_CPUS
default 4
depends on BOARD_SUPERMICRO_X6DHR_IG2
-config USE_INIT
- bool
- default n
- depends on BOARD_SUPERMICRO_X6DHR_IG2
-
config IRQ_SLOT_COUNT
int
default 15
diff --git a/src/mainboard/technexion/tim5690/Kconfig b/src/mainboard/technexion/tim5690/Kconfig
index 8090d02191..ad89af6e84 100644
--- a/src/mainboard/technexion/tim5690/Kconfig
+++ b/src/mainboard/technexion/tim5690/Kconfig
@@ -85,11 +85,6 @@ config HT_CHAIN_UNITID_BASE
default 0x0
depends on BOARD_TECHNEXION_TIM5690
-config USE_INIT
- bool
- default n
- depends on BOARD_TECHNEXION_TIM5690
-
config IRQ_SLOT_COUNT
int
default 11
diff --git a/src/mainboard/technexion/tim8690/Kconfig b/src/mainboard/technexion/tim8690/Kconfig
index 0b391ca877..76841a2c07 100644
--- a/src/mainboard/technexion/tim8690/Kconfig
+++ b/src/mainboard/technexion/tim8690/Kconfig
@@ -84,11 +84,6 @@ config HT_CHAIN_UNITID_BASE
default 0x0
depends on BOARD_TECHNEXION_TIM8690
-config USE_INIT
- bool
- default n
- depends on BOARD_TECHNEXION_TIM8690
-
config IRQ_SLOT_COUNT
int
default 11
diff --git a/src/mainboard/tyan/s2850/Kconfig b/src/mainboard/tyan/s2850/Kconfig
index 40e3e335c4..b8d8336fb1 100644
--- a/src/mainboard/tyan/s2850/Kconfig
+++ b/src/mainboard/tyan/s2850/Kconfig
@@ -41,11 +41,6 @@ config MAX_PHYSICAL_CPUS
default 1
depends on BOARD_TYAN_S2850
-config USE_INIT
- bool
- default n
- depends on BOARD_TYAN_S2850
-
config IRQ_SLOT_COUNT
int
default 12
diff --git a/src/mainboard/tyan/s2875/Kconfig b/src/mainboard/tyan/s2875/Kconfig
index 2972ed19ec..aee7457466 100644
--- a/src/mainboard/tyan/s2875/Kconfig
+++ b/src/mainboard/tyan/s2875/Kconfig
@@ -47,11 +47,6 @@ config HW_MEM_HOLE_SIZE_AUTO_INC
default n
depends on BOARD_TYAN_S2875
-config USE_INIT
- bool
- default n
- depends on BOARD_TYAN_S2875
-
config IRQ_SLOT_COUNT
int
default 13
diff --git a/src/mainboard/tyan/s2880/Kconfig b/src/mainboard/tyan/s2880/Kconfig
index e89f9923a3..489701745d 100644
--- a/src/mainboard/tyan/s2880/Kconfig
+++ b/src/mainboard/tyan/s2880/Kconfig
@@ -68,11 +68,6 @@ config HT_CHAIN_END_UNITID_BASE
default 0x20
depends on BOARD_TYAN_S2880
-config USE_INIT
- bool
- default n
- depends on BOARD_TYAN_S2880
-
config IRQ_SLOT_COUNT
int
default 13
diff --git a/src/mainboard/tyan/s2881/Kconfig b/src/mainboard/tyan/s2881/Kconfig
index 4b8b47d835..482a1df7ea 100644
--- a/src/mainboard/tyan/s2881/Kconfig
+++ b/src/mainboard/tyan/s2881/Kconfig
@@ -69,11 +69,6 @@ config HT_CHAIN_END_UNITID_BASE
default 0x6
depends on BOARD_TYAN_S2881
-config USE_INIT
- bool
- default n
- depends on BOARD_TYAN_S2881
-
config IRQ_SLOT_COUNT
int
default 9
diff --git a/src/mainboard/tyan/s2882/Kconfig b/src/mainboard/tyan/s2882/Kconfig
index 616259ea7f..ea03bc28a3 100644
--- a/src/mainboard/tyan/s2882/Kconfig
+++ b/src/mainboard/tyan/s2882/Kconfig
@@ -68,11 +68,6 @@ config HT_CHAIN_END_UNITID_BASE
default 0x20
depends on BOARD_TYAN_S2882
-config USE_INIT
- bool
- default n
- depends on BOARD_TYAN_S2882
-
config IRQ_SLOT_COUNT
int
default 15
diff --git a/src/mainboard/tyan/s2885/Kconfig b/src/mainboard/tyan/s2885/Kconfig
index e3d6e55ccf..66b12d6688 100644
--- a/src/mainboard/tyan/s2885/Kconfig
+++ b/src/mainboard/tyan/s2885/Kconfig
@@ -69,11 +69,6 @@ config HT_CHAIN_END_UNITID_BASE
default 0x6
depends on BOARD_TYAN_S2885
-config USE_INIT
- bool
- default n
- depends on BOARD_TYAN_S2885
-
config IRQ_SLOT_COUNT
int
default 11
diff --git a/src/mainboard/tyan/s2891/Kconfig b/src/mainboard/tyan/s2891/Kconfig
index 40611812a8..7fce557ce1 100644
--- a/src/mainboard/tyan/s2891/Kconfig
+++ b/src/mainboard/tyan/s2891/Kconfig
@@ -71,11 +71,6 @@ config HT_CHAIN_END_UNITID_BASE
default 0x20
depends on BOARD_TYAN_S2891
-config USE_INIT
- bool
- default n
- depends on BOARD_TYAN_S2891
-
config IRQ_SLOT_COUNT
int
default 11
diff --git a/src/mainboard/tyan/s2892/Kconfig b/src/mainboard/tyan/s2892/Kconfig
index 5ea5a0c76c..2aa603727a 100644
--- a/src/mainboard/tyan/s2892/Kconfig
+++ b/src/mainboard/tyan/s2892/Kconfig
@@ -70,11 +70,6 @@ config HT_CHAIN_END_UNITID_BASE
default 0x20
depends on BOARD_TYAN_S2892
-config USE_INIT
- bool
- default n
- depends on BOARD_TYAN_S2892
-
config SB_HT_CHAIN_ON_BUS0
int
default 2
diff --git a/src/mainboard/tyan/s2895/Kconfig b/src/mainboard/tyan/s2895/Kconfig
index 6765588631..02dabf4d9b 100644
--- a/src/mainboard/tyan/s2895/Kconfig
+++ b/src/mainboard/tyan/s2895/Kconfig
@@ -70,11 +70,6 @@ config HT_CHAIN_END_UNITID_BASE
default 0x20
depends on BOARD_TYAN_S2895
-config USE_INIT
- bool
- default n
- depends on BOARD_TYAN_S2895
-
config SB_HT_CHAIN_ON_BUS0
int
default 2
diff --git a/src/mainboard/tyan/s2912/Kconfig b/src/mainboard/tyan/s2912/Kconfig
index 1d8d834df9..18fa5e2bc3 100644
--- a/src/mainboard/tyan/s2912/Kconfig
+++ b/src/mainboard/tyan/s2912/Kconfig
@@ -91,11 +91,6 @@ config HT_CHAIN_END_UNITID_BASE
default 0x20
depends on BOARD_TYAN_S2912
-config USE_INIT
- bool
- default n
- depends on BOARD_TYAN_S2912
-
config SERIAL_CPU_INIT
bool
default n
diff --git a/src/mainboard/tyan/s2912_fam10/Kconfig b/src/mainboard/tyan/s2912_fam10/Kconfig
index 74b387af86..31001a808f 100644
--- a/src/mainboard/tyan/s2912_fam10/Kconfig
+++ b/src/mainboard/tyan/s2912_fam10/Kconfig
@@ -93,11 +93,6 @@ config HT_CHAIN_END_UNITID_BASE
default 0x20
depends on BOARD_TYAN_S2912_FAM10
-config USE_INIT
- bool
- default n
- depends on BOARD_TYAN_S2912_FAM10
-
config SERIAL_CPU_INIT
bool
default n
diff --git a/src/mainboard/tyan/s4880/Kconfig b/src/mainboard/tyan/s4880/Kconfig
index 48d06dbfc9..7f7b213169 100644
--- a/src/mainboard/tyan/s4880/Kconfig
+++ b/src/mainboard/tyan/s4880/Kconfig
@@ -75,11 +75,6 @@ config HT_CHAIN_UNITID_BASE
default 0x1
depends on BOARD_TYAN_S4880
-config USE_INIT
- bool
- default n
- depends on BOARD_TYAN_S4880
-
config IRQ_SLOT_COUNT
int
default 22
diff --git a/src/mainboard/tyan/s4882/Kconfig b/src/mainboard/tyan/s4882/Kconfig
index b473b4efc1..c3394b9dc1 100644
--- a/src/mainboard/tyan/s4882/Kconfig
+++ b/src/mainboard/tyan/s4882/Kconfig
@@ -75,11 +75,6 @@ config HT_CHAIN_UNITID_BASE
default 0x1
depends on BOARD_TYAN_S4882
-config USE_INIT
- bool
- default n
- depends on BOARD_TYAN_S4882
-
config IRQ_SLOT_COUNT
int
default 22