aboutsummaryrefslogtreecommitdiffstats
path: root/arch/m32r/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/m32r/Kconfig')
-rw-r--r--arch/m32r/Kconfig24
1 files changed, 4 insertions, 20 deletions
diff --git a/arch/m32r/Kconfig b/arch/m32r/Kconfig
index 836abbbc9c04..85b44e858225 100644
--- a/arch/m32r/Kconfig
+++ b/arch/m32r/Kconfig
@@ -1,10 +1,3 @@
1#
2# For a description of the syntax of this configuration file,
3# see Documentation/kbuild/kconfig-language.txt.
4#
5
6mainmenu "Linux/M32R Kernel Configuration"
7
8config M32R 1config M32R
9 bool 2 bool
10 default y 3 default y
@@ -14,6 +7,9 @@ config M32R
14 select HAVE_KERNEL_GZIP 7 select HAVE_KERNEL_GZIP
15 select HAVE_KERNEL_BZIP2 8 select HAVE_KERNEL_BZIP2
16 select HAVE_KERNEL_LZMA 9 select HAVE_KERNEL_LZMA
10 select HAVE_GENERIC_HARDIRQS
11 select GENERIC_IRQ_PROBE
12 select GENERIC_IRQ_SHOW
17 13
18config SBUS 14config SBUS
19 bool 15 bool
@@ -26,14 +22,6 @@ config ZONE_DMA
26 bool 22 bool
27 default y 23 default y
28 24
29config GENERIC_HARDIRQS
30 bool
31 default y
32
33config GENERIC_IRQ_PROBE
34 bool
35 default y
36
37config NO_IOPORT 25config NO_IOPORT
38 def_bool y 26 def_bool y
39 27
@@ -268,10 +256,6 @@ config ARCH_HAS_ILOG2_U64
268 bool 256 bool
269 default n 257 default n
270 258
271config GENERIC_FIND_NEXT_BIT
272 bool
273 default y
274
275config GENERIC_HWEIGHT 259config GENERIC_HWEIGHT
276 bool 260 bool
277 default y 261 default y
@@ -315,7 +299,7 @@ config SMP
315 Management" code will be disabled if you say Y here. 299 Management" code will be disabled if you say Y here.
316 300
317 See also the SMP-HOWTO available at 301 See also the SMP-HOWTO available at
318 <http://www.linuxdoc.org/docs.html#howto>. 302 <http://tldp.org/HOWTO/SMP-HOWTO.html>.
319 303
320 If you don't know what to do here, say N. 304 If you don't know what to do here, say N.
321 305