When generating docs, confgen.py will include options that has dependencies that will never be true. In most cases these are the SOC_CAPS_X dependencies.
This means that the resulting docs will have options that are not available on that chip, potentially causing confusion (e.g. here
It would be nice if it was possible for confgen to automatically exclude configs like this.