mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-05-05 04:36:13 +02:00
The implementation of FW_LOADER requires CMDLINE to be enabled, and expressses this. In order to not have to have every users also depends on CMDLINE introduce SUPPORTS_FW_LOADER. This depends on CMDLINE and ENV_SUPPORT and then we have all users depends on SUPPORTS_FW_LOADER. Signed-off-by: Tom Rini <trini@konsulko.com>
13 lines
302 B
Plaintext
13 lines
302 B
Plaintext
# SPDX-License-Identifier: GPL-2.0-only
|
|
menuconfig PHY_AIROHA
|
|
bool "Airoha Ethernet PHYs support"
|
|
|
|
config PHY_AIROHA_EN8811
|
|
bool "Airoha Ethernet EN8811H support"
|
|
depends on PHY_AIROHA
|
|
depends on SUPPORTS_FW_LOADER
|
|
select FW_LOADER
|
|
help
|
|
AIROHA EN8811H supported.
|
|
AIROHA AN8811HB supported.
|