drivers: spi: Add SPI device support for Apollo3 SoCs
This commit adds spi device support for Apollo3 SoCs. Signed-off-by: Hao Luo <hluo@ambiq.com>
This commit is contained in:
parent
c2b6bcc660
commit
1e5cdb110a
10 changed files with 506 additions and 14 deletions
|
@ -40,10 +40,15 @@ config AMBIQ_HAL_USE_I2C
|
|||
help
|
||||
Use the I2C driver from Ambiq HAL
|
||||
|
||||
config AMBIQ_HAL_USE_SPI
|
||||
config AMBIQ_HAL_USE_SPIC
|
||||
bool
|
||||
help
|
||||
Use the SPI driver from Ambiq HAL
|
||||
Use the SPI Controller driver from Ambiq HAL
|
||||
|
||||
config AMBIQ_HAL_USE_SPID
|
||||
bool
|
||||
help
|
||||
Use the SPI Device driver from Ambiq HAL
|
||||
|
||||
config AMBIQ_HAL_USE_MSPI
|
||||
bool
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue