diff options
author | David S. Miller <davem@davemloft.net> | 2013-05-04 21:34:13 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2013-05-04 21:34:13 -0400 |
commit | 048c9acca90ca7da42b92745445fe008a48add88 (patch) | |
tree | e2e551a565a7dcdca0fc398aa659231745e5a901 /arch/sparc/Kconfig | |
parent | 07df841877195765d958df146f614fc7bdedd5e3 (diff) | |
parent | ad348cc5349be4ef4abe08819afbb63386585413 (diff) |
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc
Merge sparc bug fixes that didn't make it into v3.9 into
sparc-next.
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/sparc/Kconfig')
-rw-r--r-- | arch/sparc/Kconfig | 26 |
1 files changed, 2 insertions, 24 deletions
diff --git a/arch/sparc/Kconfig b/arch/sparc/Kconfig index 33e48cbf25ab..a639c0d07b8b 100644 --- a/arch/sparc/Kconfig +++ b/arch/sparc/Kconfig | |||
@@ -62,7 +62,6 @@ config SPARC64 | |||
62 | select HAVE_RCU_TABLE_FREE if SMP | 62 | select HAVE_RCU_TABLE_FREE if SMP |
63 | select HAVE_MEMBLOCK | 63 | select HAVE_MEMBLOCK |
64 | select HAVE_MEMBLOCK_NODE_MAP | 64 | select HAVE_MEMBLOCK_NODE_MAP |
65 | select HAVE_SYSCALL_WRAPPERS | ||
66 | select HAVE_ARCH_TRANSPARENT_HUGEPAGE | 65 | select HAVE_ARCH_TRANSPARENT_HUGEPAGE |
67 | select HAVE_DYNAMIC_FTRACE | 66 | select HAVE_DYNAMIC_FTRACE |
68 | select HAVE_FTRACE_MCOUNT_RECORD | 67 | select HAVE_FTRACE_MCOUNT_RECORD |
@@ -257,29 +256,6 @@ config HOTPLUG_CPU | |||
257 | 256 | ||
258 | if SPARC64 | 257 | if SPARC64 |
259 | source "drivers/cpufreq/Kconfig" | 258 | source "drivers/cpufreq/Kconfig" |
260 | |||
261 | config US3_FREQ | ||
262 | tristate "UltraSPARC-III CPU Frequency driver" | ||
263 | depends on CPU_FREQ | ||
264 | select CPU_FREQ_TABLE | ||
265 | help | ||
266 | This adds the CPUFreq driver for UltraSPARC-III processors. | ||
267 | |||
268 | For details, take a look at <file:Documentation/cpu-freq>. | ||
269 | |||
270 | If in doubt, say N. | ||
271 | |||
272 | config US2E_FREQ | ||
273 | tristate "UltraSPARC-IIe CPU Frequency driver" | ||
274 | depends on CPU_FREQ | ||
275 | select CPU_FREQ_TABLE | ||
276 | help | ||
277 | This adds the CPUFreq driver for UltraSPARC-IIe processors. | ||
278 | |||
279 | For details, take a look at <file:Documentation/cpu-freq>. | ||
280 | |||
281 | If in doubt, say N. | ||
282 | |||
283 | endif | 259 | endif |
284 | 260 | ||
285 | config US3_MC | 261 | config US3_MC |
@@ -414,6 +390,8 @@ config SERIAL_CONSOLE | |||
414 | config SPARC_LEON | 390 | config SPARC_LEON |
415 | bool "Sparc Leon processor family" | 391 | bool "Sparc Leon processor family" |
416 | depends on SPARC32 | 392 | depends on SPARC32 |
393 | select USB_EHCI_BIG_ENDIAN_MMIO | ||
394 | select USB_EHCI_BIG_ENDIAN_DESC | ||
417 | ---help--- | 395 | ---help--- |
418 | If you say Y here if you are running on a SPARC-LEON processor. | 396 | If you say Y here if you are running on a SPARC-LEON processor. |
419 | The LEON processor is a synthesizable VHDL model of the | 397 | The LEON processor is a synthesizable VHDL model of the |