:orphan: .. title:: COMPAT_INCLUDES .. option:: CONFIG_COMPAT_INCLUDES *Suppress warnings when using header shims* Type: ``bool`` Help ==== Suppress any warnings from the pre-processor when including deprecated header files. Default ======= - y Kconfig definition ================== .. highlight:: kconfig At ``Kconfig.zephyr:538`` Included via ``Kconfig:8`` Menu path: (Top) → Compatibility .. parsed-literal:: 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.)*