m68k: switch to generic old sigsuspend
[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
9b2a60c4 6 select HAVE_DEBUG_BUGVERBOSE
d890d739
GU
7 select HAVE_GENERIC_HARDIRQS
8 select GENERIC_IRQ_SHOW
42b1b946 9 select GENERIC_ATOMIC64
af1839eb 10 select HAVE_UID16
df013ffb 11 select ARCH_HAVE_NMI_SAFE_CMPXCHG if RMW_INSNS
9f13a1fd 12 select GENERIC_CPU_DEVICES
d8ce7263
GU
13 select GENERIC_STRNCPY_FROM_USER if MMU
14 select GENERIC_STRNLEN_USER if MMU
9657a872 15 select FPU if MMU
c1d7e01d 16 select ARCH_WANT_IPC_PARSE_VERSION
60a5e4c3 17 select ARCH_USES_GETTIMEOFFSET if MMU && !COLDFIRE
786d35d4
DH
18 select HAVE_MOD_ARCH_SPECIFIC
19 select MODULES_USE_ELF_REL
20 select MODULES_USE_ELF_RELA
08d4f653 21 select GENERIC_SIGALTSTACK
1ba3e7ef 22 select OLD_SIGSUSPEND3
1da177e4 23
1da177e4
LT
24config RWSEM_GENERIC_SPINLOCK
25 bool
26 default y
27
28config RWSEM_XCHGADD_ALGORITHM
29 bool
30
f0d1b0b3
DH
31config ARCH_HAS_ILOG2_U32
32 bool
f0d1b0b3
DH
33
34config ARCH_HAS_ILOG2_U64
35 bool
f0d1b0b3 36
0e152d80
GU
37config GENERIC_GPIO
38 bool
39
ba1a5b32
AM
40config GENERIC_HWEIGHT
41 bool
42 default y
43
1da177e4
LT
44config GENERIC_CALIBRATE_DELAY
45 bool
46 default y
47
7f73bafc
GU
48config GENERIC_CSUM
49 bool
50
06027bdd
IM
51config TIME_LOW_RES
52 bool
53 default y
54
5ea81769
AV
55config NO_IOPORT
56 def_bool y
57
dfedfaf5 58config NO_DMA
66d857b0 59 def_bool (MMU && SUN3) || (!MMU && !COLDFIRE)
dfedfaf5 60
66d857b0
GU
61config ZONE_DMA
62 bool
63 default y
171d809d 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.902813 seconds and 5 git commands to generate.