diff options
Diffstat (limited to '')
-rw-r--r-- | debian/config/kernelarch-mips/config.mips64r2 | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/debian/config/kernelarch-mips/config.mips64r2 b/debian/config/kernelarch-mips/config.mips64r2 new file mode 100644 index 000000000..1c1bed181 --- /dev/null +++ b/debian/config/kernelarch-mips/config.mips64r2 @@ -0,0 +1,10 @@ +## +## file: arch/mips/Kconfig +## +## choice: CPU type +CONFIG_CPU_MIPS64_R2=y +## end choice +## choice: Kernel code model +CONFIG_64BIT=y +## end choice + |