mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 03:15:31 +09:00
ANDROID: GKI: Kconfig.gki: Add GKI_HIDDEN_ETHERNET_CONFIGS
Add a hidden config option to select PHYLINK which is widely used by ethernet devices. This also removes PHYLIB=y from gki_defconfig because it is selected by CONFIG_PHYLINK. Bug: 190472243 Signed-off-by: Chanho Park <chanho61.park@samsung.com> Change-Id: I590f7576daddab6786d19ffc789e51816770e5e3
This commit is contained in:
committed by
Matthias Maennich
parent
fff3162d5d
commit
9c2efcb127
@@ -304,7 +304,6 @@ CONFIG_WIREGUARD=y
|
||||
CONFIG_IFB=y
|
||||
CONFIG_TUN=y
|
||||
CONFIG_VETH=y
|
||||
CONFIG_PHYLIB=y
|
||||
CONFIG_PPP=y
|
||||
CONFIG_PPP_BSDCOMP=y
|
||||
CONFIG_PPP_DEFLATE=y
|
||||
|
||||
@@ -281,7 +281,6 @@ CONFIG_WIREGUARD=y
|
||||
CONFIG_IFB=y
|
||||
CONFIG_TUN=y
|
||||
CONFIG_VETH=y
|
||||
CONFIG_PHYLIB=y
|
||||
CONFIG_PPP=y
|
||||
CONFIG_PPP_BSDCOMP=y
|
||||
CONFIG_PPP_DEFLATE=y
|
||||
|
||||
@@ -210,6 +210,13 @@ config GKI_HIDDEN_MM_CONFIGS
|
||||
Dummy config option used to enable hidden MM configs,
|
||||
currently required for VIRTIO_BALLOON
|
||||
|
||||
config GKI_HIDDEN_ETHERNET_CONFIGS
|
||||
bool "Hidden Ethernet configuration needed for GKI"
|
||||
select PHYLINK
|
||||
help
|
||||
Dummy config option used to enable the hidden Ethernet PHYLINK
|
||||
configs, required by various ethernet devices.
|
||||
|
||||
# Atrocities needed for
|
||||
# a) building GKI modules in separate tree, or
|
||||
# b) building drivers that are not modularizable
|
||||
@@ -239,6 +246,7 @@ config GKI_HACKS_TO_FIX
|
||||
select GKI_HIDDEN_NET_CONFIGS
|
||||
select GKI_HIDDEN_PHY_CONFIGS
|
||||
select GKI_HIDDEN_MM_CONFIGS
|
||||
select GKI_HIDDEN_ETHERNET_CONFIGS
|
||||
help
|
||||
Dummy config option used to enable core functionality used by
|
||||
modules that may not be selectable in this config.
|
||||
|
||||
Reference in New Issue
Block a user