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 Inline Diff

imx8m/smarc_mx8mq/UbootKernelBoardConfig.mk
1 TARGET_BOOTLOADER_POSTFIX := bin 1 TARGET_BOOTLOADER_POSTFIX := bin
2 UBOOT_POST_PROCESS := true 2 UBOOT_POST_PROCESS := true
3 3
4 # u-boot target for smarc-imx8mq 4 # u-boot target for smarc-imx8mq
5 TARGET_BOOTLOADER_CONFIG := \ 5 TARGET_BOOTLOADER_CONFIG := \
6 imx8mq-smarc_2g:smarcimx8mq_2g_ser3_android_defconfig \ 6 imx8mq-smarc_2g:smarcimx8mq_2g_ser3_android_defconfig \
7 imx8mq-smarc_4g:smarcimx8mq_4g_ser3_android_defconfig \ 7 imx8mq-smarc_4g:smarcimx8mq_4g_ser3_android_defconfig \
8 imx8mq-smarc_2g-uuu:smarcimx8mq_2g_ser3_android_uuu_defconfig \ 8 imx8mq-smarc_2g-uuu:smarcimx8mq_2g_ser3_android_uuu_defconfig \
9 imx8mq-smarc_4g-uuu:smarcimx8mq_4g_ser3_android_uuu_defconfig 9 imx8mq-smarc_4g-uuu:smarcimx8mq_4g_ser3_android_uuu_defconfig
10 ifeq ($(PRODUCT_IMX_TRUSTY),true) 10 ifeq ($(PRODUCT_IMX_TRUSTY),true)
11 TARGET_BOOTLOADER_CONFIG += \ 11 TARGET_BOOTLOADER_CONFIG += \
12 imx8mq-smarc_2g-trusty:smarcimx8mq_2g_ser3_android_trusty_defconfig \ 12 imx8mq-smarc_2g-trusty:smarcimx8mq_2g_ser3_android_trusty_defconfig \
13 imx8mq-smarc_4g-trusty:smarcimx8mq_4g_ser3_android_trusty_defconfig 13 imx8mq-smarc_4g-trusty:smarcimx8mq_4g_ser3_android_trusty_defconfig
14 TARGET_BOOTLOADER_CONFIG += \ 14 TARGET_BOOTLOADER_CONFIG += \
15 imx8mq-smarc_2g-trusty-secure-unlock:smarcimx8mq_2g_ser3_android_trusty_secure_unlock_defconfig \ 15 imx8mq-smarc_2g-trusty-secure-unlock:smarcimx8mq_2g_ser3_android_trusty_secure_unlock_defconfig \
16 imx8mq-smarc_4g-trusty-secure-unlock:smarcimx8mq_4g_ser3_android_trusty_secure_unlock_defconfig 16 imx8mq-smarc_4g-trusty-secure-unlock:smarcimx8mq_4g_ser3_android_trusty_secure_unlock_defconfig
17 endif 17 endif
18 18
19 TARGET_KERNEL_DEFCONFIG := smarcimx8m_android_defconfig 19 TARGET_KERNEL_DEFCONFIG := imx_v8_android_defconfig
20 # TARGET_KERNEL_ADDITION_DEFCONF ?= android_addition_defconfig 20 TARGET_KERNEL_ADDITION_DEFCONF := android_addition_defconfig
21
22 21
23 # absolute path is used, not the same as relative path used in AOSP make 22 # absolute path is used, not the same as relative path used in AOSP make
24 TARGET_DEVICE_DIR := $(patsubst %/, %, $(dir $(realpath $(lastword $(MAKEFILE_LIST))))) 23 TARGET_DEVICE_DIR := $(patsubst %/, %, $(dir $(realpath $(lastword $(MAKEFILE_LIST)))))
25 24
26 # define bootloader rollback index 25 # define bootloader rollback index
27 BOOTLOADER_RBINDEX ?= 0 26 BOOTLOADER_RBINDEX ?= 0
28 27
29 28
imx8m/smarc_mx8mq/android_addition_defconfig
File was created 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
11