diff options
| author | Christian Marangi | 2025-11-10 17:24:16 +0000 |
|---|---|---|
| committer | Christian Marangi | 2025-11-10 17:25:49 +0000 |
| commit | eedc7b3b79efed157636312e255b825d507a7182 (patch) | |
| tree | e2d74d7b1d98df97be258183321046b288b78291 | |
| parent | 4ad22d03429d45f9f5769af58c4521b3ff26815a (diff) | |
| download | openwrt-eedc7b3b79efed157636312e255b825d507a7182.tar.gz | |
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@gmail.com>
| -rw-r--r-- | target/linux/airoha/an7583/config-6.12 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/airoha/an7583/config-6.12 b/target/linux/airoha/an7583/config-6.12 index 2457704df4..f3d4effeda 100644 --- a/target/linux/airoha/an7583/config-6.12 +++ b/target/linux/airoha/an7583/config-6.12 @@ -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 |