Hello,
I am following this web page to get SPI working on a OMAP 4460 board:
http://omappedia.org/wiki/PandaBoard_SPI
This and many other how-to web pages talk about turning on the following in the Linux Kernel:
CONFIG_SPI, CONFIG_SPI_MASTER and CONFIG_SPI_OMAP_24xx (In Ubuntu 12.04 source its CONFIG_SPI_OMAP24XX)
But I can not find the SPI_MASTER nor the SPI_OMAP24XX in the "make menuconfig" utility. I am looking in:
Device Drivers ---> SPI support
-thanks