-
CONFIG_ETH_ENC28J60_0_GPIO_SPI_CS
¶
Manage SPI CS through a GPIO pin
Type: bool
Help¶
This option is useful if one needs to manage SPI CS through a GPIO pin to by-pass the SPI controller’s CS logic.
Direct dependencies¶
ETH_ENC28J60
&& ETH_ENC28J60_0
&& NET_L2_ETHERNET
(Includes any dependencies from ifs and menus.)
Defaults¶
No defaults. Implicitly defaults to n
.
Kconfig definition¶
At drivers/ethernet/Kconfig.enc28j60:52
Included via Kconfig:8
→ Kconfig.zephyr:40
→ drivers/Kconfig:16
→ drivers/ethernet/Kconfig:24
Menu path: (Top) → Device Drivers → Ethernet Drivers → ENC28J60C Ethernet Controller → ENC28J60C Ethernet port 0
config ETH_ENC28J60_0_GPIO_SPI_CS bool "Manage SPI CS through a GPIO pin" depends onETH_ENC28J60
&Ð_ENC28J60_0
&&NET_L2_ETHERNET
help This option is useful if one needs to manage SPI CS through a GPIO pin to by-pass the SPI controller's CS logic.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)