diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2010-10-25 10:51:49 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2010-10-25 10:51:49 -0400 |
commit | 1dfd166e93f98892aa4427069a23ed73259983c8 (patch) | |
tree | c70a347b963091b99bd16842537153fa36e5c0e9 /arch/sh/Kconfig | |
parent | 8e775167d54e6521e7cdbc03ee7ec42a8c67b49a (diff) | |
parent | 8df399018df120d28f89fda6f2515cc6e096e43d (diff) |
Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6
* git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6: (110 commits)
sh: i2c-sh7760: Replase from ctrl_* to __raw_*
sh: clkfwk: Shuffle around to match the intc split up.
sh: clkfwk: modify for_each_frequency end condition
sh: fix clk_get() error handling
sh: clkfwk: Fix fault in frequency iterator.
sh: clkfwk: Add a helper for rate rounding by divisor ranges.
sh: clkfwk: Abstract rate rounding helper.
sh: clkfwk: support clock remapping.
sh: pci: Convert to upper/lower_32_bits() helpers.
sh: mach-sdk7786: Add support for the FPGA SRAM.
sh: Provide a generic SRAM pool for tiny memories.
sh: pci: Support secondary FPGA-driven PCIe clocks on SDK7786.
sh: pci: Support slot 4 routing on SDK7786.
sh: Fix up PMB locking.
sh: mach-sdk7786: Add support for fpga gpios.
sh: use pr_fmt for clock framework, too.
sh: remove name and id from struct clk
sh: free-without-alloc fix for sh_mobile_lcdcfb
sh: perf: Set up perf_max_events.
sh: perf: Support SH-X3 hardware counters.
...
Fix up trivial conflicts (perf_max_events got removed) in arch/sh/kernel/perf_event.c
Diffstat (limited to 'arch/sh/Kconfig')
-rw-r--r-- | arch/sh/Kconfig | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig index 35b6879628a0..0f40fc35d0a2 100644 --- a/arch/sh/Kconfig +++ b/arch/sh/Kconfig | |||
@@ -24,6 +24,7 @@ config SUPERH | |||
24 | select HAVE_KERNEL_LZMA | 24 | select HAVE_KERNEL_LZMA |
25 | select HAVE_KERNEL_LZO | 25 | select HAVE_KERNEL_LZO |
26 | select HAVE_SYSCALL_TRACEPOINTS | 26 | select HAVE_SYSCALL_TRACEPOINTS |
27 | select HAVE_REGS_AND_STACK_ACCESS_API | ||
27 | select RTC_LIB | 28 | select RTC_LIB |
28 | select GENERIC_ATOMIC64 | 29 | select GENERIC_ATOMIC64 |
29 | help | 30 | help |
@@ -46,7 +47,7 @@ config SUPERH32 | |||
46 | select HAVE_ARCH_KGDB | 47 | select HAVE_ARCH_KGDB |
47 | select HAVE_HW_BREAKPOINT | 48 | select HAVE_HW_BREAKPOINT |
48 | select HAVE_MIXED_BREAKPOINTS_REGS | 49 | select HAVE_MIXED_BREAKPOINTS_REGS |
49 | select PERF_EVENTS if HAVE_HW_BREAKPOINT | 50 | select PERF_EVENTS |
50 | select ARCH_HIBERNATION_POSSIBLE if MMU | 51 | select ARCH_HIBERNATION_POSSIBLE if MMU |
51 | 52 | ||
52 | config SUPERH64 | 53 | config SUPERH64 |
@@ -471,6 +472,7 @@ config CPU_SUBTYPE_SHX3 | |||
471 | select CPU_SH4A | 472 | select CPU_SH4A |
472 | select CPU_SHX3 | 473 | select CPU_SHX3 |
473 | select GENERIC_CLOCKEVENTS_BROADCAST if SMP | 474 | select GENERIC_CLOCKEVENTS_BROADCAST if SMP |
475 | select ARCH_REQUIRE_GPIOLIB | ||
474 | 476 | ||
475 | # SH4AL-DSP Processor Support | 477 | # SH4AL-DSP Processor Support |
476 | 478 | ||
@@ -575,7 +577,7 @@ config SH_CLK_CPG | |||
575 | config SH_CLK_CPG_LEGACY | 577 | config SH_CLK_CPG_LEGACY |
576 | depends on SH_CLK_CPG | 578 | depends on SH_CLK_CPG |
577 | def_bool y if !CPU_SUBTYPE_SH7785 && !ARCH_SHMOBILE && \ | 579 | def_bool y if !CPU_SUBTYPE_SH7785 && !ARCH_SHMOBILE && \ |
578 | !CPU_SUBTYPE_SH7786 | 580 | !CPU_SHX3 && !CPU_SUBTYPE_SH7757 |
579 | 581 | ||
580 | config SH_CLK_MD | 582 | config SH_CLK_MD |
581 | int "CPU Mode Pin Setting" | 583 | int "CPU Mode Pin Setting" |