commit | 1de61b4c42dde4589e8f9b61e1b1ffe59a176750 | [log] [tgz] |
---|---|---|
author | Kumar Gala <kumar.gala@linaro.org> | Thu Apr 23 12:28:00 2020 -0500 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Sat May 09 16:29:57 2020 +0200 |
tree | 1db1149b078d407e14f51fd5c85b899697c7311e | |
parent | ce0d50c2b055021e39f7e8c15749e07057b44dcf [diff] |
drivers: eth: Replace driver specific RANDOM_MAC Kconfig with devicetree Utilize the devicetree property "zephyr,random-mac-address" to determine if a driver should use a random mac address and remove the associated Kconfig options that enabled this feature. Signed-off-by: Kumar Gala <kumar.gala@linaro.org>