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