zephyr/drivers/ethernet/Kconfig.liteeth
Kumar Gala c320bb0522 drivers: ethernet: remove stale Kconfig IRQ priority
Either get priority from devicetree (liteeth) or remove Kconfig symbols
that aren't used anywhere for IRQ priority (gecko, stm32_hal).

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
2021-03-03 12:16:06 +03:00

10 lines
207 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