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