arch/Config.in*: re-wrap help text

... to follow the convention <tab><2 spaces><62 chars>.

Signed-off-by: Ricardo Martincoski <ricardo.martincoski@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
Ricardo Martincoski 2018-04-01 02:08:40 -03:00 committed by Thomas Petazzoni
parent 7e26b8886b
commit b2b8a3c3e4
3 changed files with 61 additions and 52 deletions

View File

@ -28,24 +28,25 @@ config BR2_arcle
bool "ARC (little endian)" bool "ARC (little endian)"
select BR2_ARCH_HAS_MMU_MANDATORY select BR2_ARCH_HAS_MMU_MANDATORY
help help
Synopsys' DesignWare ARC Processor Cores are a family of 32-bit CPUs Synopsys' DesignWare ARC Processor Cores are a family of
that can be used from deeply embedded to high performance host 32-bit CPUs that can be used from deeply embedded to high
applications. Little endian. performance host applications. Little endian.
config BR2_arceb config BR2_arceb
bool "ARC (big endian)" bool "ARC (big endian)"
select BR2_ARCH_HAS_MMU_MANDATORY select BR2_ARCH_HAS_MMU_MANDATORY
help help
Synopsys' DesignWare ARC Processor Cores are a family of 32-bit CPUs Synopsys' DesignWare ARC Processor Cores are a family of
that can be used from deeply embedded to high performance host 32-bit CPUs that can be used from deeply embedded to high
applications. Big endian. performance host applications. Big endian.
config BR2_arm config BR2_arm
bool "ARM (little endian)" bool "ARM (little endian)"
# MMU support is set by the subarchitecture file, arch/Config.in.arm # MMU support is set by the subarchitecture file, arch/Config.in.arm
help help
ARM is a 32-bit reduced instruction set computer (RISC) instruction ARM is a 32-bit reduced instruction set computer (RISC)
set architecture (ISA) developed by ARM Holdings. Little endian. instruction set architecture (ISA) developed by ARM Holdings.
Little endian.
http://www.arm.com/ http://www.arm.com/
http://en.wikipedia.org/wiki/ARM http://en.wikipedia.org/wiki/ARM
@ -53,8 +54,9 @@ config BR2_armeb
bool "ARM (big endian)" bool "ARM (big endian)"
# MMU support is set by the subarchitecture file, arch/Config.in.arm # MMU support is set by the subarchitecture file, arch/Config.in.arm
help help
ARM is a 32-bit reduced instruction set computer (RISC) instruction ARM is a 32-bit reduced instruction set computer (RISC)
set architecture (ISA) developed by ARM Holdings. Big endian. instruction set architecture (ISA) developed by ARM Holdings.
Big endian.
http://www.arm.com/ http://www.arm.com/
http://en.wikipedia.org/wiki/ARM http://en.wikipedia.org/wiki/ARM
@ -81,8 +83,8 @@ config BR2_bfin
select BR2_ARCH_HAS_FDPIC_SUPPORT select BR2_ARCH_HAS_FDPIC_SUPPORT
select BR2_ARCH_NEEDS_GCC_AT_LEAST_6 select BR2_ARCH_NEEDS_GCC_AT_LEAST_6
help help
The Blackfin is a family of 16 or 32-bit microprocessors developed, The Blackfin is a family of 16 or 32-bit microprocessors
manufactured and marketed by Analog Devices. developed, manufactured and marketed by Analog Devices.
http://www.analog.com/ http://www.analog.com/
http://en.wikipedia.org/wiki/Blackfin http://en.wikipedia.org/wiki/Blackfin
@ -113,8 +115,8 @@ config BR2_microblazeel
bool "Microblaze AXI (little endian)" bool "Microblaze AXI (little endian)"
select BR2_ARCH_HAS_MMU_MANDATORY select BR2_ARCH_HAS_MMU_MANDATORY
help help
Soft processor core designed for Xilinx FPGAs from Xilinx. AXI bus Soft processor core designed for Xilinx FPGAs from Xilinx. AXI
based architecture (little endian) bus based architecture (little endian)
http://www.xilinx.com http://www.xilinx.com
http://en.wikipedia.org/wiki/Microblaze http://en.wikipedia.org/wiki/Microblaze
@ -122,8 +124,8 @@ config BR2_microblazebe
bool "Microblaze non-AXI (big endian)" bool "Microblaze non-AXI (big endian)"
select BR2_ARCH_HAS_MMU_MANDATORY select BR2_ARCH_HAS_MMU_MANDATORY
help help
Soft processor core designed for Xilinx FPGAs from Xilinx. PLB bus Soft processor core designed for Xilinx FPGAs from Xilinx. PLB
based architecture (non-AXI, big endian) bus based architecture (non-AXI, big endian)
http://www.xilinx.com http://www.xilinx.com
http://en.wikipedia.org/wiki/Microblaze http://en.wikipedia.org/wiki/Microblaze
@ -131,7 +133,8 @@ config BR2_mips
bool "MIPS (big endian)" bool "MIPS (big endian)"
select BR2_ARCH_HAS_MMU_MANDATORY select BR2_ARCH_HAS_MMU_MANDATORY
help help
MIPS is a RISC microprocessor from MIPS Technologies. Big endian. MIPS is a RISC microprocessor from MIPS Technologies. Big
endian.
http://www.mips.com/ http://www.mips.com/
http://en.wikipedia.org/wiki/MIPS_Technologies http://en.wikipedia.org/wiki/MIPS_Technologies
@ -139,7 +142,8 @@ config BR2_mipsel
bool "MIPS (little endian)" bool "MIPS (little endian)"
select BR2_ARCH_HAS_MMU_MANDATORY select BR2_ARCH_HAS_MMU_MANDATORY
help help
MIPS is a RISC microprocessor from MIPS Technologies. Little endian. MIPS is a RISC microprocessor from MIPS Technologies. Little
endian.
http://www.mips.com/ http://www.mips.com/
http://en.wikipedia.org/wiki/MIPS_Technologies http://en.wikipedia.org/wiki/MIPS_Technologies
@ -148,7 +152,8 @@ config BR2_mips64
select BR2_ARCH_IS_64 select BR2_ARCH_IS_64
select BR2_ARCH_HAS_MMU_MANDATORY select BR2_ARCH_HAS_MMU_MANDATORY
help help
MIPS is a RISC microprocessor from MIPS Technologies. Big endian. MIPS is a RISC microprocessor from MIPS Technologies. Big
endian.
http://www.mips.com/ http://www.mips.com/
http://en.wikipedia.org/wiki/MIPS_Technologies http://en.wikipedia.org/wiki/MIPS_Technologies
@ -157,7 +162,8 @@ config BR2_mips64el
select BR2_ARCH_IS_64 select BR2_ARCH_IS_64
select BR2_ARCH_HAS_MMU_MANDATORY select BR2_ARCH_HAS_MMU_MANDATORY
help help
MIPS is a RISC microprocessor from MIPS Technologies. Little endian. MIPS is a RISC microprocessor from MIPS Technologies. Little
endian.
http://www.mips.com/ http://www.mips.com/
http://en.wikipedia.org/wiki/MIPS_Technologies http://en.wikipedia.org/wiki/MIPS_Technologies
@ -180,8 +186,8 @@ config BR2_powerpc
bool "PowerPC" bool "PowerPC"
select BR2_ARCH_HAS_MMU_MANDATORY select BR2_ARCH_HAS_MMU_MANDATORY
help help
PowerPC is a RISC architecture created by Apple-IBM-Motorola alliance. PowerPC is a RISC architecture created by Apple-IBM-Motorola
Big endian. alliance. Big endian.
http://www.power.org/ http://www.power.org/
http://en.wikipedia.org/wiki/Powerpc http://en.wikipedia.org/wiki/Powerpc
@ -190,8 +196,8 @@ config BR2_powerpc64
select BR2_ARCH_IS_64 select BR2_ARCH_IS_64
select BR2_ARCH_HAS_MMU_MANDATORY select BR2_ARCH_HAS_MMU_MANDATORY
help help
PowerPC is a RISC architecture created by Apple-IBM-Motorola alliance. PowerPC is a RISC architecture created by Apple-IBM-Motorola
Big endian. alliance. Big endian.
http://www.power.org/ http://www.power.org/
http://en.wikipedia.org/wiki/Powerpc http://en.wikipedia.org/wiki/Powerpc
@ -200,8 +206,8 @@ config BR2_powerpc64le
select BR2_ARCH_IS_64 select BR2_ARCH_IS_64
select BR2_ARCH_HAS_MMU_MANDATORY select BR2_ARCH_HAS_MMU_MANDATORY
help help
PowerPC is a RISC architecture created by Apple-IBM-Motorola alliance. PowerPC is a RISC architecture created by Apple-IBM-Motorola
Little endian. alliance. Little endian.
http://www.power.org/ http://www.power.org/
http://en.wikipedia.org/wiki/Powerpc http://en.wikipedia.org/wiki/Powerpc
@ -209,8 +215,9 @@ config BR2_sh
bool "SuperH" bool "SuperH"
select BR2_ARCH_HAS_MMU_OPTIONAL select BR2_ARCH_HAS_MMU_OPTIONAL
help help
SuperH (or SH) is a 32-bit reduced instruction set computer (RISC) SuperH (or SH) is a 32-bit reduced instruction set computer
instruction set architecture (ISA) developed by Hitachi. (RISC) instruction set architecture (ISA) developed by
Hitachi.
http://www.hitachi.com/ http://www.hitachi.com/
http://en.wikipedia.org/wiki/SuperH http://en.wikipedia.org/wiki/SuperH
@ -218,8 +225,9 @@ config BR2_sparc
bool "SPARC" bool "SPARC"
select BR2_ARCH_HAS_MMU_MANDATORY select BR2_ARCH_HAS_MMU_MANDATORY
help help
SPARC (from Scalable Processor Architecture) is a RISC instruction SPARC (from Scalable Processor Architecture) is a RISC
set architecture (ISA) developed by Sun Microsystems. instruction set architecture (ISA) developed by Sun
Microsystems.
http://www.oracle.com/sun http://www.oracle.com/sun
http://en.wikipedia.org/wiki/Sparc http://en.wikipedia.org/wiki/Sparc
@ -228,8 +236,9 @@ config BR2_sparc64
select BR2_ARCH_IS_64 select BR2_ARCH_IS_64
select BR2_ARCH_HAS_MMU_MANDATORY select BR2_ARCH_HAS_MMU_MANDATORY
help help
SPARC (from Scalable Processor Architecture) is a RISC instruction SPARC (from Scalable Processor Architecture) is a RISC
set architecture (ISA) developed by Sun Microsystems. instruction set architecture (ISA) developed by Sun
Microsystems.
http://www.oracle.com/sun http://www.oracle.com/sun
http://en.wikipedia.org/wiki/Sparc http://en.wikipedia.org/wiki/Sparc
@ -349,27 +358,27 @@ config BR2_BINFMT_ELF
depends on BR2_USE_MMU depends on BR2_USE_MMU
select BR2_BINFMT_SUPPORTS_SHARED select BR2_BINFMT_SUPPORTS_SHARED
help help
ELF (Executable and Linkable Format) is a format for libraries and ELF (Executable and Linkable Format) is a format for libraries
executables used across different architectures and operating and executables used across different architectures and
systems. operating systems.
config BR2_BINFMT_FDPIC config BR2_BINFMT_FDPIC
bool "FDPIC" bool "FDPIC"
depends on BR2_ARCH_HAS_FDPIC_SUPPORT depends on BR2_ARCH_HAS_FDPIC_SUPPORT
select BR2_BINFMT_SUPPORTS_SHARED select BR2_BINFMT_SUPPORTS_SHARED
help help
ELF FDPIC binaries are based on ELF, but allow the individual load ELF FDPIC binaries are based on ELF, but allow the individual
segments of a binary to be located in memory independently of each load segments of a binary to be located in memory
other. This makes this format ideal for use in environments where no independently of each other. This makes this format ideal for
MMU is available. use in environments where no MMU is available.
config BR2_BINFMT_FLAT config BR2_BINFMT_FLAT
bool "FLAT" bool "FLAT"
depends on !BR2_USE_MMU depends on !BR2_USE_MMU
help help
FLAT binary is a relatively simple and lightweight executable format FLAT binary is a relatively simple and lightweight executable
based on the original a.out format. It is widely used in environment format based on the original a.out format. It is widely used
where no MMU is available. in environment where no MMU is available.
endchoice endchoice
@ -393,8 +402,8 @@ config BR2_BINFMT_FLAT_SEP_DATA
# absolute jump" or "error: value -yyyyy out of range". # absolute jump" or "error: value -yyyyy out of range".
depends on BR2_bfin depends on BR2_bfin
help help
Allow for the data and text segments to be separated and placed in Allow for the data and text segments to be separated and
different regions of memory. placed in different regions of memory.
config BR2_BINFMT_FLAT_SHARED config BR2_BINFMT_FLAT_SHARED
bool "Shared binary" bool "Shared binary"

