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