diff --git a/configs/fedora/generic/riscv/CONFIG_HZ b/configs/fedora/generic/riscv/CONFIG_HZ new file mode 100644 index 000000000..bfc405e03 --- /dev/null +++ b/configs/fedora/generic/riscv/CONFIG_HZ @@ -0,0 +1 @@ +CONFIG_HZ=100 diff --git a/configs/fedora/generic/riscv/CONFIG_HZ_100 b/configs/fedora/generic/riscv/CONFIG_HZ_100 new file mode 100644 index 000000000..11bd2afa2 --- /dev/null +++ b/configs/fedora/generic/riscv/CONFIG_HZ_100 @@ -0,0 +1 @@ +CONFIG_HZ_100=y diff --git a/configs/fedora/generic/riscv/CONFIG_HZ_1000 b/configs/fedora/generic/riscv/CONFIG_HZ_1000 new file mode 100644 index 000000000..c211724d6 --- /dev/null +++ b/configs/fedora/generic/riscv/CONFIG_HZ_1000 @@ -0,0 +1 @@ +# CONFIG_HZ_1000 is not set diff --git a/kernel-riscv64-debug.config b/kernel-riscv64-debug.config index 6c57bbced..59eacb2e7 100644 --- a/kernel-riscv64-debug.config +++ b/kernel-riscv64-debug.config @@ -1805,8 +1805,9 @@ CONFIG_HWSPINLOCK=y # CONFIG_HX711 is not set CONFIG_HYSDN_CAPI=y CONFIG_HYSDN=m -CONFIG_HZ_1000=y -# CONFIG_HZ_100 is not set +CONFIG_HZ=100 +# CONFIG_HZ_1000 is not set +CONFIG_HZ_100=y # CONFIG_HZ_200 is not set # CONFIG_HZ_250 is not set # CONFIG_HZ_300 is not set diff --git a/kernel-riscv64.config b/kernel-riscv64.config index 552a4813b..b7d3d2b38 100644 --- a/kernel-riscv64.config +++ b/kernel-riscv64.config @@ -1788,8 +1788,9 @@ CONFIG_HWSPINLOCK=y # CONFIG_HX711 is not set CONFIG_HYSDN_CAPI=y CONFIG_HYSDN=m -CONFIG_HZ_1000=y -# CONFIG_HZ_100 is not set +CONFIG_HZ=100 +# CONFIG_HZ_1000 is not set +CONFIG_HZ_100=y # CONFIG_HZ_200 is not set # CONFIG_HZ_250 is not set # CONFIG_HZ_300 is not set