Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ec6a13ea authored by CNSS_WLAN Service's avatar CNSS_WLAN Service Committed by Gerrit - the friendly Code Review server
Browse files

Merge "sdm429w: bringup: LW.UM.1.1: disable wlan prima module for compilation"...

Merge "sdm429w: bringup: LW.UM.1.1: disable wlan prima module for compilation" into wlan-driver.lnx.1.0
parents 4561815f 11e07a68
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -11,9 +11,11 @@ endif

# Build/Package options for 8916, 8974, 8226, 8610, 8909, 8952, 8937, 8953 targets
ifneq (,$(filter msm8916 msm8974 msm8226 msm8610 msm8909 msm8952 msm8937 msm8953 titanium,$(TARGET_BOARD_PLATFORM)))
ifneq ($(TARGET_SUPPORTS_ANDROID_WEAR_KERNEL_4_14),true)
WLAN_CHIPSET := pronto
WLAN_SELECT := CONFIG_PRONTO_WLAN=m
endif
endif

# Build/Package only in case of supported target
ifneq ($(WLAN_CHIPSET),)