zeus: Add regulator, touch, haptics and audio kernel modules

Change-Id: I9484a243935db3355a8639a9ae6413dc82431b1c
This commit is contained in:
Arian 2024-01-27 11:10:12 +01:00
parent f41dfdbfc5
commit 551e6d87cc

View file

@ -12,6 +12,20 @@ include vendor/xiaomi/zeus/BoardConfigVendor.mk
DEVICE_PATH := device/xiaomi/zeus
# Kernel
device_second_stage_modules := \
qcom_pm8008-regulator.ko \
fts_touch_spi.ko \
aw8697-haptic.ko
device_vendor_dlkm_exclusive_modules := \
cs35l41_dlkm.ko
BOARD_VENDOR_RAMDISK_RECOVERY_KERNEL_MODULES_LOAD += $(device_second_stage_modules)
BOARD_VENDOR_KERNEL_MODULES_LOAD += $(device_second_stage_modules) $(device_vendor_dlkm_exclusive_modules)
BOOT_KERNEL_MODULES += $(device_second_stage_modules)
# Properties
TARGET_SYSTEM_PROP += $(DEVICE_PATH)/properties/system.prop
TARGET_VENDOR_PROP += $(DEVICE_PATH)/properties/vendor.prop