hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/arch/mips/loongson32/Kconfig
....@@ -15,7 +15,6 @@
1515 select SYS_SUPPORTS_32BIT_KERNEL
1616 select SYS_SUPPORTS_LITTLE_ENDIAN
1717 select SYS_SUPPORTS_HIGHMEM
18
- select SYS_SUPPORTS_MIPS16
1918 select SYS_HAS_EARLY_PRINTK
2019 select USE_GENERIC_EARLY_PRINTK_8250
2120 select COMMON_CLK
....@@ -31,7 +30,6 @@
3130 select SYS_SUPPORTS_32BIT_KERNEL
3231 select SYS_SUPPORTS_LITTLE_ENDIAN
3332 select SYS_SUPPORTS_HIGHMEM
34
- select SYS_SUPPORTS_MIPS16
3533 select SYS_HAS_EARLY_PRINTK
3634 select USE_GENERIC_EARLY_PRINTK_8250
3735 select COMMON_CLK
....@@ -40,7 +38,7 @@
4038 menuconfig CEVT_CSRC_LS1X
4139 bool "Use PWM Timer for clockevent/clocksource"
4240 select MIPS_EXTERNAL_TIMER
43
- depends on CPU_LOONGSON1
41
+ depends on CPU_LOONGSON32
4442 help
4543 This option changes the default clockevent/clocksource to PWM Timer,
4644 and is required by Loongson1 CPUFreq support.