工具/软件:Linux
您好!
现在,我使用的是最新的 Linux SDK 版本 v04.00。当我要启用 SPI 时,存在一个问题:
http://wiki.tiprocessors.com/index.php/AM335x_McSPI_Driver%27s_Guide
此页面向我们显示、我们必须启用"OMAP 的 McSPI 驱动程序"此选项
还是在该 SDK 版本中有其他方法?
此致
好的、张
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
工具/软件:Linux
您好!
现在,我使用的是最新的 Linux SDK 版本 v04.00。当我要启用 SPI 时,存在一个问题:
http://wiki.tiprocessors.com/index.php/AM335x_McSPI_Driver%27s_Guide
此页面向我们显示、我们必须启用"OMAP 的 McSPI 驱动程序"此选项
还是在该 SDK 版本中有其他方法?
此致
好的、张
您好、Chang、
请参阅随附的屏幕截图:
此外,make menuconfig 帮助中还介绍了其他依赖项:
CONFIG_SPI_OMAP24xx: │μ A
用于 OMAP24xx 和更高版本的多通道 SPI 的 μ│SPI 主控制器
μ│(McSPI)模块。
│符号:SPI_OMAP24xx [=y]
│类型 :tristate
μ│提示:OMAP 的 McSPI 驱动程序
│ 位置:
│ ->设备驱动程序
│ -> SPI 支持(SPI [=y])
│ 在 drivers/SPI/Kconfig:427中定义
│ 取决于:SPI [=y]&& SPI_MASTER [=y]&& has _DMA [=y]&&(ARCH_OMAP2PLUS [=y]|| COMPILE_TEST [=n])
│ 选择:sg_split[=y]
BR
Tsvetolin Shulev