samples: drivers/net: apps: Resolve Kconfig dependency
as config SPI_CS_GPIO was selecting GPIO instead it should just depend on it. This patch is a fix for ZEP-2071 jira. Signed-off-by: Savinay Dharmappa <savinay.dharmappa@intel.com>
This commit is contained in:
parent
0ed343070c
commit
114db109ef
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ config SYS_LOG_SPI_LEVEL
|
||||||
|
|
||||||
config SPI_CS_GPIO
|
config SPI_CS_GPIO
|
||||||
bool "SPI port CS pin is controlled via a GPIO port"
|
bool "SPI port CS pin is controlled via a GPIO port"
|
||||||
select GPIO
|
depends on GPIO
|
||||||
default n
|
default n
|
||||||
|
|
||||||
config SPI_0
|
config SPI_0
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue