zephyr/drivers/ethernet/Kconfig.liteeth
Kumar Gala 1de61b4c42 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>
2020-05-09 16:29:57 +02:00

20 lines
345 B
Plaintext

# Copyright (c) 2019 Antmicro
# SPDX-License-Identifier: Apache-2.0
menuconfig ETH_LITEETH
bool "LiteEth Ethernet core driver"
config ETH_LITEETH_0
bool "LiteEth Ethernet port 0"
depends on ETH_LITEETH
if ETH_LITEETH_0
config ETH_LITEETH_0_IRQ_PRI
int "LiteEth interrupt priority"
default 0
help
IRQ priority
endif # ETH_LITEETH_0