Kconfig: drop COMPAT_INCLUDES

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

Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>
This commit is contained in:
Fabio Baltieri 2023-11-08 10:05:50 +00:00 committed by Carles Cufí
parent 1f0b4c62a2
commit 702399080e
2 changed files with 2 additions and 11 deletions

View file

@ -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

View file

@ -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
*******************