diff options
Diffstat (limited to 'debian/config/mipsel')
-rw-r--r-- | debian/config/mipsel/config | 13 | ||||
-rw-r--r-- | debian/config/mipsel/defines | 45 |
2 files changed, 58 insertions, 0 deletions
diff --git a/debian/config/mipsel/config b/debian/config/mipsel/config new file mode 100644 index 000000000..3a576b57a --- /dev/null +++ b/debian/config/mipsel/config @@ -0,0 +1,13 @@ +## +## file: arch/mips/Kconfig +## +## choice: Endianness selection +# CONFIG_CPU_BIG_ENDIAN is not set +CONFIG_CPU_LITTLE_ENDIAN=y +## end choice + +## +## file: drivers/net/ethernet/mellanox/mlx5/core/Kconfig +## +# CONFIG_MLX5_ESWITCH is not set + diff --git a/debian/config/mipsel/defines b/debian/config/mipsel/defines new file mode 100644 index 000000000..20d90ad3f --- /dev/null +++ b/debian/config/mipsel/defines @@ -0,0 +1,45 @@ +[base] +flavours: + 4kc-malta + 5kc-malta + loongson-3 + octeon +kernel-arch: mips + +[build] +image-file: vmlinux + +[image] +install-stem: vmlinux + +[4kc-malta_description] +hardware: MIPS Malta +hardware-long: MIPS Malta boards + +[4kc-malta_image] +configs: + kernelarch-mips/config.malta + kernelarch-mips/config.mips32r2 + +[5kc-malta_description] +hardware: MIPS Malta (64-bit) +hardware-long: MIPS Malta boards (64-bit) + +[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_image] +configs: kernelarch-mips/config.octeon |