gs101: don't load uwb module at boot

Uwb power controls are still being implement.  Disable
the uwb module from loading automatically until uwb power
controls are implemented.

Bug: 185471298
Change-Id: Ie7021f6015c564613ded10dec2c9b92ff619af81
This commit is contained in:
Victor Liu 2021-04-19 18:37:46 -07:00 committed by TreeHugger Robot
parent 3323441408
commit 2207cb4b9f

View file

@ -387,7 +387,8 @@ BOARD_VENDOR_RAMDISK_KERNEL_MODULES_FILTER += \
$(TARGET_KERNEL_DIR)/stmvl53l1.ko \
$(TARGET_KERNEL_DIR)/ftm5.ko \
$(TARGET_KERNEL_DIR)/haptics-cs40l2x.ko \
$(TARGET_KERNEL_DIR)/sec_touch.ko
$(TARGET_KERNEL_DIR)/sec_touch.ko \
$(TARGET_KERNEL_DIR)/dw3000.ko
BOARD_VENDOR_RAMDISK_KERNEL_MODULES += \
$(filter-out $(BOARD_VENDOR_RAMDISK_KERNEL_MODULES_FILTER), $(foreach module, $(notdir \