If I find an option in .config that I would like to enable or disable. Is there a quick way to find it in menuconfig menu?
i.e. I don’t want CONFIG_STRICT_DEVMEM to be set. I had to guess where I can find it in the make menuconfig sub-menu. Is there a programmatic way or a faster way to find the sub-menu, rather than “guess”?
If I remember correctly, you can just hit
/DEVMEMEnterand you’ll be taken there? Look for the ‘search’/’find’ option. If my memory serves me well, it will even tell you about required dependencies