diff options
Diffstat (limited to 'debian/config/mipsr6')
-rw-r--r-- | debian/config/mipsr6/config | 8 | ||||
-rw-r--r-- | debian/config/mipsr6/defines | 31 |
2 files changed, 39 insertions, 0 deletions
diff --git a/debian/config/mipsr6/config b/debian/config/mipsr6/config new file mode 100644 index 000000000..5942c9ab9 --- /dev/null +++ b/debian/config/mipsr6/config @@ -0,0 +1,8 @@ +## +## file: arch/mips/Kconfig +## +## choice: Endianness selection +CONFIG_CPU_BIG_ENDIAN=y +# CONFIG_CPU_LITTLE_ENDIAN is not set +## end choice + diff --git a/debian/config/mipsr6/defines b/debian/config/mipsr6/defines new file mode 100644 index 000000000..f899d2338 --- /dev/null +++ b/debian/config/mipsr6/defines @@ -0,0 +1,31 @@ +[base] +flavours: + mips32r6 + mips64r6 +default-flavour: mips32r6 +kernel-arch: mips + +[build] +image-file: vmlinux + +[image] +install-stem: vmlinux + +[mips32r6_description] +hardware: MIPS R6 (32 bit, big endian) +hardware-long: MIPS R6 (32 bit, big endian) + +[mips32r6_image] +configs: + kernelarch-mips/config.boston + kernelarch-mips/config.mips32r6 + +[mips64r6_description] +hardware: MIPS R6 (64 bit, big endian) +hardware-long: MIPS R6 (64 bit, big endian) + +[mips64r6_image] +configs: + kernelarch-mips/config.boston + kernelarch-mips/config.mips64r6 + |