Kconfig 1.9 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 ARCH_HAVE_NMI_SAFE_CMPXCHG if RMW_INSNS
10
	select GENERIC_CPU_DEVICES
11 12
	select GENERIC_STRNCPY_FROM_USER if MMU
	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
L
Linus Torvalds 已提交
16 17 18 19 20 21 22 23

config RWSEM_GENERIC_SPINLOCK
	bool
	default y

config RWSEM_XCHGADD_ALGORITHM
	bool

24 25 26 27 28 29
config ARCH_HAS_ILOG2_U32
	bool

config ARCH_HAS_ILOG2_U64
	bool

30 31 32
config GENERIC_GPIO
	bool

33 34 35 36
config GENERIC_HWEIGHT
	bool
	default y

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

41 42 43
config GENERIC_CSUM
	bool

44 45 46 47
config TIME_LOW_RES
	bool
	default y

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

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

54 55 56
config ZONE_DMA
	bool
	default y
57

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

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

65 66
source "kernel/Kconfig.freezer"

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

75 76 77
config MMU_MOTOROLA
	bool

78 79 80
config MMU_COLDFIRE
	bool

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

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 已提交
96

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

101 102
source "mm/Kconfig"

L
Linus Torvalds 已提交
103 104
endmenu

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

source "fs/Kconfig.binfmt"

109
endmenu
110

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

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

endmenu
120
endif
L
Linus Torvalds 已提交
121

122 123
source "net/Kconfig"

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

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

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

source "arch/m68k/Kconfig.debug"

source "security/Kconfig"

source "crypto/Kconfig"

source "lib/Kconfig"