:orphan: .. title:: CONFIG_COMPAT_INCLUDES .. kconfig:: CONFIG_COMPAT_INCLUDES CONFIG_COMPAT_INCLUDES ###################### *Suppress warnings when using header shims* Type: ``bool`` Help ==== .. code-block:: none Suppress any warnings from the pre-processor when including deprecated header files. Default ======= - y Kconfig definition ================== At ``Kconfig.zephyr:692`` Included via ``Kconfig:8`` Menu path: (Top) → Compatibility .. code-block:: kconfig config COMPAT_INCLUDES bool "Suppress warnings when using header shims" default y help Suppress any warnings from the pre-processor when including deprecated header files. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*