aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sparc/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/sparc/Kconfig')
-rw-r--r--arch/sparc/Kconfig20
1 files changed, 19 insertions, 1 deletions
diff --git a/arch/sparc/Kconfig b/arch/sparc/Kconfig
index 3f8b6a92eabd..ac45aab741a5 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_EVENTS
29 select HAVE_DMA_ATTRS
30 select HAVE_DMA_API_DEBUG
28 31
29config SPARC32 32config 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_EVENTS
47 51
48config ARCH_DEFCONFIG 52config ARCH_DEFCONFIG
49 string 53 string
@@ -95,7 +99,10 @@ config AUDIT_ARCH
95config HAVE_SETUP_PER_CPU_AREA 99config HAVE_SETUP_PER_CPU_AREA
96 def_bool y if SPARC64 100 def_bool y if SPARC64
97 101
98config HAVE_DYNAMIC_PER_CPU_AREA 102config NEED_PER_CPU_EMBED_FIRST_CHUNK
103 def_bool y if SPARC64
104
105config NEED_PER_CPU_PAGE_FIRST_CHUNK
99 def_bool y if SPARC64 106 def_bool y if SPARC64
100 107
101config GENERIC_HARDIRQS_NO__DO_IRQ 108config GENERIC_HARDIRQS_NO__DO_IRQ
@@ -437,6 +444,17 @@ config SERIAL_CONSOLE
437 444
438 If unsure, say N. 445 If unsure, say N.
439 446
447config SPARC_LEON
448 bool "Sparc Leon processor family"
449 depends on SPARC32
450 ---help---
451 If you say Y here if you are running on a SPARC-LEON processor.
452 The LEON processor is a synthesizable VHDL model of the
453 SPARC-v8 standard. LEON is part of the GRLIB collection of
454 IP cores that are distributed under GPL. GRLIB can be downloaded
455 from www.gaisler.com. You can download a sparc-linux cross-compilation
456 toolchain at www.gaisler.com.
457
440endmenu 458endmenu
441 459
442menu "Bus options (PCI etc.)" 460menu "Bus options (PCI etc.)"