aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/sparc/Kconfig6
1 files changed, 5 insertions, 1 deletions
diff --git a/arch/sparc/Kconfig b/arch/sparc/Kconfig
index c8c7738f2a32..cd8c585a6b02 100644
--- a/arch/sparc/Kconfig
+++ b/arch/sparc/Kconfig
@@ -46,7 +46,11 @@ config ARCH_DEFCONFIG
46 default "arch/sparc/configs/sparc32_defconfig" if SPARC32 46 default "arch/sparc/configs/sparc32_defconfig" if SPARC32
47 default "arch/sparc/configs/sparc64_defconfig" if SPARC64 47 default "arch/sparc/configs/sparc64_defconfig" if SPARC64
48 48
49 49# CONFIG_BITS can be used at source level to get 32/64 bits
50config BITS
51 int
52 default 32 if SPARC32
53 default 64 if SPARC64
50 54
51config 64BIT 55config 64BIT
52 def_bool y if SPARC64 56 def_bool y if SPARC64