Make most arch asm/module.h files use asm-generic/module.h
[deliverable/linux.git] / arch / m68k / Kconfig
CommitLineData
1da177e4
LT
1config M68K
2 bool
3 default y
ec7748b5 4 select HAVE_IDE
66d857b0 5 select HAVE_AOUT if MMU
d890d739
GU
6 select HAVE_GENERIC_HARDIRQS
7 select GENERIC_IRQ_SHOW
42b1b946 8 select GENERIC_ATOMIC64
df013ffb 9 select ARCH_HAVE_NMI_SAFE_CMPXCHG if RMW_INSNS
9f13a1fd 10 select GENERIC_CPU_DEVICES
d8ce7263
GU
11 select GENERIC_STRNCPY_FROM_USER if MMU
12 select GENERIC_STRNLEN_USER if MMU
9657a872 13 select FPU if MMU
c1d7e01d 14 select ARCH_WANT_IPC_PARSE_VERSION
60a5e4c3 15 select ARCH_USES_GETTIMEOFFSET if MMU && !COLDFIRE
786d35d4
DH
16 select HAVE_MOD_ARCH_SPECIFIC
17 select MODULES_USE_ELF_REL
18 select MODULES_USE_ELF_RELA
1da177e4 19
1da177e4
LT
20config RWSEM_GENERIC_SPINLOCK
21 bool
22 default y
23
24config RWSEM_XCHGADD_ALGORITHM
25 bool
26
f0d1b0b3
DH
27config ARCH_HAS_ILOG2_U32
28 bool
f0d1b0b3
DH
29
30config ARCH_HAS_ILOG2_U64
31 bool
f0d1b0b3 32
0e152d80
GU
33config GENERIC_GPIO
34 bool
35
ba1a5b32
AM
36config GENERIC_HWEIGHT
37 bool
38 default y
39
1da177e4
LT
40config GENERIC_CALIBRATE_DELAY
41 bool
42 default y
43
7f73bafc
GU
44config GENERIC_CSUM
45 bool
46
06027bdd
IM
47config TIME_LOW_RES
48 bool
49 default y
50
5ea81769
AV
51config NO_IOPORT
52 def_bool y
53
dfedfaf5 54config NO_DMA
66d857b0 55 def_bool (MMU && SUN3) || (!MMU && !COLDFIRE)
dfedfaf5 56
66d857b0
GU
57config ZONE_DMA
58 bool
59 default y
171d809d 60
bdc80787
PA
61config HZ
62 int
66d857b0 63 default 1000 if CLEOPATRA
bdc80787
PA
64 default 100
65
1da177e4
LT
66source "init/Kconfig"
67
dc52ddc0
MH
68source "kernel/Kconfig.freezer"
69
66d857b0
GU
70config MMU
71 bool "MMU-based Paged Memory Management Support"
1da177e4 72 default y
4673ca8e 73 select GENERIC_IOMAP
1da177e4 74 help
66d857b0
GU
75 Select if you want MMU-based virtualised addressing space
76 support by paged memory management. If unsure, say 'Y'.
1da177e4 77
0e152d80
GU
78config MMU_MOTOROLA
79 bool
80
0e6782c8
GU
81config MMU_COLDFIRE
82 bool
83
0e152d80
GU
84config MMU_SUN3
85 bool
0e6782c8 86 depends on MMU && !MMU_MOTOROLA && !MMU_COLDFIRE
0e152d80
GU
87
88menu "Platform setup"
89
90source arch/m68k/Kconfig.cpu
91
92source arch/m68k/Kconfig.machine
93
94source arch/m68k/Kconfig.bus
95
96endmenu
97
98menu "Kernel Features"
1da177e4 99
0e152d80
GU
100if COLDFIRE
101source "kernel/Kconfig.preempt"
66d857b0 102endif
0e152d80 103
3f22ab27
DH
104source "mm/Kconfig"
105
1da177e4
LT
106endmenu
107
66d857b0 108menu "Executable file formats"
1da177e4
LT
109
110source "fs/Kconfig.binfmt"
111
66d857b0 112endmenu
5ac6da66 113
66d857b0
GU
114if !MMU
115menu "Power management options"
1da177e4 116
66d857b0 117config PM
0e152d80
GU
118 bool "Power Management support"
119 help
120 Support processor power management modes
1da177e4
LT
121
122endmenu
66d857b0 123endif
1da177e4 124
d5950b43
SR
125source "net/Kconfig"
126
1da177e4
LT
127source "drivers/Kconfig"
128
0e152d80 129source "arch/m68k/Kconfig.devices"
66d857b0 130
1da177e4
LT
131source "fs/Kconfig"
132
133source "arch/m68k/Kconfig.debug"
134
135source "security/Kconfig"
136
137source "crypto/Kconfig"
138
139source "lib/Kconfig"
This page took 0.548606 seconds and 5 git commands to generate.