zephyr/drivers/ethernet
Ulf Magnusson 86c46864ee drivers: ethernet: Kconfig: Remove redundant 'default n' properties
Bool symbols implicitly default to 'n'.

A 'default n' can make sense e.g. in a Kconfig.defconfig file, if you
want to override a 'default y' on the base definition of the symbol. It
isn't used like that on any of these symbols though, and is
inconsistent.

This will make the auto-generated Kconfig documentation have "No
defaults. Implicitly defaults to n." as well, which is clearer than
'default n if ...'

Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no>
2018-07-03 17:11:31 -04:00
..
CMakeLists.txt net: l2: Move the layer 2 code into subsys/net/ 2018-06-27 17:02:59 +03:00
Kconfig
Kconfig.dw drivers: ethernet: Kconfig: Remove redundant 'default n' properties 2018-07-03 17:11:31 -04:00
Kconfig.enc28j60 drivers: ethernet: Kconfig: Remove redundant 'default n' properties 2018-07-03 17:11:31 -04:00
Kconfig.mcux drivers: ethernet: Kconfig: Remove redundant 'default n' properties 2018-07-03 17:11:31 -04:00
Kconfig.native_posix drivers: ethernet: Kconfig: Remove redundant 'default n' properties 2018-07-03 17:11:31 -04:00
Kconfig.sam_gmac drivers: ethernet: Kconfig: Remove redundant 'default n' properties 2018-07-03 17:11:31 -04:00
Kconfig.stm32_hal drivers: ethernet: Kconfig: Remove redundant 'default n' properties 2018-07-03 17:11:31 -04:00
eth_dw.c
eth_dw_priv.h
eth_enc28j60.c drivers/ethernet: Reduce runtime context size in ENC28J60 driver 2018-04-11 16:28:16 +03:00
eth_enc28j60_priv.h drivers/ethernet: Reduce runtime context size in ENC28J60 driver 2018-04-11 16:28:16 +03:00
eth_mcux.c eth: mcux: Add an option for randomized, but stable MAC address 2018-07-03 17:07:33 -04:00
eth_native_posix.c drivers: eth: native_posix: Fix malformed echo response 2018-05-30 20:30:19 -04:00
eth_native_posix_adapt.c
eth_native_posix_priv.h drivers: eth: Add ethernet driver for native posix arch 2018-03-18 20:47:36 -04:00
eth_sam_gmac.c drivers: eth: gmac: Cast to type expected by HAL 2018-06-27 11:35:57 -05:00
eth_sam_gmac_priv.h drivers: eth: gmac: Fix cache support for SAM GMAC 2018-06-19 10:48:24 +03:00
eth_stm32_hal.c drivers: eth: stm32: Added missing ethernet_init() call 2018-07-03 15:43:06 +03:00
eth_stm32_hal_priv.h
phy_sam_gmac.c
phy_sam_gmac.h