On Tue, Aug 4, 2015 at 5:55 PM, <[email protected]> wrote: > > I have some PRU code working under 3.8 and need to move to 3.14. > > Trying to build the latest Linux 3.14 for BBB with UIO_PRUSS support. > > i.e: > git clone https://github.com/RobertCNelson/ti-linux-kernel-dev.git > cd ti-linux-kernel-dev > checkout origin/ti-linux-3.14.y -b tmp > ./build_kernel.sh > > When the build gets to the menuconfig I can not find UIO_PRUSS. > I can find it with a "/PRUSS" search but when I go to "Device > Drivers->Userspace I/O Driver" I do not see it listed. > > Anyone know how to build this for 3.14.y (49) ?
Use the ti-linux-4.1.y branch: cat patches/defconfig | grep PRUS CONFIG_UIO_PRUSS=m Regards, -- Robert Nelson https://rcn-ee.com/ -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
