diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2014-04-28 19:49:24 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2014-05-23 09:12:37 -0400 |
commit | 377cb1b6c16a17e2560a9288f9c8ed5dcdbeba39 (patch) | |
tree | 90d60a8ccc380a330ebceb21dfcc0abbeb4b0a39 /arch/mips/loongson1 | |
parent | e0cc3a42eb50593a50e2b99d9dc92b4279f2efda (diff) |
MIPS: Disable MIPS16/microMIPS crap for platforms not supporting these ASEs.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/loongson1')
-rw-r--r-- | arch/mips/loongson1/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/loongson1/Kconfig b/arch/mips/loongson1/Kconfig index fbf75f635798..e23c25d09963 100644 --- a/arch/mips/loongson1/Kconfig +++ b/arch/mips/loongson1/Kconfig | |||
@@ -14,6 +14,7 @@ config LOONGSON1_LS1B | |||
14 | select SYS_SUPPORTS_32BIT_KERNEL | 14 | select SYS_SUPPORTS_32BIT_KERNEL |
15 | select SYS_SUPPORTS_LITTLE_ENDIAN | 15 | select SYS_SUPPORTS_LITTLE_ENDIAN |
16 | select SYS_SUPPORTS_HIGHMEM | 16 | select SYS_SUPPORTS_HIGHMEM |
17 | select SYS_SUPPORTS_MIPS16 | ||
17 | select SYS_HAS_EARLY_PRINTK | 18 | select SYS_HAS_EARLY_PRINTK |
18 | select COMMON_CLK | 19 | select COMMON_CLK |
19 | 20 | ||