diff options
Diffstat (limited to 'arch/sparc/Kconfig')
-rw-r--r-- | arch/sparc/Kconfig | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/arch/sparc/Kconfig b/arch/sparc/Kconfig index 3f8b6a92eabd..86b82348b97c 100644 --- a/arch/sparc/Kconfig +++ b/arch/sparc/Kconfig | |||
@@ -25,6 +25,9 @@ config SPARC | |||
25 | select ARCH_WANT_OPTIONAL_GPIOLIB | 25 | select ARCH_WANT_OPTIONAL_GPIOLIB |
26 | select RTC_CLASS | 26 | select RTC_CLASS |
27 | select RTC_DRV_M48T59 | 27 | select RTC_DRV_M48T59 |
28 | select HAVE_PERF_COUNTERS | ||
29 | select HAVE_DMA_ATTRS | ||
30 | select HAVE_DMA_API_DEBUG | ||
28 | 31 | ||
29 | config SPARC32 | 32 | config SPARC32 |
30 | def_bool !64BIT | 33 | def_bool !64BIT |
@@ -44,6 +47,7 @@ config SPARC64 | |||
44 | select RTC_DRV_BQ4802 | 47 | select RTC_DRV_BQ4802 |
45 | select RTC_DRV_SUN4V | 48 | select RTC_DRV_SUN4V |
46 | select RTC_DRV_STARFIRE | 49 | select RTC_DRV_STARFIRE |
50 | select HAVE_PERF_COUNTERS | ||
47 | 51 | ||
48 | config ARCH_DEFCONFIG | 52 | config ARCH_DEFCONFIG |
49 | string | 53 | string |
@@ -95,7 +99,7 @@ config AUDIT_ARCH | |||
95 | config HAVE_SETUP_PER_CPU_AREA | 99 | config HAVE_SETUP_PER_CPU_AREA |
96 | def_bool y if SPARC64 | 100 | def_bool y if SPARC64 |
97 | 101 | ||
98 | config HAVE_DYNAMIC_PER_CPU_AREA | 102 | config NEED_PER_CPU_EMBED_FIRST_CHUNK |
99 | def_bool y if SPARC64 | 103 | def_bool y if SPARC64 |
100 | 104 | ||
101 | config GENERIC_HARDIRQS_NO__DO_IRQ | 105 | config GENERIC_HARDIRQS_NO__DO_IRQ |
@@ -437,6 +441,17 @@ config SERIAL_CONSOLE | |||
437 | 441 | ||
438 | If unsure, say N. | 442 | If unsure, say N. |
439 | 443 | ||
444 | config SPARC_LEON | ||
445 | bool "Sparc Leon processor family" | ||
446 | depends on SPARC32 | ||
447 | ---help--- | ||
448 | If you say Y here if you are running on a SPARC-LEON processor. | ||
449 | The LEON processor is a synthesizable VHDL model of the | ||
450 | SPARC-v8 standard. LEON is part of the GRLIB collection of | ||
451 | IP cores that are distributed under GPL. GRLIB can be downloaded | ||
452 | from www.gaisler.com. You can download a sparc-linux cross-compilation | ||
453 | toolchain at www.gaisler.com. | ||
454 | |||
440 | endmenu | 455 | endmenu |
441 | 456 | ||
442 | menu "Bus options (PCI etc.)" | 457 | menu "Bus options (PCI etc.)" |