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