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