bpf-headers: support CONFIG_HZ=300
[openwrt/openwrt.git] / package / kernel / bpf-headers / patches / 100-support_hz_300.patch
1 --- a/arch/mips/Kconfig
2 +++ b/arch/mips/Kconfig
3 @@ -2988,6 +2988,9 @@ choice
4 config HZ_256
5 bool "256 HZ" if SYS_SUPPORTS_256HZ || SYS_SUPPORTS_ARBIT_HZ
6
7 + config HZ_300
8 + bool "300 HZ" if SYS_SUPPORTS_ARBIT_HZ
9 +
10 config HZ_1000
11 bool "1000 HZ" if SYS_SUPPORTS_1000HZ || SYS_SUPPORTS_ARBIT_HZ
12
13 @@ -3039,6 +3042,7 @@ config HZ
14 default 128 if HZ_128
15 default 250 if HZ_250
16 default 256 if HZ_256
17 + default 300 if HZ_300
18 default 1000 if HZ_1000
19 default 1024 if HZ_1024
20