[openwrt/openwrt] airona: an7583: fix typo for CONFIG_PHY_AIROHA_USB

LEDE Commits lede-commits at lists.infradead.org
Mon Nov 10 09:36:10 PST 2025


ansuel pushed a commit to openwrt/openwrt.git, branch openwrt-24.10:
https://git.openwrt.org/2d05923d2ec6733e4cb0d6291b30b5d91be6c0d7

commit 2d05923d2ec6733e4cb0d6291b30b5d91be6c0d7
Author: Christian Marangi <ansuelsmth at gmail.com>
AuthorDate: Mon Nov 10 18:24:16 2025 +0100

    airona: an7583: fix typo for CONFIG_PHY_AIROHA_USB
    
    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: c5b12fc02ab1 ("airoha: Introduce support for Airoha AN7583 SoC")
    Signed-off-by: Christian Marangi <ansuelsmth at gmail.com>
    (cherry picked from commit eedc7b3b79efed157636312e255b825d507a7182)
---
 target/linux/airoha/an7583/config-6.6 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/target/linux/airoha/an7583/config-6.6 b/target/linux/airoha/an7583/config-6.6
index 4d137e2202..a8036f6d92 100644
--- a/target/linux/airoha/an7583/config-6.6
+++ b/target/linux/airoha/an7583/config-6.6
@@ -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




More information about the lede-commits mailing list