Browse Source

Kconfig: drop COMPAT_INCLUDES

Last reference of this was dropped in 01b7800bc8, almost 2y ago.

Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>
pull/65010/head
Fabio Baltieri 2 years ago committed by Carles Cufí
parent
commit
702399080e
  1. 11
      Kconfig.zephyr
  2. 2
      doc/releases/release-notes-3.6.rst

11
Kconfig.zephyr

@ -921,14 +921,3 @@ config BOOTLOADER_BOSSA_ADAFRUIT_UF2 @@ -921,14 +921,3 @@ config BOOTLOADER_BOSSA_ADAFRUIT_UF2
endchoice
endmenu
menu "Compatibility"
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.
endmenu

2
doc/releases/release-notes-3.6.rst

@ -110,6 +110,8 @@ Boards & SoC Support @@ -110,6 +110,8 @@ Boards & SoC Support
Build system and infrastructure
*******************************
- Dropped the ``COMPAT_INCLUDES`` option, it was unused since 3.0.
Drivers and Sensors
*******************

Loading…
Cancel
Save