Merge branch 'fix/asoc' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / arch / m68k / Kconfig
blobae413d4a8bb770783661104ba6d8d77ae0c3a103
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_CMOS_UPDATE
28         def_bool !MMU
30 config GENERIC_GPIO
31         bool
33 config GENERIC_HWEIGHT
34         bool
35         default y
37 config GENERIC_CALIBRATE_DELAY
38         bool
39         default y
41 config GENERIC_CSUM
42         bool
44 config TIME_LOW_RES
45         bool
46         default y
48 config ARCH_USES_GETTIMEOFFSET
49         def_bool MMU && !COLDFIRE
51 config NO_IOPORT
52         def_bool y
54 config NO_DMA
55         def_bool (MMU && SUN3) || (!MMU && !COLDFIRE)
57 config ZONE_DMA
58         bool
59         default y
61 config CPU_HAS_NO_BITFIELDS
62         bool
64 config CPU_HAS_NO_MULDIV64
65         bool
67 config CPU_HAS_ADDRESS_SPACES
68         bool
70 config HZ
71         int
72         default 1000 if CLEOPATRA
73         default 100
75 source "init/Kconfig"
77 source "kernel/Kconfig.freezer"
79 config MMU
80         bool "MMU-based Paged Memory Management Support"
81         default y
82         select GENERIC_IOMAP
83         help
84           Select if you want MMU-based virtualised addressing space
85           support by paged memory management. If unsure, say 'Y'.
87 config MMU_MOTOROLA
88         bool
90 config MMU_COLDFIRE
91         bool
93 config MMU_SUN3
94         bool
95         depends on MMU && !MMU_MOTOROLA && !MMU_COLDFIRE
97 menu "Platform setup"
99 source arch/m68k/Kconfig.cpu
101 source arch/m68k/Kconfig.machine
103 source arch/m68k/Kconfig.bus
105 endmenu
107 menu "Kernel Features"
109 if COLDFIRE
110 source "kernel/Kconfig.preempt"
111 endif
113 if !MMU || COLDFIRE
114 source "kernel/time/Kconfig"
115 endif
117 source "mm/Kconfig"
119 endmenu
121 menu "Executable file formats"
123 source "fs/Kconfig.binfmt"
125 endmenu
127 if !MMU
128 menu "Power management options"
130 config PM
131         bool "Power Management support"
132         help
133           Support processor power management modes
135 endmenu
136 endif
138 source "net/Kconfig"
140 source "drivers/Kconfig"
142 source "arch/m68k/Kconfig.devices"
144 source "fs/Kconfig"
146 source "arch/m68k/Kconfig.debug"
148 source "security/Kconfig"
150 source "crypto/Kconfig"
152 source "lib/Kconfig"