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 ARCH_HAVE_NMI_SAFE_CMPXCHG if RMW_INSNS
L
Linus Torvalds 已提交
9 10 11 12 13 14 15 16

config RWSEM_GENERIC_SPINLOCK
	bool
	default y

config RWSEM_XCHGADD_ALGORITHM
	bool

17 18 19 20 21 22
config ARCH_HAS_ILOG2_U32
	bool

config ARCH_HAS_ILOG2_U64
	bool

23 24 25 26 27 28 29 30 31
config GENERIC_CLOCKEVENTS
	bool

config GENERIC_CMOS_UPDATE
	def_bool !MMU

config GENERIC_GPIO
	bool

32 33 34 35
config GENERIC_HWEIGHT
	bool
	default y

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

40 41 42
config GENERIC_IOMAP
	def_bool MMU

43 44 45
config GENERIC_CSUM
	bool

46 47 48 49
config TIME_LOW_RES
	bool
	default y

50 51 52
config ARCH_USES_GETTIMEOFFSET
	def_bool MMU

A
Al Viro 已提交
53 54 55
config NO_IOPORT
	def_bool y

A
Al Viro 已提交
56
config NO_DMA
57
	def_bool (MMU && SUN3) || (!MMU && !COLDFIRE)
A
Al Viro 已提交
58

59 60 61
config ZONE_DMA
	bool
	default y
62 63 64 65

config CPU_HAS_NO_BITFIELDS
	bool

66 67 68
config CPU_HAS_NO_MULDIV64
	bool

69 70 71
config CPU_HAS_ADDRESS_SPACES
	bool

72 73
config HZ
	int
74
	default 1000 if CLEOPATRA
75 76
	default 100

L
Linus Torvalds 已提交
77 78
source "init/Kconfig"

79 80
source "kernel/Kconfig.freezer"

81 82
config MMU
	bool "MMU-based Paged Memory Management Support"
L
Linus Torvalds 已提交
83 84
	default y
	help
85 86
	  Select if you want MMU-based virtualised addressing space
	  support by paged memory management. If unsure, say 'Y'.
L
Linus Torvalds 已提交
87

88 89 90
config MMU_MOTOROLA
	bool

91 92 93
config MMU_COLDFIRE
	bool

94 95
config MMU_SUN3
	bool
96
	depends on MMU && !MMU_MOTOROLA && !MMU_COLDFIRE
97 98 99 100 101 102 103 104 105 106 107 108

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

110 111
if COLDFIRE
source "kernel/Kconfig.preempt"
112
endif
113 114 115

if !MMU || COLDFIRE
source "kernel/time/Kconfig"
116
endif
117

118 119
source "mm/Kconfig"

L
Linus Torvalds 已提交
120 121
endmenu

122
menu "Executable file formats"
L
Linus Torvalds 已提交
123 124 125

source "fs/Kconfig.binfmt"

126
endmenu
127

128 129
if !MMU
menu "Power management options"
L
Linus Torvalds 已提交
130

131
config PM
132 133 134
	bool "Power Management support"
	help
	  Support processor power management modes
L
Linus Torvalds 已提交
135 136

endmenu
137
endif
L
Linus Torvalds 已提交
138

139 140
source "net/Kconfig"

L
Linus Torvalds 已提交
141 142
source "drivers/Kconfig"

143
source "arch/m68k/Kconfig.devices"
144

L
Linus Torvalds 已提交
145 146 147 148 149 150 151 152 153
source "fs/Kconfig"

source "arch/m68k/Kconfig.debug"

source "security/Kconfig"

source "crypto/Kconfig"

source "lib/Kconfig"