:orphan: .. title:: CONFIG_DSA_SPI .. kconfig:: CONFIG_DSA_SPI CONFIG_DSA_SPI ############## *Enable support for PHY SPI interface* Type: ``bool`` Help ==== .. code-block:: none Use SPI bus to communicate with PHY Direct dependencies =================== \ :kconfig:`SPI ` && (\ :kconfig:`DSA_KSZ8794 ` || \ :kconfig:`DSA_KSZ8863 `) && \ :kconfig:`NET_DSA ` && \ :kconfig:`NET_L2_ETHERNET ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/ethernet/Kconfig.dsa:37`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:20`` → ``/ethernet/Kconfig:59`` Menu path: (Top) → Device Drivers → Ethernet Drivers → Distributed Switch Architecture support .. code-block:: kconfig config DSA_SPI bool "Enable support for PHY SPI interface" depends on SPI && (DSA_KSZ8794 || DSA_KSZ8863) && NET_DSA && NET_L2_ETHERNET help Use SPI bus to communicate with PHY *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*