Difficulties to activate kernel modules

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

Difficulties to activate kernel modules

1,084 次查看
jordan38
Contributor II

Hi community,

I want to activate 3 kernel modules : drxk, xc5000 but, in GUI kernel configuration, they are in grey tint.

My Linux kernel is "git://git.freescale.com/imx/fsl-arm-yocto-bsp.git -b imx-3.10.53-1.1.0_ga"

For xc5000: it depends on: (MEDIA_ANALOG_TV_SUPPORT [=n] || MEDIA_DIGITAL_TV_SUPPORT [=n] || MEDIA_RADIO_SUPPORT [=y]) && MEDIA_SUPPORT [=y] && I2C [=y]

In my .config file, I have:

- # CONFIG_MEDIA_ANALOG_TV_SUPPORT is not set

- # CONFIG_MEDIA_DIGITAL_TV_SUPPORT is not set

- CONFIG_MEDIA_RADIO_SUPPORT=y

- CONFIG_MEDIA_SUPPORT=y

- CONFIG_I2C=y

Thus, xc5000 modules shouldn't be in grey tint

Same problem for drxk module: it depends on: MEDIA_SUPPORT [=y] && DVB_CORE [=n] && I2C [=y]

In my .config file, I have:

- CONFIG_MEDIA_SUPPORT=y

- nothing in file for DVB_CORE

- CONFIG_I2C=y

Do you have solution?

Best Regads,

Jordan

标签 (3)
标记 (3)
0 项奖励
回复
1 回复

965 次查看
igorpadykov
NXP Employee
NXP Employee

Hi jordan

I would suggest to post this to meta-fsl-arm mailing list, so that someone

familiar with these problems could try to assist you.

https://lists.yoctoproject.org/listinfo/meta-freescale

Best regards

igor

0 项奖励
回复