mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-21 08:55:22 +00:00
Use the same Kconfig infrastructure and options for all SPI drivers. Jira: ZEP-294 Change-Id: I7097bf3d2e1040fcec166761a9342bff707de4dd Signed-off-by: Anas Nashif <anas.nashif@intel.com>
7 lines
115 B
Plaintext
7 lines
115 B
Plaintext
CONFIG_STDOUT_CONSOLE=y
|
|
CONFIG_FLASH=y
|
|
CONFIG_SPI=y
|
|
CONFIG_GPIO=y
|
|
CONFIG_SPI_CS_GPIO=y
|
|
CONFIG_SPI_0_CS_GPIO_PIN=24
|