Pārlūkot izejas kodu

sm8450-common: Decommonize regulator, touch, haptics and audio kernel modules

Change-Id: I644b35134d3beca8c31d218bfcbff2f4ad4ac2fd
Arian 1 gadu atpakaļ
vecāks
revīzija
60f3b13f27
3 mainītis faili ar 4 papildinājumiem un 8 dzēšanām
  1. 4 4
      BoardConfigCommon.mk
  2. 0 3
      modules.list.second_stage
  3. 0 1
      modules.list.vendor_dlkm

+ 4 - 4
BoardConfigCommon.mk

@@ -115,11 +115,11 @@ first_stage_modules := $(strip $(shell cat $(TARGET_KERNEL_SOURCE)/modules.list.
 second_stage_modules := $(strip $(shell cat $(COMMON_PATH)/modules.list.second_stage))
 vendor_dlkm_exclusive_modules := $(strip $(shell cat $(COMMON_PATH)/modules.list.vendor_dlkm))
 
-BOARD_VENDOR_RAMDISK_KERNEL_MODULES_LOAD := $(first_stage_modules)
-BOARD_VENDOR_RAMDISK_RECOVERY_KERNEL_MODULES_LOAD := $(first_stage_modules) $(second_stage_modules)
-BOARD_VENDOR_KERNEL_MODULES_LOAD := $(second_stage_modules) $(vendor_dlkm_exclusive_modules)
+BOARD_VENDOR_RAMDISK_KERNEL_MODULES_LOAD += $(first_stage_modules)
+BOARD_VENDOR_RAMDISK_RECOVERY_KERNEL_MODULES_LOAD += $(first_stage_modules) $(second_stage_modules)
+BOARD_VENDOR_KERNEL_MODULES_LOAD += $(second_stage_modules) $(vendor_dlkm_exclusive_modules)
 
-BOOT_KERNEL_MODULES := $(first_stage_modules) $(second_stage_modules)
+BOOT_KERNEL_MODULES += $(first_stage_modules) $(second_stage_modules)
 
 BOARD_VENDOR_KERNEL_MODULES_BLOCKLIST_FILE := $(TARGET_KERNEL_SOURCE)/modules.vendor_blocklist.msm.waipio
 BOARD_VENDOR_RAMDISK_KERNEL_MODULES_BLOCKLIST_FILE := $(BOARD_VENDOR_KERNEL_MODULES_BLOCKLIST_FILE)

+ 0 - 3
modules.list.second_stage

@@ -82,7 +82,6 @@ panel_event_notifier.ko
 qcom_sync_file.ko
 hung_task_enh.ko
 qfprom-sys.ko
-qcom_pm8008-regulator.ko
 qpnp-amoled-regulator.ko
 hvc_gunyah.ko
 msm_rng.ko
@@ -129,13 +128,11 @@ nb7vpq904m.ko
 atmel_mxt_ts.ko
 focaltech_fts.ko
 synaptics_dsx.ko
-fts_touch_spi.ko
 xiaomi_touch.ko
 nt36xxx-i2c.ko
 nt36xxx-spi.ko
 goodix_core.ko
 pm8941-pwrkey.ko
-aw8697-haptic.ko
 goodix_fod.ko
 i2c-msm-geni.ko
 i3c-master-msm-geni.ko

+ 0 - 1
modules.list.vendor_dlkm

@@ -27,7 +27,6 @@ lpass_cdc_dlkm.ko
 wsa883x_dlkm.ko
 wcd938x_dlkm.ko
 wcd938x_slave_dlkm.ko
-cs35l41_dlkm.ko
 aw882xx_dlkm.ko
 wcd937x_dlkm.ko
 wcd937x_slave_dlkm.ko