aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/tyan
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/tyan
parentacdd52fa82e2157f0777d2d2aab5d74bdc5dcec4 (diff)
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/tyan')
-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
13 files changed, 0 insertions, 65 deletions
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