aboutsummarylogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
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.