m68knommu: remove unused CONFIG_GENERIC_CMOS_UPDATE option
[linux-2.6.git] / arch / m68k / Kconfig
blob6f823dcc0d70ec3b616c5b87ed61b8c8bb7803f2
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
11 config RWSEM_GENERIC_SPINLOCK
12         bool
13         default y
15 config RWSEM_XCHGADD_ALGORITHM
16         bool
18 config ARCH_HAS_ILOG2_U32
19         bool
21 config ARCH_HAS_ILOG2_U64
22         bool
24 config GENERIC_CLOCKEVENTS
25         bool
27 config GENERIC_GPIO
28         bool
30 config GENERIC_HWEIGHT
31         bool
32         default y
34 config GENERIC_CALIBRATE_DELAY
35         bool
36         default y
38 config GENERIC_CSUM
39         bool
41 config TIME_LOW_RES
42         bool
43         default y
45 config ARCH_USES_GETTIMEOFFSET
46         def_bool MMU && !COLDFIRE
48 config NO_IOPORT
49         def_bool y
51 config NO_DMA
52         def_bool (MMU && SUN3) || (!MMU && !COLDFIRE)
54 config ZONE_DMA
55         bool
56         default y
58 config CPU_HAS_NO_BITFIELDS
59         bool
61 config CPU_HAS_NO_MULDIV64
62         bool
64 config CPU_HAS_ADDRESS_SPACES
65         bool
67 config HZ
68         int
69         default 1000 if CLEOPATRA
70         default 100
72 source "init/Kconfig"
74 source "kernel/Kconfig.freezer"
76 config MMU
77         bool "MMU-based Paged Memory Management Support"
78         default y
79         select GENERIC_IOMAP
80         help
81           Select if you want MMU-based virtualised addressing space
82           support by paged memory management. If unsure, say 'Y'.
84 config MMU_MOTOROLA
85         bool
87 config MMU_COLDFIRE
88         bool
90 config MMU_SUN3
91         bool
92         depends on MMU && !MMU_MOTOROLA && !MMU_COLDFIRE
94 menu "Platform setup"
96 source arch/m68k/Kconfig.cpu
98 source arch/m68k/Kconfig.machine
100 source arch/m68k/Kconfig.bus
102 endmenu
104 menu "Kernel Features"
106 if COLDFIRE
107 source "kernel/Kconfig.preempt"
108 endif
110 if !MMU || COLDFIRE
111 source "kernel/time/Kconfig"
112 endif
114 source "mm/Kconfig"
116 endmenu
118 menu "Executable file formats"
120 source "fs/Kconfig.binfmt"
122 endmenu
124 if !MMU
125 menu "Power management options"
127 config PM
128         bool "Power Management support"
129         help
130           Support processor power management modes
132 endmenu
133 endif
135 source "net/Kconfig"
137 source "drivers/Kconfig"
139 source "arch/m68k/Kconfig.devices"
141 source "fs/Kconfig"
143 source "arch/m68k/Kconfig.debug"
145 source "security/Kconfig"
147 source "crypto/Kconfig"
149 source "lib/Kconfig"