Hi! In Jetpack 6 / BSP 36, the kernel, nvidia-oot modules, dtbs are not built together from kernel directory. Instead, they are built from separate directories/Makefiles.
Question 1: Is there a way to get an overview of all the Kconfig options from the whole tree, not only in-tree kernel drivers but also out-of-tree Nvidia modules?
If I run make menuconfig
in kernel/kernel-jammy-src
I only get in-tree options displayed. Maybe there’s a place where I can control all options for my Orin NX device?
E.g. in Buildroot it’s easy to run menuconfig/nconfig for the whole system, as well as just for kernel (make kernel-menuconfig
). Is there similar solution for Nvidia BSP for Orin NX?
Question 2: Also, what is the correct workflow if I want to update a config option and save it to my defconfig file?