Enabling multiple SOC types in kernel configuration.

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

Enabling multiple SOC types in kernel configuration.

748 次查看
ioteng
Contributor II

Hi,

Does enabling different CPU_SOC types in the kernel configuration safe? For undisclosed reasons we have all CPU_SOC types enabled and we are only using the IMX6SX.

CONFIG_SOC_IMX53=y
CONFIG_SOC_IMX6=y
CONFIG_SOC_IMX6Q=y
CONFIG_SOC_IMX6SL=y
CONFIG_SOC_IMX6SX=y
CONFIG_SOC_IMX6UL=y
CONFIG_SOC_IMX7=y
CONFIG_SOC_IMX7D=y
CONFIG_SOC_VF610=y

What effect does it have when many SOC types are enabled? Does it make the kernel image bigger? Will the kernel image work on the other SOC type without changes?

Leonardo

标签 (2)
0 项奖励
2 回复数

699 次查看
Bio_TICFSL
NXP TechSupport
NXP TechSupport

Hello Leonardo,

The image will be bigger and some peripheral will have conflicts we strongly recommend to use just one image.

Regards

0 项奖励

699 次查看
ioteng
Contributor II

Hi,

Thanks for the information. I'll forward this to our colleagues.

Best Regards,

Leonardo

0 项奖励