move BIG_ENDIAN selection to arch configs
SVN-Revision: 4900
This commit is contained in:
parent
804011d813
commit
7cc1e43d94
@ -19,7 +19,6 @@ config LINUX_2_6_ARUBA
|
|||||||
select LINUX_2_6
|
select LINUX_2_6
|
||||||
select PCI_SUPPORT
|
select PCI_SUPPORT
|
||||||
select USB_SUPPORT
|
select USB_SUPPORT
|
||||||
select BIG_ENDIAN
|
|
||||||
select USES_JFFS2
|
select USES_JFFS2
|
||||||
help
|
help
|
||||||
Build firmware images for Aruba boards
|
Build firmware images for Aruba boards
|
||||||
@ -29,7 +28,6 @@ config LINUX_2_4_AR531X
|
|||||||
depends BROKEN
|
depends BROKEN
|
||||||
select mips
|
select mips
|
||||||
select LINUX_2_4
|
select LINUX_2_4
|
||||||
select BIG_ENDIAN
|
|
||||||
select USES_JFFS2
|
select USES_JFFS2
|
||||||
help
|
help
|
||||||
Build firmware images for Atheros AR531x based boards
|
Build firmware images for Atheros AR531x based boards
|
||||||
@ -82,7 +80,6 @@ config LINUX_2_6_XSCALE
|
|||||||
bool "Intel XScale [2.6]"
|
bool "Intel XScale [2.6]"
|
||||||
select armeb
|
select armeb
|
||||||
select LINUX_2_6
|
select LINUX_2_6
|
||||||
select BIG_ENDIAN
|
|
||||||
select PCI_SUPPORT
|
select PCI_SUPPORT
|
||||||
select USB_SUPPORT
|
select USB_SUPPORT
|
||||||
select USES_JFFS2
|
select USES_JFFS2
|
||||||
@ -91,7 +88,6 @@ config LINUX_2_6_MAGICBOX
|
|||||||
bool "Magicbox [2.6]"
|
bool "Magicbox [2.6]"
|
||||||
select powerpc
|
select powerpc
|
||||||
select LINUX_2_6
|
select LINUX_2_6
|
||||||
select BIG_ENDIAN
|
|
||||||
select PCI_SUPPORT
|
select PCI_SUPPORT
|
||||||
select USES_JFFS2
|
select USES_JFFS2
|
||||||
|
|
||||||
@ -169,7 +165,6 @@ config LINUX_2_6_SH3EB
|
|||||||
bool "UNSUPPORTED big-endian sh3 platform"
|
bool "UNSUPPORTED big-endian sh3 platform"
|
||||||
depends BROKEN
|
depends BROKEN
|
||||||
select LINUX_2_6
|
select LINUX_2_6
|
||||||
select BIG_ENDIAN
|
|
||||||
select sh3eb
|
select sh3eb
|
||||||
|
|
||||||
config LINUX_2_6_SH4
|
config LINUX_2_6_SH4
|
||||||
@ -182,14 +177,12 @@ config LINUX_2_6_SH4EB
|
|||||||
bool "UNSUPPORTED big-endian sh4 platform"
|
bool "UNSUPPORTED big-endian sh4 platform"
|
||||||
depends BROKEN
|
depends BROKEN
|
||||||
select LINUX_2_6
|
select LINUX_2_6
|
||||||
select BIG_ENDIAN
|
|
||||||
select sh4eb
|
select sh4eb
|
||||||
|
|
||||||
config LINUX_2_6_SPARC
|
config LINUX_2_6_SPARC
|
||||||
bool "UNSUPPORTED sparc platform"
|
bool "UNSUPPORTED sparc platform"
|
||||||
depends BROKEN
|
depends BROKEN
|
||||||
select LINUX_2_6
|
select LINUX_2_6
|
||||||
select BIG_ENDIAN
|
|
||||||
select sparc
|
select sparc
|
||||||
|
|
||||||
endif
|
endif
|
||||||
@ -229,6 +222,7 @@ config i386
|
|||||||
bool
|
bool
|
||||||
|
|
||||||
config mips
|
config mips
|
||||||
|
select BIG_ENDIAN
|
||||||
bool
|
bool
|
||||||
|
|
||||||
config mipsel
|
config mipsel
|
||||||
@ -238,6 +232,7 @@ config arm
|
|||||||
bool
|
bool
|
||||||
|
|
||||||
config armeb
|
config armeb
|
||||||
|
select BIG_ENDIAN
|
||||||
bool
|
bool
|
||||||
|
|
||||||
config cris
|
config cris
|
||||||
@ -247,21 +242,25 @@ config m68k
|
|||||||
bool
|
bool
|
||||||
|
|
||||||
config powerpc
|
config powerpc
|
||||||
|
select BIG_ENDIAN
|
||||||
bool
|
bool
|
||||||
|
|
||||||
config sh3
|
config sh3
|
||||||
bool
|
bool
|
||||||
|
|
||||||
config sh3eb
|
config sh3eb
|
||||||
|
select BIG_ENDIAN
|
||||||
bool
|
bool
|
||||||
|
|
||||||
config sh4
|
config sh4
|
||||||
bool
|
bool
|
||||||
|
|
||||||
config sh4eb
|
config sh4eb
|
||||||
|
select BIG_ENDIAN
|
||||||
bool
|
bool
|
||||||
|
|
||||||
config sparc
|
config sparc
|
||||||
|
select BIG_ENDIAN
|
||||||
bool
|
bool
|
||||||
|
|
||||||
config ARCH
|
config ARCH
|
||||||
|
Loading…
Reference in New Issue
Block a user