diff options
Diffstat (limited to '')
-rw-r--r-- | debian/config/mipsr6el/config | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/debian/config/mipsr6el/config b/debian/config/mipsr6el/config new file mode 100644 index 000000000..bf12a2398 --- /dev/null +++ b/debian/config/mipsr6el/config @@ -0,0 +1,7 @@ +## +## file: arch/mips/Kconfig +## +## choice: Endianness selection +# CONFIG_CPU_BIG_ENDIAN is not set +CONFIG_CPU_LITTLE_ENDIAN=y +## end choice |