Commit f2ebacd72325ab24a2763aec957eaa54daa57407

Authored by Eric Lee
1 parent 0f65407eaf

Use default imx kernel android defconfig

Showing 2 changed files with 12 additions and 3 deletions Side-by-side Diff

imx8m/smarc_mx8mq/UbootKernelBoardConfig.mk
... ... @@ -16,9 +16,8 @@
16 16 imx8mq-smarc_4g-trusty-secure-unlock:smarcimx8mq_4g_ser3_android_trusty_secure_unlock_defconfig
17 17 endif
18 18  
19   -TARGET_KERNEL_DEFCONFIG := smarcimx8m_android_defconfig
20   -# TARGET_KERNEL_ADDITION_DEFCONF ?= android_addition_defconfig
21   -
  19 +TARGET_KERNEL_DEFCONFIG := imx_v8_android_defconfig
  20 +TARGET_KERNEL_ADDITION_DEFCONF := android_addition_defconfig
22 21  
23 22 # absolute path is used, not the same as relative path used in AOSP make
24 23 TARGET_DEVICE_DIR := $(patsubst %/, %, $(dir $(realpath $(lastword $(MAKEFILE_LIST)))))
imx8m/smarc_mx8mq/android_addition_defconfig
  1 +CONFIG_CAN_MCP251X=m
  2 +CONFIG_WLAN=y
  3 +CONFIG_WLAN_VENDOR_ATH=y
  4 +CONFIG_ATH10K=y
  5 +CONFIG_ATH10K_CE=y
  6 +CONFIG_ATH10K_PCI=m
  7 +CONFIG_VIDEO_OV5645=y
  8 +CONFIG_DRM_TI_SN65DSI84=y
  9 +CONFIG_SND_SOC_IMX_SGTL5000=y
  10 +CONFIG_RTC_DRV_S35390A=m