diff options
Diffstat (limited to '')
-rw-r--r-- | debian/config/mips64el/config | 12 | ||||
-rw-r--r-- | debian/config/mips64el/defines | 39 |
2 files changed, 51 insertions, 0 deletions
diff --git a/debian/config/mips64el/config b/debian/config/mips64el/config new file mode 100644 index 000000000..4807b611e --- /dev/null +++ b/debian/config/mips64el/config @@ -0,0 +1,12 @@ +## +## file: arch/mips/Kconfig +## +## choice: Endianness selection +# CONFIG_CPU_BIG_ENDIAN is not set +CONFIG_CPU_LITTLE_ENDIAN=y +## end choice +## choice: CPU type +# CONFIG_CPU_MIPS64_R1 is not set +CONFIG_CPU_MIPS64_R2=y +## end choice + diff --git a/debian/config/mips64el/defines b/debian/config/mips64el/defines new file mode 100644 index 000000000..fb25ca9e9 --- /dev/null +++ b/debian/config/mips64el/defines @@ -0,0 +1,39 @@ +[base] +flavours: + 5kc-malta + loongson-3 + octeon +kernel-arch: mips + +[build] +image-file: vmlinuz + +[image] +install-stem: vmlinuz + +[5kc-malta_description] +hardware: MIPS Malta +hardware-long: MIPS Malta boards + +[5kc-malta_image] +configs: + kernelarch-mips/config.malta + kernelarch-mips/config.mips64r2 + +[loongson-3_description] +hardware: Loongson 3A/3B +hardware-long: Loongson 3A or 3B based systems (e.g. from Loongson or Lemote) + +[loongson-3_image] +configs: kernelarch-mips/config.loongson-3 + +[octeon_description] +hardware: Octeon +hardware-long: Cavium Networks Octeon + +[octeon_build] +image-file: vmlinux + +[octeon_image] +install-stem: vmlinux +configs: kernelarch-mips/config.octeon |