Kconfig (b42f5b0f0fd8c1c442c1b29a3fbcb338e8bd7732) Kconfig (86e4dd5add77ab809f5427391dfabb8f78cbcb58)
1#
2# For a description of the syntax of this configuration file,
3# see Documentation/kbuild/kconfig-language.txt.
4#
5
6mainmenu "Linux/SuperH Kernel Configuration"
7
8config SUPERH
9 def_bool y
10 select EMBEDDED
11 select HAVE_CLK
1#
2# For a description of the syntax of this configuration file,
3# see Documentation/kbuild/kconfig-language.txt.
4#
5
6mainmenu "Linux/SuperH Kernel Configuration"
7
8config SUPERH
9 def_bool y
10 select EMBEDDED
11 select HAVE_CLK
12 select HAVE_IDE
12 select HAVE_IDE if HAS_IOPORT
13 select HAVE_LMB
14 select HAVE_OPROFILE
15 select HAVE_GENERIC_DMA_COHERENT
16 select HAVE_ARCH_TRACEHOOK
17 select HAVE_DMA_API_DEBUG
18 select HAVE_DMA_ATTRS
19 select HAVE_PERF_EVENTS
20 select PERF_USE_VMALLOC

--- 148 unchanged lines hidden (view full) ---

169 def_bool y
170
171config ARCH_HAS_DEFAULT_IDLE
172 def_bool y
173
174config ARCH_HAS_CPU_IDLE_WAIT
175 def_bool y
176
13 select HAVE_LMB
14 select HAVE_OPROFILE
15 select HAVE_GENERIC_DMA_COHERENT
16 select HAVE_ARCH_TRACEHOOK
17 select HAVE_DMA_API_DEBUG
18 select HAVE_DMA_ATTRS
19 select HAVE_PERF_EVENTS
20 select PERF_USE_VMALLOC

--- 148 unchanged lines hidden (view full) ---

169 def_bool y
170
171config ARCH_HAS_DEFAULT_IDLE
172 def_bool y
173
174config ARCH_HAS_CPU_IDLE_WAIT
175 def_bool y
176
177config NO_IOPORT
178 bool
179
177config IO_TRAPPED
178 bool
179
180config DMA_COHERENT
181 bool
182
183config DMA_NONCOHERENT
184 def_bool !DMA_COHERENT
185
186config NEED_DMA_MAP_STATE
187 def_bool DMA_NONCOHERENT
188
180config IO_TRAPPED
181 bool
182
183config DMA_COHERENT
184 bool
185
186config DMA_NONCOHERENT
187 def_bool !DMA_COHERENT
188
189config NEED_DMA_MAP_STATE
190 def_bool DMA_NONCOHERENT
191
189config NEED_SG_DMA_LENGTH
190 def_bool y
191
192source "init/Kconfig"
193
194source "kernel/Kconfig.freezer"
195
196menu "System type"
197
198#
199# Processor families

--- 691 unchanged lines hidden ---
192source "init/Kconfig"
193
194source "kernel/Kconfig.freezer"
195
196menu "System type"
197
198#
199# Processor families

--- 691 unchanged lines hidden ---