aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/Kconfig1
-rw-r--r--arch/arm/mach-ixp4xx/Kconfig4
-rw-r--r--arch/arm/mm/Kconfig6
3 files changed, 7 insertions, 4 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 1ad6fb6c094d..f048e1453db3 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -481,6 +481,7 @@ config ARCH_IXP4XX
481 bool "IXP4xx-based" 481 bool "IXP4xx-based"
482 depends on MMU 482 depends on MMU
483 select ARCH_HAS_DMA_SET_COHERENT_MASK 483 select ARCH_HAS_DMA_SET_COHERENT_MASK
484 select ARCH_SUPPORTS_BIG_ENDIAN
484 select ARCH_REQUIRE_GPIOLIB 485 select ARCH_REQUIRE_GPIOLIB
485 select CLKSRC_MMIO 486 select CLKSRC_MMIO
486 select CPU_XSCALE 487 select CPU_XSCALE
diff --git a/arch/arm/mach-ixp4xx/Kconfig b/arch/arm/mach-ixp4xx/Kconfig
index 30e1ebe3a891..c342dc4e8a45 100644
--- a/arch/arm/mach-ixp4xx/Kconfig
+++ b/arch/arm/mach-ixp4xx/Kconfig
@@ -1,9 +1,5 @@
1if ARCH_IXP4XX 1if ARCH_IXP4XX
2 2
3config ARCH_SUPPORTS_BIG_ENDIAN
4 bool
5 default y
6
7menu "Intel IXP4xx Implementation Options" 3menu "Intel IXP4xx Implementation Options"
8 4
9comment "IXP4xx Platforms" 5comment "IXP4xx Platforms"
diff --git a/arch/arm/mm/Kconfig b/arch/arm/mm/Kconfig
index cd2c88e7a8f7..1f8fed94c2a4 100644
--- a/arch/arm/mm/Kconfig
+++ b/arch/arm/mm/Kconfig
@@ -952,3 +952,9 @@ config ARCH_HAS_BARRIERS
952 help 952 help
953 This option allows the use of custom mandatory barriers 953 This option allows the use of custom mandatory barriers
954 included via the mach/barriers.h file. 954 included via the mach/barriers.h file.
955
956config ARCH_SUPPORTS_BIG_ENDIAN
957 bool
958 help
959 This option specifies the architecture can support big endian
960 operation.