]> err.no Git - linux-2.6/blobdiff - arch/sh/Kconfig.sh64
sh: Move over and enable FPU support for SH-5.
[linux-2.6] / arch / sh / Kconfig.sh64
index 20db5e0c1401e2d9b777033ab54a03eaec6a7be3..e37cd8c51e34b42283eaace93af8690ba0078081 100644 (file)
@@ -83,6 +83,7 @@ choice
 
 config CPU_SH5
        bool "SH-5"
+       select CPU_HAS_FPU
 
 endchoice
 
@@ -99,21 +100,7 @@ config CPU_SUBTYPE_SH5_103
 
 endchoice
 
-choice
-       prompt "Endianness"
-       default LITTLE_ENDIAN
-
-config LITTLE_ENDIAN
-       bool "Little-Endian"
-
-config BIG_ENDIAN
-       bool "Big-Endian"
-
-endchoice
-
-config SH_FPU
-       bool "FPU support"
-       default y
+source "arch/sh/Kconfig.cpu"
 
 config SH64_FPU_DENORM_FLUSH
        depends on SH_FPU