blob: da8747939e316564219672949fbc2ada67a72337 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# 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.
|