Skip to content

Commit

Permalink
make the ac200-sunxi as module
Browse files Browse the repository at this point in the history
  • Loading branch information
chraac committed May 9, 2024
1 parent 68bf44c commit 859eb2f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions config/kernel/linux-sunxi64-current.config
Original file line number Diff line number Diff line change
Expand Up @@ -2545,8 +2545,8 @@ CONFIG_FIXED_PHY=y
#
# MII PHY device drivers
#
CONFIG_AC200_PHY=n
CONFIG_AC200_PHY_SUNXI=y
CONFIG_AC200_PHY=m
CONFIG_AC200_PHY_SUNXI=m
CONFIG_AMD_PHY=m
CONFIG_ADIN_PHY=m
CONFIG_ADIN1100_PHY=m
Expand Down Expand Up @@ -4050,8 +4050,8 @@ CONFIG_MFD_SUN4I_GPADC=y
# CONFIG_MFD_BCM590XX is not set
CONFIG_MFD_BD9571MWV=m
CONFIG_MFD_AC100=y
CONFIG_MFD_AC200=n
CONFIG_MFD_AC200_SUNXI=y
CONFIG_MFD_AC200=m
CONFIG_MFD_AC200_SUNXI=m
CONFIG_MFD_AXP20X=y
CONFIG_MFD_AXP20X_I2C=y
CONFIG_MFD_AXP20X_RSB=y
Expand Down Expand Up @@ -5468,7 +5468,7 @@ CONFIG_SND_SOC_I2C_AND_SPI=y
# CODEC drivers
#
CONFIG_SND_SOC_WM_ADSP=m
CONFIG_SND_SOC_AC200_CODEC=n
CONFIG_SND_SOC_AC200_CODEC=m
# CONFIG_SND_SOC_AC97_CODEC is not set
CONFIG_SND_SOC_ADAU_UTILS=m
CONFIG_SND_SOC_ADAU1372=m
Expand Down Expand Up @@ -7524,7 +7524,7 @@ CONFIG_PHY_SUN4I_USB=y
CONFIG_PHY_SUN6I_MIPI_DPHY=y
CONFIG_PHY_SUN9I_USB=y
CONFIG_PHY_SUN50I_USB3=y
CONFIG_AC200_PHY_CTL=n
CONFIG_AC200_PHY_CTL=m

#
# PHY drivers for Broadcom platforms
Expand Down

0 comments on commit 859eb2f

Please sign in to comment.