diff options
Diffstat (limited to '')
-rw-r--r-- | debian/config/mipsr6/config | 7 | ||||
-rw-r--r-- | debian/config/mipsr6/defines | 19 | ||||
-rw-r--r-- | debian/config/mipsr6el/config | 7 | ||||
-rw-r--r-- | debian/config/mipsr6el/defines | 19 |
4 files changed, 52 insertions, 0 deletions
diff --git a/debian/config/mipsr6/config b/debian/config/mipsr6/config new file mode 100644 index 000000000..1d9268526 --- /dev/null +++ b/debian/config/mipsr6/config @@ -0,0 +1,7 @@ +## +## 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..54fd137b6 --- /dev/null +++ b/debian/config/mipsr6/defines @@ -0,0 +1,19 @@ +[base] +flavours: + mips32r6eb +kernel-arch: mips + +[build] +image-file: vmlinuz + +[image] +install-stem: vmlinuz + +[mips32r6eb_description] +hardware: MIPS Generic (mips32r6eb) +hardware-long: MIPS Generic platform (mips32r6eb) + +[mips32r6eb_image] +configs: + kernelarch-mips/config.boston + kernelarch-mips/config.mips32r6 diff --git a/debian/config/mipsr6el/config b/debian/config/mipsr6el/config new file mode 100644 index 000000000..bf12a2398 --- /dev/null +++ b/debian/config/mipsr6el/config @@ -0,0 +1,7 @@ +## +## 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..6455e8410 --- /dev/null +++ b/debian/config/mipsr6el/defines @@ -0,0 +1,19 @@ +[base] +flavours: + mips32r6el +kernel-arch: mips + +[build] +image-file: vmlinuz + +[image] +install-stem: vmlinuz + +[mips32r6el_description] +hardware: MIPS Generic (mips32r6el) +hardware-long: MIPS Generic platform (mips32r6el) + +[mips32r6el_image] +configs: + kernelarch-mips/config.boston + kernelarch-mips/config.mips32r6 |