Kconfig 2.0 KB
Newer Older
L
Linus Torvalds 已提交
1 2 3
config M68K
	bool
	default y
S
Sam Ravnborg 已提交
4
	select HAVE_IDE
5
	select HAVE_AOUT if MMU
6 7
	select HAVE_GENERIC_HARDIRQS
	select GENERIC_IRQ_SHOW
8
	select GENERIC_ATOMIC64
9
	select HAVE_UID16
10
	select ARCH_HAVE_NMI_SAFE_CMPXCHG if RMW_INSNS
11
	select GENERIC_CPU_DEVICES
12 13
	select GENERIC_STRNCPY_FROM_USER if MMU
	select GENERIC_STRNLEN_USER if MMU
14
	select FPU if MMU
15
	select ARCH_WANT_IPC_PARSE_VERSION
16
	select ARCH_USES_GETTIMEOFFSET if MMU && !COLDFIRE
L
Linus Torvalds 已提交
17 18 19 20 21 22 23 24

config RWSEM_GENERIC_SPINLOCK
	bool
	default y

config RWSEM_XCHGADD_ALGORITHM
	bool

25 26 27 28 29 30
config ARCH_HAS_ILOG2_U32
	bool

config ARCH_HAS_ILOG2_U64
	bool

31 32 33
config GENERIC_GPIO
	bool

34 35 36 37
config GENERIC_HWEIGHT
	bool
	default y

L
Linus Torvalds 已提交
38 39 40 41
config GENERIC_CALIBRATE_DELAY
	bool
	default y

42 43 44
config GENERIC_CSUM
	bool

45 46 47 48
config TIME_LOW_RES
	bool
	default y

A
Al Viro 已提交
49 50 51
config NO_IOPORT
	def_bool y

A
Al Viro 已提交
52
config NO_DMA
53
	def_bool (MMU && SUN3) || (!MMU && !COLDFIRE)
A
Al Viro 已提交
54

55 56 57
config ZONE_DMA
	bool
	default y
58

59 60
config HZ
	int
61
	default 1000 if CLEOPATRA
62 63
	default 100

L
Linus Torvalds 已提交
64 65
source "init/Kconfig"

66 67
source "kernel/Kconfig.freezer"

68 69
config MMU
	bool "MMU-based Paged Memory Management Support"
L
Linus Torvalds 已提交
70
	default y
71
	select GENERIC_IOMAP
L
Linus Torvalds 已提交
72
	help
73 74
	  Select if you want MMU-based virtualised addressing space
	  support by paged memory management. If unsure, say 'Y'.
L
Linus Torvalds 已提交
75

76 77 78
config MMU_MOTOROLA
	bool

79 80 81
config MMU_COLDFIRE
	bool

82 83
config MMU_SUN3
	bool
84
	depends on MMU && !MMU_MOTOROLA && !MMU_COLDFIRE
85 86 87 88 89 90 91 92 93 94 95 96

menu "Platform setup"

source arch/m68k/Kconfig.cpu

source arch/m68k/Kconfig.machine

source arch/m68k/Kconfig.bus

endmenu

menu "Kernel Features"
L
Linus Torvalds 已提交
97

98 99
if COLDFIRE
source "kernel/Kconfig.preempt"
100
endif
101

102 103
source "mm/Kconfig"

L
Linus Torvalds 已提交
104 105
endmenu

106
menu "Executable file formats"
L
Linus Torvalds 已提交
107 108 109

source "fs/Kconfig.binfmt"

110
endmenu
111

112 113
if !MMU
menu "Power management options"
L
Linus Torvalds 已提交
114

115
config PM
116 117 118
	bool "Power Management support"
	help
	  Support processor power management modes
L
Linus Torvalds 已提交
119 120

endmenu
121
endif
L
Linus Torvalds 已提交
122

123 124
source "net/Kconfig"

L
Linus Torvalds 已提交
125 126
source "drivers/Kconfig"

127
source "arch/m68k/Kconfig.devices"
128

L
Linus Torvalds 已提交
129 130 131 132 133 134 135 136 137
source "fs/Kconfig"

source "arch/m68k/Kconfig.debug"

source "security/Kconfig"

source "crypto/Kconfig"

source "lib/Kconfig"