mfd: Use gpio_request_one from dm355evm_msp
[linux-2.6/btrfs-unstable.git] / arch / m68k / Kconfig
blob361d54019bb0bcafaed6e7e6d408d638ae4cd5c5
1 config M68K
2         bool
3         default y
4         select HAVE_IDE
5         select HAVE_AOUT if MMU
6         select GENERIC_ATOMIC64 if MMU
7         select HAVE_GENERIC_HARDIRQS
8         select GENERIC_IRQ_SHOW
9         select ARCH_HAVE_NMI_SAFE_CMPXCHG if RMW_INSNS
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_IOMAP
42         def_bool MMU
44 config TIME_LOW_RES
45         bool
46         default y
48 config ARCH_USES_GETTIMEOFFSET
49         def_bool MMU
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 HZ
65         int
66         default 1000 if CLEOPATRA
67         default 100
69 source "init/Kconfig"
71 source "kernel/Kconfig.freezer"
73 config MMU
74         bool "MMU-based Paged Memory Management Support"
75         default y
76         help
77           Select if you want MMU-based virtualised addressing space
78           support by paged memory management. If unsure, say 'Y'.
80 config MMU_MOTOROLA
81         bool
83 config MMU_SUN3
84         bool
85         depends on MMU && !MMU_MOTOROLA
87 menu "Platform setup"
89 source arch/m68k/Kconfig.cpu
91 source arch/m68k/Kconfig.machine
93 source arch/m68k/Kconfig.bus
95 endmenu
97 menu "Kernel Features"
99 if COLDFIRE
100 source "kernel/Kconfig.preempt"
101 endif
103 if !MMU || COLDFIRE
104 source "kernel/time/Kconfig"
105 endif
107 source "mm/Kconfig"
109 endmenu
111 menu "Executable file formats"
113 source "fs/Kconfig.binfmt"
115 endmenu
117 if !MMU
118 menu "Power management options"
120 config PM
121         bool "Power Management support"
122         help
123           Support processor power management modes
125 endmenu
126 endif
128 source "net/Kconfig"
130 source "drivers/Kconfig"
132 source "arch/m68k/Kconfig.devices"
134 source "fs/Kconfig"
136 source "arch/m68k/Kconfig.debug"
138 source "security/Kconfig"
140 source "crypto/Kconfig"
142 source "lib/Kconfig"