aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/sh/Kconfig')
-rw-r--r--arch/sh/Kconfig16
1 files changed, 12 insertions, 4 deletions
diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig
index b95dbb8db66..d62183f355a 100644
--- a/arch/sh/Kconfig
+++ b/arch/sh/Kconfig
@@ -294,12 +294,20 @@ config CF_BASE_ADDR
294 294
295menu "Processor features" 295menu "Processor features"
296 296
297config CPU_LITTLE_ENDIAN 297choice
298 bool "Little Endian" 298 prompt "Endianess selection"
299 default CPU_LITTLE_ENDIAN
299 help 300 help
300 Some SuperH machines can be configured for either little or big 301 Some SuperH machines can be configured for either little or big
301 endian byte order. These modes require different kernels. Say Y if 302 endian byte order. These modes require different kernels.
302 your machine is little endian, N if it's a big endian machine. 303
304config CPU_LITTLE_ENDIAN
305 bool "Little Endian"
306
307config CPU_BIG_ENDIAN
308 bool "Big Endian"
309
310endchoice
303 311
304config SH_FPU 312config SH_FPU
305 bool "FPU support" 313 bool "FPU support"