how to make i2c-core as module

久未见 提交于 2020-08-10 19:20:21

问题


Hello I have beagleboneblack board and have kernel source code I want to make my i2c work as a module so for that, I have done some changes in .config file

#
# I2C support
#
CONFIG_I2C=m

and cross compile kernel

make dtbs zImage -j8 CROSS_COMPILE=arm-linux-gnueabihf- 

But after compile successfully, CONFIG_I2C change from 'm' to 'y' how to solve this problem?

来源:https://stackoverflow.com/questions/62752609/how-to-make-i2c-core-as-module

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!