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