diff --git a/README.adoc b/README.adoc index a815897..964e8b6 100644 --- a/README.adoc +++ b/README.adoc @@ -2114,13 +2114,26 @@ Beware that Buildroot can `sed` override some of the configurations we make no m ==== Find the kernel config -Build configuration can be observed in guest with: +Ge the build config in guest: + +.... +zcat /proc/config.gz +.... + +or with our shortcut: .... /conf.sh .... -or on host: +This is enabled by: + +.... +CONFIG_IKCONFIG=y +CONFIG_IKCONFIG_PROC=y +.... + +From host: .... cat out/*/buildroot/build/linux-custom/.config diff --git a/kernel_config_fragment b/kernel_config_fragment index f79ea49..18cecf7 100644 --- a/kernel_config_fragment +++ b/kernel_config_fragment @@ -18,7 +18,7 @@ CONFIG_GDB_SCRIPTS=y # https://stackoverflow.com/questions/20196636/does-kallsyms-have-all-the-symbol-of-kernel-functions/44614878#44614878 CONFIG_KALLSYMS_ALL=y -# zcat /proc/config.gz +# /proc/config.gz CONFIG_IKCONFIG=y CONFIG_IKCONFIG_PROC=y