mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 10:58:48 +09:00
ANDROID: gki_defconfig: enable CONFIG_LED_TRIGGER_PHY
Enable CONFIG_LED_TRIGGER_PHY to support for tracking link state. This also makes GKI on arm64 consistent with GKI on x86. This could affect KMI breakage by changing struct phy_device, so it should be fixed until KMI freeze. Bug: 278043288 Change-Id: I45839d6199787f4e52e74cba4ab004ed72957098 Signed-off-by: Norihiko Hama <Norihiko.Hama@alpsalpine.com>
This commit is contained in:
committed by
Carlos Llamas
parent
edd99eb352
commit
027542cf42
@@ -342,6 +342,7 @@ CONFIG_IFB=y
|
||||
CONFIG_MACSEC=y
|
||||
CONFIG_TUN=y
|
||||
CONFIG_VETH=y
|
||||
CONFIG_LED_TRIGGER_PHY=y
|
||||
CONFIG_AX88796B_PHY=y
|
||||
CONFIG_PPP=m
|
||||
CONFIG_PPP_BSDCOMP=m
|
||||
|
||||
@@ -320,6 +320,7 @@ CONFIG_IFB=y
|
||||
CONFIG_MACSEC=y
|
||||
CONFIG_TUN=y
|
||||
CONFIG_VETH=y
|
||||
CONFIG_LED_TRIGGER_PHY=y
|
||||
CONFIG_AX88796B_PHY=y
|
||||
CONFIG_PPP=m
|
||||
CONFIG_PPP_BSDCOMP=m
|
||||
|
||||
Reference in New Issue
Block a user