diff --git a/imx8m/smarc_mx8mq/UbootKernelBoardConfig.mk b/imx8m/smarc_mx8mq/UbootKernelBoardConfig.mk index e9e9adc..09cb16f 100644 --- a/imx8m/smarc_mx8mq/UbootKernelBoardConfig.mk +++ b/imx8m/smarc_mx8mq/UbootKernelBoardConfig.mk @@ -16,9 +16,8 @@ ifeq ($(PRODUCT_IMX_TRUSTY),true) imx8mq-smarc_4g-trusty-secure-unlock:smarcimx8mq_4g_ser3_android_trusty_secure_unlock_defconfig endif -TARGET_KERNEL_DEFCONFIG := smarcimx8m_android_defconfig -# TARGET_KERNEL_ADDITION_DEFCONF ?= android_addition_defconfig - +TARGET_KERNEL_DEFCONFIG := imx_v8_android_defconfig +TARGET_KERNEL_ADDITION_DEFCONF := android_addition_defconfig # absolute path is used, not the same as relative path used in AOSP make TARGET_DEVICE_DIR := $(patsubst %/, %, $(dir $(realpath $(lastword $(MAKEFILE_LIST))))) diff --git a/imx8m/smarc_mx8mq/android_addition_defconfig b/imx8m/smarc_mx8mq/android_addition_defconfig new file mode 100644 index 0000000..f5c692d --- /dev/null +++ b/imx8m/smarc_mx8mq/android_addition_defconfig @@ -0,0 +1,10 @@ +CONFIG_CAN_MCP251X=m +CONFIG_WLAN=y +CONFIG_WLAN_VENDOR_ATH=y +CONFIG_ATH10K=y +CONFIG_ATH10K_CE=y +CONFIG_ATH10K_PCI=m +CONFIG_VIDEO_OV5645=y +CONFIG_DRM_TI_SN65DSI84=y +CONFIG_SND_SOC_IMX_SGTL5000=y +CONFIG_RTC_DRV_S35390A=m