We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f0b4c6 commit 7023990Copy full SHA for 7023990
Kconfig.zephyr
@@ -921,14 +921,3 @@ config BOOTLOADER_BOSSA_ADAFRUIT_UF2
921
endchoice
922
923
endmenu
924
-
925
-menu "Compatibility"
926
927
-config COMPAT_INCLUDES
928
- bool "Suppress warnings when using header shims"
929
- default y
930
- help
931
- Suppress any warnings from the pre-processor when including
932
- deprecated header files.
933
934
-endmenu
doc/releases/release-notes-3.6.rst
@@ -110,6 +110,8 @@ Boards & SoC Support
110
Build system and infrastructure
111
*******************************
112
113
+- Dropped the ``COMPAT_INCLUDES`` option, it was unused since 3.0.
114
+
115
Drivers and Sensors
116
*******************
117
0 commit comments