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