:orphan: .. title:: ETH_SMSC911X .. option:: CONFIG_ETH_SMSC911X *SMSC911x/9220 Ethernet driver* Type: ``bool`` Help ==== Enable driver for SMSC/LAN911x/9220 family of chips. Direct dependencies =================== \ :option:`NET_L2_ETHERNET ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== .. highlight:: kconfig At ``drivers/ethernet/Kconfig.smsc911x:4`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:20`` → ``drivers/ethernet/Kconfig:53`` Menu path: (Top) → Device Drivers → Ethernet Drivers .. parsed-literal:: menuconfig ETH_SMSC911X bool "SMSC911x/9220 Ethernet driver" depends on \ :option:`NET_L2_ETHERNET ` help Enable driver for SMSC/LAN911x/9220 family of chips. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*