Skip to content

Commit a96d68b

Browse files
FlyGoatpaulburton
authored andcommitted
MIPS: Loongson32: clarify we don't support MIPS16 and merge configs
Accorading to GS232 core user's manual, it doesn't support MIPS16. Signed-off-by: Jiaxun Yang <jiaxun.yang@flygoat.com> Signed-off-by: Paul Burton <paul.burton@mips.com> Cc: linux-mips@vger.kernel.org Cc: keguang.zhang@gmail.com
1 parent 427be6a commit a96d68b

File tree

2 files changed

+4
-15
lines changed

2 files changed

+4
-15
lines changed

arch/mips/Kconfig

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1868,6 +1868,10 @@ config CPU_LOONGSON1
18681868
select CPU_HAS_PREFETCH
18691869
select CPU_HAS_LOAD_STORE_LR
18701870
select CPU_SUPPORTS_32BIT_KERNEL
1871+
select IRQ_MIPS_CPU
1872+
select DMA_NONCOHERENT
1873+
select BOOT_ELF32
1874+
select SYS_SUPPORTS_LITTLE_ENDIAN
18711875
select CPU_SUPPORTS_HIGHMEM
18721876
select CPU_SUPPORTS_CPUFREQ
18731877

arch/mips/loongson32/Kconfig

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,6 @@ config LOONGSON1_LS1B
99
select CEVT_R4K if !MIPS_EXTERNAL_TIMER
1010
select CSRC_R4K if !MIPS_EXTERNAL_TIMER
1111
select SYS_HAS_CPU_LOONGSON1B
12-
select DMA_NONCOHERENT
13-
select BOOT_ELF32
14-
select IRQ_MIPS_CPU
15-
select SYS_SUPPORTS_32BIT_KERNEL
16-
select SYS_SUPPORTS_LITTLE_ENDIAN
17-
select SYS_SUPPORTS_HIGHMEM
18-
select SYS_SUPPORTS_MIPS16
1912
select SYS_HAS_EARLY_PRINTK
2013
select USE_GENERIC_EARLY_PRINTK_8250
2114
select COMMON_CLK
@@ -24,14 +17,6 @@ config LOONGSON1_LS1C
2417
bool "Loongson LS1C board"
2518
select CEVT_R4K if !MIPS_EXTERNAL_TIMER
2619
select CSRC_R4K if !MIPS_EXTERNAL_TIMER
27-
select SYS_HAS_CPU_LOONGSON1C
28-
select DMA_NONCOHERENT
29-
select BOOT_ELF32
30-
select IRQ_MIPS_CPU
31-
select SYS_SUPPORTS_32BIT_KERNEL
32-
select SYS_SUPPORTS_LITTLE_ENDIAN
33-
select SYS_SUPPORTS_HIGHMEM
34-
select SYS_SUPPORTS_MIPS16
3520
select SYS_HAS_EARLY_PRINTK
3621
select USE_GENERIC_EARLY_PRINTK_8250
3722
select COMMON_CLK

0 commit comments

Comments
 (0)