We can search for Kconfig symbols (in Linux at least) such as CONFIG_DRM_IMX_PARALLEL_DISPLAY, which is great.
Can we allow searching even without the CONFIG_ prefix, e.g. DRM_IMX_PARALLEL_DISPLAY? This would be useful for example when copy-pasting the search string from a Kconfig file, where the CONFIG_ prefix is not present.
We can search for Kconfig symbols (in Linux at least) such as
CONFIG_DRM_IMX_PARALLEL_DISPLAY, which is great.Can we allow searching even without the
CONFIG_prefix, e.g.DRM_IMX_PARALLEL_DISPLAY? This would be useful for example when copy-pasting the search string from a Kconfig file, where theCONFIG_prefix is not present.