[yocto-kernel-cache][PATCH] media-radio: Remove obsolete CONFIG_RADIO_WL1273
Yogesh Tyagi <[email protected]>
| Newsgroups | org.yoctoproject.lists.yocto |
|---|---|
| Message-ID | <[email protected]> |
The WL1273 FM radio driver was removed from the Linux kernel in
commit 103b0cfc9ab6 ("media: radio-wl1273: Remove") during the
6.18 development cycle, as it was on the unused driver list.
Remove this obsolete config option to eliminate kernel config warnings:
[INFO]: the following symbols were not found in the active configuration:
- CONFIG_RADIO_WL1273
Signed-off-by: Yogesh Tyagi <[email protected]>
---
features/media/media-radio.cfg | 1 -
1 file changed, 1 deletion(-)
diff --git a/features/media/media-radio.cfg b/features/media/media-radio.cfg
index ca695abf..3154f7c5 100644
--- a/features/media/media-radio.cfg
+++ b/features/media/media-radio.cfg
@@ -18,4 +18,3 @@ CONFIG_USB_KEENE=m
CONFIG_RADIO_TEA5764=m
CONFIG_RADIO_SAA7706H=m
CONFIG_RADIO_TEF6862=m
-CONFIG_RADIO_WL1273=m
--
2.34.1