diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-06 01:02:38 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-06 01:02:38 +0000 |
commit | 08b74a000942a380fe028845f92cd3a0dee827d5 (patch) | |
tree | aa78b4e12607c3e1fcce8d5cc42df4330792f118 /debian/config/mips64r6 | |
parent | Adding upstream version 4.19.249. (diff) | |
download | linux-debian/4.19.249-2.tar.xz linux-debian/4.19.249-2.zip |
Adding debian version 4.19.249-2.debian/4.19.249-2debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | debian/config/mips64r6/config | 8 | ||||
-rw-r--r-- | debian/config/mips64r6/defines | 20 | ||||
-rw-r--r-- | debian/config/mips64r6el/config | 8 | ||||
-rw-r--r-- | debian/config/mips64r6el/defines | 20 |
4 files changed, 56 insertions, 0 deletions
diff --git a/debian/config/mips64r6/config b/debian/config/mips64r6/config new file mode 100644 index 000000000..5942c9ab9 --- /dev/null +++ b/debian/config/mips64r6/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/mips64r6/defines b/debian/config/mips64r6/defines new file mode 100644 index 000000000..a38a3b721 --- /dev/null +++ b/debian/config/mips64r6/defines @@ -0,0 +1,20 @@ +[base] +flavours: + mips64r6 +kernel-arch: mips + +[build] +image-file: vmlinux + +[image] +install-stem: vmlinux + +[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 + diff --git a/debian/config/mips64r6el/config b/debian/config/mips64r6el/config new file mode 100644 index 000000000..7f124deb6 --- /dev/null +++ b/debian/config/mips64r6el/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/mips64r6el/defines b/debian/config/mips64r6el/defines new file mode 100644 index 000000000..67b77d8db --- /dev/null +++ b/debian/config/mips64r6el/defines @@ -0,0 +1,20 @@ +[base] +flavours: + mips64r6el +kernel-arch: mips + +[build] +image-file: vmlinux + +[image] +install-stem: vmlinux + +[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 + |