aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/Kconfig3
-rw-r--r--arch/arm/mach-pxa/colibri-pxa270-income.c2
-rw-r--r--arch/cris/Kconfig.debug1
-rw-r--r--arch/frv/Kconfig10
-rw-r--r--arch/mips/Kconfig4
-rw-r--r--arch/mips/sgi-ip27/Kconfig6
-rw-r--r--arch/powerpc/platforms/40x/Kconfig38
-rw-r--r--arch/powerpc/platforms/44x/Kconfig18
-rw-r--r--arch/s390/Kconfig1
9 files changed, 3 insertions, 80 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 44789eff983f..98975f58e19e 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -1133,10 +1133,9 @@ config IWMMXT
1133 Enable support for iWMMXt context switching at run time if 1133 Enable support for iWMMXt context switching at run time if
1134 running on a CPU that supports it. 1134 running on a CPU that supports it.
1135 1135
1136# bool 'Use XScale PMU as timer source' CONFIG_XSCALE_PMU_TIMER
1137config XSCALE_PMU 1136config XSCALE_PMU
1138 bool 1137 bool
1139 depends on CPU_XSCALE && !XSCALE_PMU_TIMER 1138 depends on CPU_XSCALE
1140 default y 1139 default y
1141 1140
1142config CPU_HAS_PMU 1141config CPU_HAS_PMU
diff --git a/arch/arm/mach-pxa/colibri-pxa270-income.c b/arch/arm/mach-pxa/colibri-pxa270-income.c
index 80538b8806ed..248804bb2c9d 100644
--- a/arch/arm/mach-pxa/colibri-pxa270-income.c
+++ b/arch/arm/mach-pxa/colibri-pxa270-income.c
@@ -183,7 +183,7 @@ static inline void income_lcd_init(void) {}
183/****************************************************************************** 183/******************************************************************************
184 * Backlight 184 * Backlight
185 ******************************************************************************/ 185 ******************************************************************************/
186#if defined(CONFIG_BACKLIGHT_PWM) || defined(CONFIG_BACKLIGHT_PWM__MODULE) 186#if defined(CONFIG_BACKLIGHT_PWM) || defined(CONFIG_BACKLIGHT_PWM_MODULE)
187static struct platform_pwm_backlight_data income_backlight_data = { 187static struct platform_pwm_backlight_data income_backlight_data = {
188 .pwm_id = 0, 188 .pwm_id = 0,
189 .max_brightness = 0x3ff, 189 .max_brightness = 0x3ff,
diff --git a/arch/cris/Kconfig.debug b/arch/cris/Kconfig.debug
index 0b9a630dc812..14881e81e8a3 100644
--- a/arch/cris/Kconfig.debug
+++ b/arch/cris/Kconfig.debug
@@ -1,6 +1,5 @@
1menu "Kernel hacking" 1menu "Kernel hacking"
2 2
3#bool 'Debug kmalloc/kfree' CONFIG_DEBUG_MALLOC
4config PROFILING 3config PROFILING
5 bool "Kernel profiling support" 4 bool "Kernel profiling support"
6 5
diff --git a/arch/frv/Kconfig b/arch/frv/Kconfig
index bad27a6ff407..c5e69abb4889 100644
--- a/arch/frv/Kconfig
+++ b/arch/frv/Kconfig
@@ -341,16 +341,6 @@ source "drivers/pci/Kconfig"
341 341
342source "drivers/pcmcia/Kconfig" 342source "drivers/pcmcia/Kconfig"
343 343
344#config MATH_EMULATION
345# bool "Math emulation support (EXPERIMENTAL)"
346# depends on EXPERIMENTAL
347# help
348# At some point in the future, this will cause floating-point math
349# instructions to be emulated by the kernel on machines that lack a
350# floating-point math coprocessor. Thrill-seekers and chronically
351# sleep-deprived psychotic hacker types can say Y now, everyone else
352# should probably wait a while.
353
354menu "Power management options" 344menu "Power management options"
355 345
356config ARCH_SUSPEND_POSSIBLE 346config ARCH_SUSPEND_POSSIBLE
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig
index d46f1da18a3c..c72bf8dc9a61 100644
--- a/arch/mips/Kconfig
+++ b/arch/mips/Kconfig
@@ -2369,10 +2369,6 @@ config TC
2369 Linux driver support status is documented at: 2369 Linux driver support status is documented at:
2370 <http://www.linux-mips.org/wiki/DECstation> 2370 <http://www.linux-mips.org/wiki/DECstation>
2371 2371
2372#config ACCESSBUS
2373# bool "Access.Bus support"
2374# depends on TC
2375
2376config MMU 2372config MMU
2377 bool 2373 bool
2378 default y 2374 default y
diff --git a/arch/mips/sgi-ip27/Kconfig b/arch/mips/sgi-ip27/Kconfig
index bc5e9769bb73..4b2ea282b9c7 100644
--- a/arch/mips/sgi-ip27/Kconfig
+++ b/arch/mips/sgi-ip27/Kconfig
@@ -1,9 +1,3 @@
1#config SGI_SN0_XXL
2# bool "IP27 XXL"
3# depends on SGI_IP27
4# This options adds support for userspace processes up to 16TB size.
5# Normally the limit is just .5TB.
6
7choice 1choice
8 prompt "Node addressing mode" 2 prompt "Node addressing mode"
9 depends on SGI_IP27 3 depends on SGI_IP27
diff --git a/arch/powerpc/platforms/40x/Kconfig b/arch/powerpc/platforms/40x/Kconfig
index 153022971daa..bd69cf8d8222 100644
--- a/arch/powerpc/platforms/40x/Kconfig
+++ b/arch/powerpc/platforms/40x/Kconfig
@@ -1,19 +1,3 @@
1#config BUBINGA
2# bool "Bubinga"
3# depends on 40x
4# default n
5# select 405EP
6# help
7# This option enables support for the IBM 405EP evaluation board.
8
9#config CPCI405
10# bool "CPCI405"
11# depends on 40x
12# default n
13# select 405GP
14# help
15# This option enables support for the CPCI405 board.
16
17config ACADIA 1config ACADIA
18 bool "Acadia" 2 bool "Acadia"
19 depends on 40x 3 depends on 40x
@@ -65,14 +49,6 @@ config MAKALU
65 help 49 help
66 This option enables support for the AMCC PPC405EX board. 50 This option enables support for the AMCC PPC405EX board.
67 51
68#config SYCAMORE
69# bool "Sycamore"
70# depends on 40x
71# default n
72# select 405GPR
73# help
74# This option enables support for the IBM PPC405GPr evaluation board.
75
76config WALNUT 52config WALNUT
77 bool "Walnut" 53 bool "Walnut"
78 depends on 40x 54 depends on 40x
@@ -172,17 +148,3 @@ config IBM405_ERR77
172# All 40x-based cores, up until the 405GPR and 405EP have this errata. 148# All 40x-based cores, up until the 405GPR and 405EP have this errata.
173config IBM405_ERR51 149config IBM405_ERR51
174 bool 150 bool
175
176#config BIOS_FIXUP
177# bool
178# depends on BUBINGA || EP405 || SYCAMORE || WALNUT
179# default y
180
181#config PPC4xx_DMA
182# bool "PPC4xx DMA controller support"
183# depends on 4xx
184
185#config PPC4xx_EDMA
186# bool
187# depends on !STB03xxx && PPC4xx_DMA
188# default y
diff --git a/arch/powerpc/platforms/44x/Kconfig b/arch/powerpc/platforms/44x/Kconfig
index 762322ce24a9..0cb8899a5cc1 100644
--- a/arch/powerpc/platforms/44x/Kconfig
+++ b/arch/powerpc/platforms/44x/Kconfig
@@ -75,7 +75,7 @@ config KATMAI
75 select PCI 75 select PCI
76 select PPC4xx_PCI_EXPRESS 76 select PPC4xx_PCI_EXPRESS
77 select PCI_MSI 77 select PCI_MSI
78 select PCC4xx_MSI 78 select PPC4xx_MSI
79 help 79 help
80 This option enables support for the AMCC PPC440SPe evaluation board. 80 This option enables support for the AMCC PPC440SPe evaluation board.
81 81
@@ -197,22 +197,6 @@ config ICON
197 help 197 help
198 This option enables support for the AMCC PPC440SPe evaluation board. 198 This option enables support for the AMCC PPC440SPe evaluation board.
199 199
200#config LUAN
201# bool "Luan"
202# depends on 44x
203# default n
204# select 440SP
205# help
206# This option enables support for the IBM PPC440SP evaluation board.
207
208#config OCOTEA
209# bool "Ocotea"
210# depends on 44x
211# default n
212# select 440GX
213# help
214# This option enables support for the IBM PPC440GX evaluation board.
215
216config XILINX_VIRTEX440_GENERIC_BOARD 200config XILINX_VIRTEX440_GENERIC_BOARD
217 bool "Generic Xilinx Virtex 5 FXT board support" 201 bool "Generic Xilinx Virtex 5 FXT board support"
218 depends on 44x 202 depends on 44x
diff --git a/arch/s390/Kconfig b/arch/s390/Kconfig
index a9fbd43395f7..7014cfc66d2b 100644
--- a/arch/s390/Kconfig
+++ b/arch/s390/Kconfig
@@ -87,7 +87,6 @@ config S390
87 select HAVE_KERNEL_LZMA 87 select HAVE_KERNEL_LZMA
88 select HAVE_KERNEL_LZO 88 select HAVE_KERNEL_LZO
89 select HAVE_KERNEL_XZ 89 select HAVE_KERNEL_XZ
90 select HAVE_GET_USER_PAGES_FAST
91 select HAVE_ARCH_MUTEX_CPU_RELAX 90 select HAVE_ARCH_MUTEX_CPU_RELAX
92 select HAVE_ARCH_JUMP_LABEL if !MARCH_G5 91 select HAVE_ARCH_JUMP_LABEL if !MARCH_G5
93 select HAVE_RCU_TABLE_FREE if SMP 92 select HAVE_RCU_TABLE_FREE if SMP