I want less time for automotive10 system. I found Google solution to solve it , like https://source.android.google.cn/devices/tech/perf/boot-times?hl=hu but I don't know what this config meaning, and no result searing the Internet, someone can tell me detail, thank you!
CONFIG_VT=y //unknow
CONFIG_USB_EHCI_HCD=y //usb2.0
CONFIG_MMC=y //sd卡
CONFIG_MMC_BLOCK_MINORS=32
CONFIG_MMC_SDHCI=y //mmc
CONFIG_MMC_SDHCI_PLTFM=y
thanks,I will see
Hello,
I think the one you are missing is this one CONFIG_VT, correct?
You may refer to the following:
https://source.codeaurora.org/external/imx/linux-imx/tree/drivers/tty/Kconfig?h=lf-5.10.y#n13
Best regards,
Aldo.