zephyr/boards/shields/link_board_eth/Kconfig.defconfig
Kumar Gala db725c0ec9 drivers: Replace GPIO_CS Kconfig with devicetree detection
Use DT_INST_SPI_DEV_HAS_CS_GPIOS() in drivers to determine if we should
utilize CS_GPIO base SPI chipselect handling.  This allows us to remove
Kconfig option for this feature.

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
2020-05-09 13:07:05 +02:00

20 lines
258 B
Plaintext

# Copyright (c) 2019 Linaro Limited
# SPDX-License-Identifier: Apache-2.0
if SHIELD_LINK_BOARD_ETH
if NETWORKING
config SPI
default y
config NET_L2_ETHERNET
default y
config ETH_ENC424J600
default y
endif # NETWORKING
endif # SHIELD_LINK_BOARD_ETH