View File

@ -148,8 +148,8 @@ choice
default BR2_MIPS_FP32_MODE_XX default BR2_MIPS_FP32_MODE_XX
depends on !BR2_ARCH_IS_64 && !BR2_MIPS_SOFT_FLOAT depends on !BR2_ARCH_IS_64 && !BR2_MIPS_SOFT_FLOAT
help help
MIPS32 supports different FP modes (32,xx,64). Information about FP MIPS32 supports different FP modes (32,xx,64). Information
modes can be found here: about FP modes can be found here:
https://sourceware.org/binutils/docs/as/MIPS-Options.html https://sourceware.org/binutils/docs/as/MIPS-Options.html
https://dmz-portal.imgtec.com/wiki/MIPS_O32_ABI_-_FR0_and_FR1_Interlinking#5._Generating_modeless_code https://dmz-portal.imgtec.com/wiki/MIPS_O32_ABI_-_FR0_and_FR1_Interlinking#5._Generating_modeless_code

View File

@ -20,13 +20,13 @@ config BR2_XTENSA_OVERLAY_FILE
Enter the path to the overlay tarball for a custom processor Enter the path to the overlay tarball for a custom processor
configuration. configuration.
These overlay files are tar packages with updated configuration These overlay files are tar packages with updated
files for various toolchain packages and Xtensa processor configuration files for various toolchain packages and Xtensa
configurations. They are provided by the processor vendor or processor configurations. They are provided by the processor
directly from Tensilica. vendor or directly from Tensilica.
The path can be either absolute, or relative to the top directory The path can be either absolute, or relative to the top
of buildroot. directory of buildroot.
choice choice
prompt "Target Architecture Endianness" prompt "Target Architecture Endianness"