c320bb0522
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>
10 lines
207 B
Plaintext
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
|