]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blame - arch/m68k/Kconfig
m68k: ColdFire V4e MMU paging init code and miss handler
[mirror_ubuntu-zesty-kernel.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
1da177e4 9
1da177e4
LT
10config RWSEM_GENERIC_SPINLOCK
11 bool
12 default y
13
14config RWSEM_XCHGADD_ALGORITHM
15 bool
16
f0d1b0b3
DH
17config ARCH_HAS_ILOG2_U32
18 bool
f0d1b0b3
DH
19
20config ARCH_HAS_ILOG2_U64
21 bool
f0d1b0b3 22
0e152d80
GU
23config GENERIC_CLOCKEVENTS
24 bool
25
26config GENERIC_CMOS_UPDATE
27 def_bool !MMU
28
29config GENERIC_GPIO
30 bool
31
ba1a5b32
AM
32config GENERIC_HWEIGHT
33 bool
34 default y
35
1da177e4
LT
36config GENERIC_CALIBRATE_DELAY
37 bool
38 default y
39
0e152d80
GU
40config GENERIC_IOMAP
41 def_bool MMU
42
7f73bafc
GU
43config GENERIC_CSUM
44 bool
45
06027bdd
IM
46config TIME_LOW_RES
47 bool
48 default y
49
0e152d80
GU
50config ARCH_USES_GETTIMEOFFSET
51 def_bool MMU
52
5ea81769
AV
53config NO_IOPORT
54 def_bool y
55
dfedfaf5 56config NO_DMA
66d857b0 57 def_bool (MMU && SUN3) || (!MMU && !COLDFIRE)
dfedfaf5 58
66d857b0
GU
59config ZONE_DMA
60 bool
61 default y
171d809d
GU
62
63config CPU_HAS_NO_BITFIELDS
64 bool
65
84f3fb7a
GU
66config CPU_HAS_NO_MULDIV64
67 bool
68
e08d703c
GU
69config CPU_HAS_ADDRESS_SPACES
70 bool
71
bdc80787
PA
72config HZ
73 int
66d857b0 74 default 1000 if CLEOPATRA
bdc80787
PA
75 default 100
76
1da177e4
LT
77source "init/Kconfig"
78
dc52ddc0
MH
79source "kernel/Kconfig.freezer"
80
66d857b0
GU
81config MMU
82 bool "MMU-based Paged Memory Management Support"
1da177e4
LT
83 default y
84 help
66d857b0
GU
85 Select if you want MMU-based virtualised addressing space
86 support by paged memory management. If unsure, say 'Y'.
1da177e4 87
0e152d80
GU
88config MMU_MOTOROLA
89 bool
90
91config MMU_SUN3
92 bool
93 depends on MMU && !MMU_MOTOROLA
94
95menu "Platform setup"
96
97source arch/m68k/Kconfig.cpu
98
99source arch/m68k/Kconfig.machine
100
101source arch/m68k/Kconfig.bus
102
103endmenu
104
105menu "Kernel Features"
1da177e4 106
0e152d80
GU
107if COLDFIRE
108source "kernel/Kconfig.preempt"
66d857b0 109endif
0e152d80
GU
110
111if !MMU || COLDFIRE
112source "kernel/time/Kconfig"
66d857b0 113endif
12d810c1 114
3f22ab27
DH
115source "mm/Kconfig"
116
1da177e4
LT
117endmenu
118
66d857b0 119menu "Executable file formats"
1da177e4
LT
120
121source "fs/Kconfig.binfmt"
122
66d857b0 123endmenu
5ac6da66 124
66d857b0
GU
125if !MMU
126menu "Power management options"
1da177e4 127
66d857b0 128config PM
0e152d80
GU
129 bool "Power Management support"
130 help
131 Support processor power management modes
1da177e4
LT
132
133endmenu
66d857b0 134endif
1da177e4 135
d5950b43
SR
136source "net/Kconfig"
137
1da177e4
LT
138source "drivers/Kconfig"
139
0e152d80 140source "arch/m68k/Kconfig.devices"
66d857b0 141
1da177e4
LT
142source "fs/Kconfig"
143
144source "arch/m68k/Kconfig.debug"
145
146source "security/Kconfig"
147
148source "crypto/Kconfig"
149
150source "lib/Kconfig"