ARM: EXYNOS: Add leds status1 and status2 on Origen board
[linux-2.6/libata-dev.git] / arch / m68k / Kconfig
blob1471201282605485d05fe0b0afd024988509d55c
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 ARCH_HAVE_NMI_SAFE_CMPXCHG if RMW_INSNS
9         select GENERIC_CPU_DEVICES
10         select GENERIC_STRNCPY_FROM_USER if MMU
11         select GENERIC_STRNLEN_USER if MMU
12         select FPU if MMU
13         select ARCH_USES_GETTIMEOFFSET if MMU && !COLDFIRE
15 config RWSEM_GENERIC_SPINLOCK
16         bool
17         default y
19 config RWSEM_XCHGADD_ALGORITHM
20         bool
22 config ARCH_HAS_ILOG2_U32
23         bool
25 config ARCH_HAS_ILOG2_U64
26         bool
28 config GENERIC_GPIO
29         bool
31 config GENERIC_HWEIGHT
32         bool
33         default y
35 config GENERIC_CALIBRATE_DELAY
36         bool
37         default y
39 config GENERIC_CSUM
40         bool
42 config TIME_LOW_RES
43         bool
44         default y
46 config NO_IOPORT
47         def_bool y
49 config NO_DMA
50         def_bool (MMU && SUN3) || (!MMU && !COLDFIRE)
52 config ZONE_DMA
53         bool
54         default y
56 config CPU_HAS_NO_BITFIELDS
57         bool
59 config CPU_HAS_NO_MULDIV64
60         bool
62 config CPU_HAS_ADDRESS_SPACES
63         bool
65 config FPU
66         bool
68 config HZ
69         int
70         default 1000 if CLEOPATRA
71         default 100
73 source "init/Kconfig"
75 source "kernel/Kconfig.freezer"
77 config MMU
78         bool "MMU-based Paged Memory Management Support"
79         default y
80         select GENERIC_IOMAP
81         help
82           Select if you want MMU-based virtualised addressing space
83           support by paged memory management. If unsure, say 'Y'.
85 config MMU_MOTOROLA
86         bool
88 config MMU_COLDFIRE
89         bool
91 config MMU_SUN3
92         bool
93         depends on MMU && !MMU_MOTOROLA && !MMU_COLDFIRE
95 menu "Platform setup"
97 source arch/m68k/Kconfig.cpu
99 source arch/m68k/Kconfig.machine
101 source arch/m68k/Kconfig.bus
103 endmenu
105 menu "Kernel Features"
107 if COLDFIRE
108 source "kernel/Kconfig.preempt"
109 endif
111 source "mm/Kconfig"
113 endmenu
115 menu "Executable file formats"
117 source "fs/Kconfig.binfmt"
119 endmenu
121 if !MMU
122 menu "Power management options"
124 config PM
125         bool "Power Management support"
126         help
127           Support processor power management modes
129 endmenu
130 endif
132 source "net/Kconfig"
134 source "drivers/Kconfig"
136 source "arch/m68k/Kconfig.devices"
138 source "fs/Kconfig"
140 source "arch/m68k/Kconfig.debug"
142 source "security/Kconfig"
144 source "crypto/Kconfig"
146 source "lib/Kconfig"