.. | .. |
---|
15 | 15 | select SYS_SUPPORTS_32BIT_KERNEL |
---|
16 | 16 | select SYS_SUPPORTS_LITTLE_ENDIAN |
---|
17 | 17 | select SYS_SUPPORTS_HIGHMEM |
---|
18 | | - select SYS_SUPPORTS_MIPS16 |
---|
19 | 18 | select SYS_HAS_EARLY_PRINTK |
---|
20 | 19 | select USE_GENERIC_EARLY_PRINTK_8250 |
---|
21 | 20 | select COMMON_CLK |
---|
.. | .. |
---|
31 | 30 | select SYS_SUPPORTS_32BIT_KERNEL |
---|
32 | 31 | select SYS_SUPPORTS_LITTLE_ENDIAN |
---|
33 | 32 | select SYS_SUPPORTS_HIGHMEM |
---|
34 | | - select SYS_SUPPORTS_MIPS16 |
---|
35 | 33 | select SYS_HAS_EARLY_PRINTK |
---|
36 | 34 | select USE_GENERIC_EARLY_PRINTK_8250 |
---|
37 | 35 | select COMMON_CLK |
---|
.. | .. |
---|
40 | 38 | menuconfig CEVT_CSRC_LS1X |
---|
41 | 39 | bool "Use PWM Timer for clockevent/clocksource" |
---|
42 | 40 | select MIPS_EXTERNAL_TIMER |
---|
43 | | - depends on CPU_LOONGSON1 |
---|
| 41 | + depends on CPU_LOONGSON32 |
---|
44 | 42 | help |
---|
45 | 43 | This option changes the default clockevent/clocksource to PWM Timer, |
---|
46 | 44 | and is required by Loongson1 CPUFreq support. |
---|