SPI driver for RPi

Luiz Otavio O Souza lists.br at gmail.com
Tue Aug 27 12:36:04 UTC 2013


On 25 August 2013 11:12, fabiodive <fabiodive at gmail.com> wrote:

> Hello Luiz,
> after applying the patches,
> should I compile the kernel with the  "device api" written into the kernel
> config file?
> thank you,
> f.



No, it is not needed and actually, there is no 'device spi' defined in
kernel.

SPI in general is handled by 'device spibus' plus the specific driver for
your hardware, bcm2835_spi in this case.

Luiz


More information about the freebsd-arm mailing list