diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 10:06:00 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 10:06:00 +0000 |
commit | b15a952c52a6825376d3e7f6c1bf5c886c6d8b74 (patch) | |
tree | 1500f2f8f276908a36d8126cb632c0d6b1276764 /debian/config/mipsr6el | |
parent | Adding upstream version 5.10.209. (diff) | |
download | linux-b15a952c52a6825376d3e7f6c1bf5c886c6d8b74.tar.xz linux-b15a952c52a6825376d3e7f6c1bf5c886c6d8b74.zip |
Adding debian version 5.10.209-2.debian/5.10.209-2debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/config/mipsr6el')
-rw-r--r-- | debian/config/mipsr6el/config | 8 | ||||
-rw-r--r-- | debian/config/mipsr6el/defines | 31 |
2 files changed, 39 insertions, 0 deletions
diff --git a/debian/config/mipsr6el/config b/debian/config/mipsr6el/config new file mode 100644 index 000000000..7f124deb6 --- /dev/null +++ b/debian/config/mipsr6el/config @@ -0,0 +1,8 @@ +## +## file: arch/mips/Kconfig +## +## choice: Endianness selection +# CONFIG_CPU_BIG_ENDIAN is not set +CONFIG_CPU_LITTLE_ENDIAN=y +## end choice + diff --git a/debian/config/mipsr6el/defines b/debian/config/mipsr6el/defines new file mode 100644 index 000000000..bb9039b3a --- /dev/null +++ b/debian/config/mipsr6el/defines @@ -0,0 +1,31 @@ +[base] +flavours: + mips32r6el + mips64r6el +default-flavour: mips32r6el +kernel-arch: mips + +[build] +image-file: vmlinux + +[image] +install-stem: vmlinux + +[mips32r6el_description] +hardware: MIPS R6 (32 bit, little endian) +hardware-long: MIPS R6 (32 bit, little endian) + +[mips32r6el_image] +configs: + kernelarch-mips/config.boston + kernelarch-mips/config.mips32r6 + +[mips64r6el_description] +hardware: MIPS R6 (64 bit, little endian) +hardware-long: MIPS R6 (64 bit, little endian) + +[mips64r6el_image] +configs: + kernelarch-mips/config.boston + kernelarch-mips/config.mips64r6 + |