m68k: Remove duplicate FPU config option
[deliverable/linux.git] / arch / m68k / Kconfig
CommitLineData
1da177e4
LT
1config M68K
2 bool
3 default y
ec7748b5 4 select HAVE_IDE
66d857b0 5 select HAVE_AOUT if MMU
d890d739
GU
6 select HAVE_GENERIC_HARDIRQS
7 select GENERIC_IRQ_SHOW
df013ffb 8 select ARCH_HAVE_NMI_SAFE_CMPXCHG if RMW_INSNS
9f13a1fd 9 select GENERIC_CPU_DEVICES
d8ce7263
GU
10 select GENERIC_STRNCPY_FROM_USER if MMU
11 select GENERIC_STRNLEN_USER if MMU
9657a872 12 select FPU if MMU
60a5e4c3 13 select ARCH_USES_GETTIMEOFFSET if MMU && !COLDFIRE
1da177e4 14
1da177e4
LT
15config RWSEM_GENERIC_SPINLOCK
16 bool
17 default y
18
19config RWSEM_XCHGADD_ALGORITHM
20 bool
21
f0d1b0b3
DH
22config ARCH_HAS_ILOG2_U32
23 bool
f0d1b0b3
DH
24
25config ARCH_HAS_ILOG2_U64
26 bool
f0d1b0b3 27
0e152d80
GU
28config GENERIC_GPIO
29 bool
30
ba1a5b32
AM
31config GENERIC_HWEIGHT
32 bool
33 default y
34
1da177e4
LT
35config GENERIC_CALIBRATE_DELAY
36 bool
37 default y
38
7f73bafc
GU
39config GENERIC_CSUM
40 bool
41
06027bdd
IM
42config TIME_LOW_RES
43 bool
44 default y
45
5ea81769
AV
46config NO_IOPORT
47 def_bool y
48
dfedfaf5 49config NO_DMA
66d857b0 50 def_bool (MMU && SUN3) || (!MMU && !COLDFIRE)
dfedfaf5 51
66d857b0
GU
52config ZONE_DMA
53 bool
54 default y
171d809d
GU
55
56config CPU_HAS_NO_BITFIELDS
57 bool
58
84f3fb7a
GU
59config CPU_HAS_NO_MULDIV64
60 bool
61
e08d703c
GU
62config CPU_HAS_ADDRESS_SPACES
63 bool
64
bdc80787
PA
65config HZ
66 int
66d857b0 67 default 1000 if CLEOPATRA
bdc80787
PA
68 default 100
69
1da177e4
LT
70source "init/Kconfig"
71
dc52ddc0
MH
72source "kernel/Kconfig.freezer"
73
66d857b0
GU
74config MMU
75 bool "MMU-based Paged Memory Management Support"
1da177e4 76 default y
4673ca8e 77 select GENERIC_IOMAP
1da177e4 78 help
66d857b0
GU
79 Select if you want MMU-based virtualised addressing space
80 support by paged memory management. If unsure, say 'Y'.
1da177e4 81
0e152d80
GU
82config MMU_MOTOROLA
83 bool
84
0e6782c8
GU
85config MMU_COLDFIRE
86 bool
87
0e152d80
GU
88config MMU_SUN3
89 bool
0e6782c8 90 depends on MMU && !MMU_MOTOROLA && !MMU_COLDFIRE
0e152d80
GU
91
92menu "Platform setup"
93
94source arch/m68k/Kconfig.cpu
95
96source arch/m68k/Kconfig.machine
97
98source arch/m68k/Kconfig.bus
99
100endmenu
101
102menu "Kernel Features"
1da177e4 103
0e152d80
GU
104if COLDFIRE
105source "kernel/Kconfig.preempt"
66d857b0 106endif
0e152d80 107
3f22ab27
DH
108source "mm/Kconfig"
109
1da177e4
LT
110endmenu
111
66d857b0 112menu "Executable file formats"
1da177e4
LT
113
114source "fs/Kconfig.binfmt"
115
66d857b0 116endmenu
5ac6da66 117
66d857b0
GU
118if !MMU
119menu "Power management options"
1da177e4 120
66d857b0 121config PM
0e152d80
GU
122 bool "Power Management support"
123 help
124 Support processor power management modes
1da177e4
LT
125
126endmenu
66d857b0 127endif
1da177e4 128
d5950b43
SR
129source "net/Kconfig"
130
1da177e4
LT
131source "drivers/Kconfig"
132
0e152d80 133source "arch/m68k/Kconfig.devices"
66d857b0 134
1da177e4
LT
135source "fs/Kconfig"
136
137source "arch/m68k/Kconfig.debug"
138
139source "security/Kconfig"
140
141source "crypto/Kconfig"
142
143source "lib/Kconfig"
This page took 0.563777 seconds and 5 git commands to generate.