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:
Savinay Dharmappa 2017-06-15 05:13:57 +05:30 committed by Anas Nashif
commit 114db109ef

View file

@ -75,7 +75,7 @@ config SYS_LOG_SPI_LEVEL
config SPI_CS_GPIO
bool "SPI port CS pin is controlled via a GPIO port"
select GPIO
depends on GPIO
default n
config SPI_0