diff options
author | Denys Dmytriyenko <denys@konsulko.com> | 2023-08-10 18:05:36 +0000 |
---|---|---|
committer | jenkins-dontreply@build.automotivelinux.org <collab-it+agl-jobbuilder@linuxfoundation.org> | 2024-03-07 12:55:01 +0000 |
commit | f542146816ddb9c51d22e4a6e0616c2236318dbb (patch) | |
tree | f5a091499fb8304d73ba09a381d003fb45fbba41 | |
parent | 5d953dc1689c0a00449d0a6780ead193fe5e6362 (diff) |
x86-usb-devices.cfg: update to reflect upstream kernel changes
WILINK_PLATFORM_DATA removed in 06463f6e98df34908c26aa8e7a31a279646b1f51
The change is in kernel 6.4+
Bug-AGL: SPEC-4578
Change-Id: I53754295e95df8a6657d8fed1b53d9fe90cc106d
Signed-off-by: Denys Dmytriyenko <denys@konsulko.com>
-rw-r--r-- | meta-agl-core/recipes-kernel/linux/linux/x86-usb-devices.cfg | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta-agl-core/recipes-kernel/linux/linux/x86-usb-devices.cfg b/meta-agl-core/recipes-kernel/linux/linux/x86-usb-devices.cfg index 19c57796e..d74d4afd8 100644 --- a/meta-agl-core/recipes-kernel/linux/linux/x86-usb-devices.cfg +++ b/meta-agl-core/recipes-kernel/linux/linux/x86-usb-devices.cfg @@ -75,7 +75,6 @@ CONFIG_WL18XX=m CONFIG_WLCORE=m CONFIG_WLCORE_SPI=m CONFIG_WLCORE_SDIO=m -CONFIG_WILINK_PLATFORM_DATA=y CONFIG_ZD1211RW=m CONFIG_ZD1211RW_DEBUG=y CONFIG_MWIFIEX=m |