Skip to content

Commit 03bfe21

Browse files
committed
dbg for pos device
Signed-off-by: Chen, Xihua <xihua.chen@intel.com>
1 parent cf0b9ac commit 03bfe21

2 files changed

Lines changed: 30 additions & 8 deletions

File tree

groups/kernel/gmin64/config-lts/linux-intel-lts2023/x86_64_defconfig

Lines changed: 29 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#
22
# Automatically generated file; DO NOT EDIT.
3-
# Linux/x86_64 6.6.68 Kernel Configuration
3+
# Linux/x86_64 6.6.74 Kernel Configuration
44
#
55
CONFIG_CC_VERSION_TEXT="Android (12328485, +pgo, +bolt, +lto, +mlgo, based on r530567) clang version 19.0.0 (https://android.googlesource.com/toolchain/llvm-project 97a699bf4812a18fb657c2779f5296a4ab2694d2)"
66
CONFIG_GCC_VERSION=0
@@ -2632,7 +2632,28 @@ CONFIG_WLAN_VENDOR_MICROCHIP=y
26322632
CONFIG_WLAN_VENDOR_PURELIFI=y
26332633
# CONFIG_PLFXLC is not set
26342634
# CONFIG_WLAN_VENDOR_RALINK is not set
2635-
# CONFIG_WLAN_VENDOR_REALTEK is not set
2635+
CONFIG_WLAN_VENDOR_REALTEK=y
2636+
# CONFIG_RTL8180 is not set
2637+
# CONFIG_RTL8187 is not set
2638+
CONFIG_RTL_CARDS=m
2639+
# CONFIG_RTL8192CE is not set
2640+
# CONFIG_RTL8192SE is not set
2641+
# CONFIG_RTL8192DE is not set
2642+
# CONFIG_RTL8723AE is not set
2643+
# CONFIG_RTL8723BE is not set
2644+
# CONFIG_RTL8188EE is not set
2645+
# CONFIG_RTL8192EE is not set
2646+
CONFIG_RTL8821AE=m
2647+
CONFIG_RTL8192CU=m
2648+
CONFIG_RTLWIFI=m
2649+
CONFIG_RTLWIFI_PCI=m
2650+
CONFIG_RTLWIFI_USB=m
2651+
CONFIG_RTLWIFI_DEBUG=y
2652+
CONFIG_RTL8192C_COMMON=m
2653+
CONFIG_RTLBTCOEXIST=m
2654+
# CONFIG_RTL8XXXU is not set
2655+
# CONFIG_RTW88 is not set
2656+
# CONFIG_RTW89 is not set
26362657
# CONFIG_WLAN_VENDOR_RSI is not set
26372658
CONFIG_WLAN_VENDOR_SILABS=y
26382659
# CONFIG_WFX is not set
@@ -4073,6 +4094,11 @@ CONFIG_V4L_PLATFORM_DRIVERS=y
40734094
#
40744095
# Xilinx media platform drivers
40754096
#
4097+
4098+
#
4099+
# VirtIO media platform drivers
4100+
#
4101+
# CONFIG_VIDEO_VIRTIO_CAMERA is not set
40764102
# CONFIG_V4L_TEST_DRIVERS is not set
40774103
CONFIG_UVC_COMMON=y
40784104
CONFIG_VIDEOBUF2_CORE=y
@@ -7039,9 +7065,9 @@ CONFIG_TMPFS_XATTR=y
70397065
# CONFIG_TMPFS_INODE64 is not set
70407066
# CONFIG_TMPFS_QUOTA is not set
70417067
CONFIG_HUGETLBFS=y
7068+
# CONFIG_HUGETLB_PAGE_OPTIMIZE_VMEMMAP_DEFAULT_ON is not set
70427069
CONFIG_HUGETLB_PAGE=y
70437070
CONFIG_HUGETLB_PAGE_OPTIMIZE_VMEMMAP=y
7044-
# CONFIG_HUGETLB_PAGE_OPTIMIZE_VMEMMAP_DEFAULT_ON is not set
70457071
CONFIG_ARCH_HAS_GIGANTIC_PAGE=y
70467072
CONFIG_CONFIGFS_FS=y
70477073
CONFIG_EFIVAR_FS=y
Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
#!/vendor/bin/sh
22
modules=`getprop ro.vendor.boot.moduleslocation`
33
insmod $modules/cfg80211.ko
4-
if [ -f $modules/iwl7000_mac80211.ko ]; then
5-
insmod $modules/iwl7000_mac80211.ko
6-
else
7-
insmod $modules/mac80211.ko
8-
fi
4+
insmod $modules/rtl8821ae.ko
95
insmod $modules/iwlwifi.ko
106
insmod $modules/iwlmvm.ko power_scheme=1

0 commit comments

Comments
 (0)