Skip to content

Commit e780bba

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

2 files changed

Lines changed: 27 additions & 8 deletions

File tree

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

Lines changed: 22 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,26 @@ 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 is not set
2648+
CONFIG_RTLWIFI=m
2649+
CONFIG_RTLWIFI_PCI=m
2650+
CONFIG_RTLWIFI_DEBUG=y
2651+
CONFIG_RTLBTCOEXIST=m
2652+
# CONFIG_RTL8XXXU is not set
2653+
# CONFIG_RTW88 is not set
2654+
# CONFIG_RTW89 is not set
26362655
# CONFIG_WLAN_VENDOR_RSI is not set
26372656
CONFIG_WLAN_VENDOR_SILABS=y
26382657
# CONFIG_WFX is not set
@@ -7039,9 +7058,9 @@ CONFIG_TMPFS_XATTR=y
70397058
# CONFIG_TMPFS_INODE64 is not set
70407059
# CONFIG_TMPFS_QUOTA is not set
70417060
CONFIG_HUGETLBFS=y
7061+
# CONFIG_HUGETLB_PAGE_OPTIMIZE_VMEMMAP_DEFAULT_ON is not set
70427062
CONFIG_HUGETLB_PAGE=y
70437063
CONFIG_HUGETLB_PAGE_OPTIMIZE_VMEMMAP=y
7044-
# CONFIG_HUGETLB_PAGE_OPTIMIZE_VMEMMAP_DEFAULT_ON is not set
70457064
CONFIG_ARCH_HAS_GIGANTIC_PAGE=y
70467065
CONFIG_CONFIGFS_FS=y
70477066
CONFIG_EFIVAR_FS=y
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
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/mac80211.ko
5+
insmod $modules/rtlwifi.ko
6+
insmod $modules/rtl_pci.ko
7+
insmod $modules/btcoexist.ko
8+
insmod $modules/rtl8821ae.ko
99
insmod $modules/iwlwifi.ko
1010
insmod $modules/iwlmvm.ko power_scheme=1

0 commit comments

Comments
 (0)