aboutsummarylogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorYour Name2021-03-25 19:27:15 +0530
committerYour Name2021-03-25 19:27:15 +0530
commit4d46461da01f8a30c4644481d47cd727deecd6a5 (patch)
treeeeafb73e89b772ddc3c5fad979e824e38ef78730 /README.md
parentf6e81653ed2888acfb959ab0ab5963aecdfefb7a (diff)
downloadaur-linux-raspberrypi4-aarch64.tar.gz
5.10.17-1
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 3aa20d046b51..950f730f6ffe 100644
--- a/README.md
+++ b/README.md
@@ -16,13 +16,13 @@ GitHub: <https://github.com/esotericnonsense/linux-raspberrypi4-aarch64.git>
## Kernel config
-Generated from 4.19.83 bcm2711_defconfig, plus:
+Generated from `make bcm2711_defconfig` and enabling the following:
```
# sane cpufreq governor (normal default is powersave, locked to 600mhz)
-CPU_FREQ_DEFAULT_GOV_ONDEMAND=y
+CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND=y
# required for mkinitcpio `encrypt` hook
-DM_INTEGRITY=m
+CONFIG_DM_INTEGRITY=m
```
This config supports a 32-bit userland by default.