diff options
Diffstat (limited to 'arch/sh/Kconfig.sh64')
-rw-r--r-- | arch/sh/Kconfig.sh64 | 16 |
1 files changed, 1 insertions, 15 deletions
diff --git a/arch/sh/Kconfig.sh64 b/arch/sh/Kconfig.sh64 index 20db5e0c1401..10f5d30d3184 100644 --- a/arch/sh/Kconfig.sh64 +++ b/arch/sh/Kconfig.sh64 | |||
@@ -99,21 +99,7 @@ config CPU_SUBTYPE_SH5_103 | |||
99 | 99 | ||
100 | endchoice | 100 | endchoice |
101 | 101 | ||
102 | choice | 102 | source "arch/sh/Kconfig.cpu" |
103 | prompt "Endianness" | ||
104 | default LITTLE_ENDIAN | ||
105 | |||
106 | config LITTLE_ENDIAN | ||
107 | bool "Little-Endian" | ||
108 | |||
109 | config BIG_ENDIAN | ||
110 | bool "Big-Endian" | ||
111 | |||
112 | endchoice | ||
113 | |||
114 | config SH_FPU | ||
115 | bool "FPU support" | ||
116 | default y | ||
117 | 103 | ||
118 | config SH64_FPU_DENORM_FLUSH | 104 | config SH64_FPU_DENORM_FLUSH |
119 | depends on SH_FPU | 105 | depends on SH_FPU |