diff options
author | Paul Mundt <lethal@linux-sh.org> | 2007-11-09 13:45:42 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2008-01-28 13:18:41 +0900 |
commit | 4690bdc7c6e4f18fb58350ccde40df5fcd85a6d9 (patch) | |
tree | bef3ae2a5e2bae9d50d450fe094da48bf30fcc5e /arch/sh/Kconfig.sh64 | |
parent | 114f132975ae8db3caa0c3420dc1083bae8d3757 (diff) |
sh: Consolidate CPU features in Kconfig.cpu.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
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 20db5e0c140..10f5d30d318 100644 --- a/arch/sh/Kconfig.sh64 +++ b/arch/sh/Kconfig.sh64 @@ -99,21 +99,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 |