commit | 0e1dc3456fef34832ef67161f4a96d90363294ec | [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 | 571bdf16a78e9e116a93d46f4809c4f8a3f2adb6 [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>