mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-02-12 18:00:00 +01:00
airona: an7583: fix typo for CONFIG_PHY_AIROHA_USB
Some checks are pending
Build Kernel / Build all affected Kernels (push) Waiting to run
Some checks are pending
Build Kernel / Build all affected Kernels (push) Waiting to run
KConfig flag have an extra whitespace for CONFIG_PHY_AIROHA_USB and
value is not ignored.
Drop the extra whitespace to correctly ignore the value on kernel
compilation.
Fixes: c5b12fc02a ("airoha: Introduce support for Airoha AN7583 SoC")
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
This commit is contained in:
parent
4ad22d0342
commit
eedc7b3b79
1 changed files with 1 additions and 1 deletions
|
|
@ -300,7 +300,7 @@ CONFIG_PHYLIB_LEDS=y
|
|||
CONFIG_PHYLINK=y
|
||||
CONFIG_PHYS_ADDR_T_64BIT=y
|
||||
CONFIG_PHY_AIROHA_PCIE=y
|
||||
# CONFIG_PHY_AIROHA_USB is not set
|
||||
# CONFIG_PHY_AIROHA_USB is not set
|
||||
CONFIG_PINCTRL=y
|
||||
CONFIG_PINCTRL_AIROHA=y
|
||||
# CONFIG_PINCTRL_MT2712 is not set
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue