Kconfig (7119888df1fd115573616ae43747b2e823b0663e) | Kconfig (327933f5d6cdf083284d3c06e0370d1de464aef4) |
---|---|
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 | 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 |
13 select HAVE_LMB | |
14 select HAVE_OPROFILE 15 select HAVE_GENERIC_DMA_COHERENT 16 select HAVE_IOREMAP_PROT if MMU 17 select HAVE_ARCH_TRACEHOOK 18 select HAVE_DMA_API_DEBUG 19 select HAVE_PERF_COUNTERS 20 select RTC_LIB 21 select GENERIC_ATOMIC64 --- 7 unchanged lines hidden (view full) --- 29 def_bool ARCH = "sh" 30 select HAVE_KPROBES 31 select HAVE_KRETPROBES 32 select HAVE_FUNCTION_TRACER 33 select HAVE_FTRACE_MCOUNT_RECORD 34 select HAVE_DYNAMIC_FTRACE 35 select HAVE_FUNCTION_TRACE_MCOUNT_TEST 36 select HAVE_FTRACE_SYSCALLS | 13 select HAVE_OPROFILE 14 select HAVE_GENERIC_DMA_COHERENT 15 select HAVE_IOREMAP_PROT if MMU 16 select HAVE_ARCH_TRACEHOOK 17 select HAVE_DMA_API_DEBUG 18 select HAVE_PERF_COUNTERS 19 select RTC_LIB 20 select GENERIC_ATOMIC64 --- 7 unchanged lines hidden (view full) --- 28 def_bool ARCH = "sh" 29 select HAVE_KPROBES 30 select HAVE_KRETPROBES 31 select HAVE_FUNCTION_TRACER 32 select HAVE_FTRACE_MCOUNT_RECORD 33 select HAVE_DYNAMIC_FTRACE 34 select HAVE_FUNCTION_TRACE_MCOUNT_TEST 35 select HAVE_FTRACE_SYSCALLS |
36 select HAVE_FUNCTION_GRAPH_TRACER |
|
37 select HAVE_ARCH_KGDB 38 select ARCH_HIBERNATION_POSSIBLE if MMU 39 40config SUPERH64 41 def_bool ARCH = "sh64" 42 43config ARCH_DEFCONFIG 44 string --- 779 unchanged lines hidden --- | 37 select HAVE_ARCH_KGDB 38 select ARCH_HIBERNATION_POSSIBLE if MMU 39 40config SUPERH64 41 def_bool ARCH = "sh64" 42 43config ARCH_DEFCONFIG 44 string --- 779 unchanged lines hidden --- |