commit | a4c242b12bab4c6fcf56388536caa596a8070a3c | [log] [tgz] |
---|---|---|
author | Daniel Schwierzeck <daniel.schwierzeck@gmail.com> | Sun Oct 26 14:14:07 2014 +0100 |
committer | Daniel Schwierzeck <daniel.schwierzeck@gmail.com> | Sat Nov 01 18:17:22 2014 +0100 |
tree | 2d1e2863e4cd76cda67039b7f90a7b1df61d152a | |
parent | 393db6518e34ec730cdae5562858fdf0fe81a859 [diff] |
MIPS: kconfig: add options for endianess select Add new Kconfig option to let the user select the targets endianess. Each target have to select SUPPORTS_BIG_ENDIAN and/or SUPPORTS_LITTLE_ENDIAN to indicate which endianess is supported. Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>