Linux User Space Driver Using uio_pdrv_genirq

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Linux User Space Driver Using uio_pdrv_genirq

856 Views
brianyokum
Contributor IV

I am using the Morty branch of the i.MX Yocto BSP (imx-4.9.11-1.0.0_qa.xml) for the imx6ull-14x14-evk.  I would like to implement a user space driver using uio_pdrv_genirq.  It doesn't appear that that uio_pdrv_genirq is currently being built as part of the kernel.  I've tried to modify defconfig is various directories to add this support with no luck.  What is the correct/best way to enable this support?

Labels (3)
0 Kudos
1 Reply

579 Views
gusarambula
NXP TechSupport
NXP TechSupport

Hello Brian Yokum,

Yocto is designed as a tool to build and customize Linux distributions. However, it is not meant for development so bitbake is not looking for changes on the source codes, which may explain why you are seeing your defconfigs reversed to the default values.

The following community document covers how to create an append recipe to change the kernel configuration, so perhaps it may be of help.

https://community.nxp.com/docs/DOC-334088

Regards,

0 Kudos