URL
https://opencores.org/ocsvn/test_project/test_project/trunk
Subversion Repositories test_project
[/] [test_project/] [trunk/] [linux_sd_driver/] [drivers/] [uio/] [Kconfig] - Rev 62
Compare with Previous | Blame | View Log
menu "Userspace I/O"depends on !S390config UIOtristate "Userspace I/O drivers"default nhelpEnable this to allow the userspace driver core code to bebuilt. This code allows userspace programs easy access tokernel interrupts and memory locations, allowing some driversto be written in userspace. Note that a small kernel driveris also required for interrupt handling to work properly.If you don't know what to do here, say N.config UIO_CIFtristate "generic Hilscher CIF Card driver"depends on UIO && PCIdefault nhelpDriver for Hilscher CIF DeviceNet and Profibus cards. Thisdriver requires a userspace component that handles all of theheavy lifting and can be found at:http://www.osadl.org/projects/downloads/UIO/user/cif-*To compile this driver as a module, choose M here: the modulewill be called uio_cif.endmenu
