Creating a Custom Driver in LTIB

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Creating a Custom Driver in LTIB

1,122件の閲覧回数
PaulDeMetrotion
Senior Contributor I

I am attempting to integrate a custom GPIO driver into my LTIB build. I have added the necessary Kconfig and Makefile files to the custom directory that holds my source code. The proper menus appear in my configuration selection and the driver builds successfully. The problem I have is that when I perform a 'make modules' command to add the board specific drivers to my file system, this driver does not get included. How do I force the module Make file to include this driver?

ラベル(7)
タグ(4)
2 返答(返信)

692件の閲覧回数
PaulDeMetrotion
Senior Contributor I

That was the problem. I had it integrated into the kernel. Thanks.

692件の閲覧回数
LeonardoSandova
Specialist I

does the .config file contains your driver as a module ('CONFIG_<your module>=m')?

Leo