aboutsummaryrefslogtreecommitdiff
path: root/arch/mips/Kconfig
diff options
context:
space:
mode:
authorMichal Simek <michal.simek@amd.com>2022-06-24 14:14:59 +0200
committerMichal Simek <michal.simek@amd.com>2022-06-24 14:14:59 +0200
commit89e81e6c32bba4b92172019068b81c025698395a (patch)
tree259b2c6a1b5f6fef9cf59bddfc603a3cae1d85df /arch/mips/Kconfig
parentd896e790cb735b6be8a17bdfefca54e288468bd5 (diff)
downloadu-boot-89e81e6c32bba4b92172019068b81c025698395a.zip
u-boot-89e81e6c32bba4b92172019068b81c025698395a.tar.gz
u-boot-89e81e6c32bba4b92172019068b81c025698395a.tar.bz2
mips: Move endianness selection to arch/Kconfig
This option will be used by Microblaze that's why move it to generic location to be able to use it. Signed-off-by: Michal Simek <michal.simek@amd.com> Link: https://lore.kernel.org/r/ceb39fa615cb5657b66a7b77bab99e86ca7a3346.1655299267.git.michal.simek@amd.com
Diffstat (limited to 'arch/mips/Kconfig')
-rw-r--r--arch/mips/Kconfig18
1 files changed, 0 insertions, 18 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig
index 9b62764..2e0793a 100644
--- a/arch/mips/Kconfig
+++ b/arch/mips/Kconfig
@@ -181,24 +181,6 @@ source "arch/mips/mach-octeon/Kconfig"
if MIPS
choice
- prompt "Endianness selection"
- help
- Some MIPS boards can be configured for either little or big endian
- byte order. These modes require different U-Boot images. In general there
- is one preferred byteorder for a particular system but some systems are
- just as commonly used in the one or the other endianness.
-
-config SYS_BIG_ENDIAN
- bool "Big endian"
- depends on SUPPORTS_BIG_ENDIAN
-
-config SYS_LITTLE_ENDIAN
- bool "Little endian"
- depends on SUPPORTS_LITTLE_ENDIAN
-
-endchoice
-
-choice
prompt "CPU selection"
default CPU_MIPS32_R2