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