On Fri, 2020-10-16 at 15:29 +0000, GitLab Bridge on behalf of jeremycline wrote: > From: Fedora Kernel Team <kernel-team@xxxxxxxxxxxxxxxxx> > > Hi, > > As part of the ongoing rebase effort, the following configuration > options need to be reviewed. > > As a reminder, the ARK configuration flow involves moving unreviewed > configuration options from the pending directory to the ark > directory. > In the diff below, options are removed from the pending directory and > added to the ark hierarchy. The final options that need to be ACKed > are the files that are being added to the ark hierarchy. > > If the value for a file that is added should be changed, please reply > with a better option. > > CONFIG_PHY_INTEL_KEEMBAY_EMMC: > > Choose this option if you have an Intel Keem Bay SoC. > > To compile this driver as a module, choose M here: the module > will be called phy-keembay-emmc.ko. > > Symbol: PHY_INTEL_KEEMBAY_EMMC [=n] > Type : tristate > Defined at drivers/phy/intel/Kconfig:5 > Prompt: Intel Keem Bay EMMC PHY driver > Depends on: (OF [=y] && ARM64 [=y] || COMPILE_TEST [=n]) && > HAS_IOMEM [=y] > Location: > -> Device Drivers > -> PHY Subsystem > Selects: GENERIC_PHY [=y] && REGMAP_MMIO [=y] > > --- > > CONFIG_PHY_INTEL_LGM_EMMC: > > Enable this to support the Intel EMMC PHY > > Symbol: PHY_INTEL_LGM_EMMC [=n] > Type : tristate > Defined at drivers/phy/intel/Kconfig:31 > Prompt: Intel Lightning Mountain EMMC PHY driver > Depends on: X86 [=y] || COMPILE_TEST [=n] > Location: > -> Device Drivers > -> PHY Subsystem > Selects: GENERIC_PHY [=n] > > --- > > CONFIG_USB_LGM_PHY: > > Enable this to support Intel DWC3 PHY USB phy. This driver provides > interface to interact with USB GEN-II and USB 3.x PHY that is part > of the Intel network SOC. > > Symbol: USB_LGM_PHY [=n] > Type : tristate > Defined at drivers/phy/Kconfig:52 > Prompt: INTEL Lightning Mountain USB PHY Driver > Depends on: USB_SUPPORT [=y] > Location: > -> Device Drivers > -> PHY Subsystem > Selects: USB_PHY [=n] && REGULATOR [=n] && REGULATOR_FIXED_VOLTAGE > [=n] > > --- > > Cc: John Linville <linville@xxxxxxxxxx> > Signed-off-by: Fedora Kernel Team <kernel-team@xxxxxxxxxxxxxxxxx> > --- > .../generic/CONFIG_PHY_INTEL_KEEMBAY_EMMC | 1 + > .../common/generic/CONFIG_PHY_INTEL_LGM_EMMC | 1 + > .../configs/common/generic/CONFIG_USB_LGM_PHY | 1 + > .../generic/CONFIG_PHY_INTEL_KEEMBAY_EMMC | 20 --------------- > ---- > .../generic/CONFIG_PHY_INTEL_LGM_EMMC | 17 ---------------- > .../pending-common/generic/CONFIG_USB_LGM_PHY | 19 --------------- > --- > 6 files changed, 3 insertions(+), 56 deletions(-) > create mode 100644 > redhat/configs/common/generic/CONFIG_PHY_INTEL_KEEMBAY_EMMC > create mode 100644 > redhat/configs/common/generic/CONFIG_PHY_INTEL_LGM_EMMC > create mode 100644 redhat/configs/common/generic/CONFIG_USB_LGM_PHY > delete mode 100644 redhat/configs/pending- > common/generic/CONFIG_PHY_INTEL_KEEMBAY_EMMC > delete mode 100644 redhat/configs/pending- > common/generic/CONFIG_PHY_INTEL_LGM_EMMC > delete mode 100644 redhat/configs/pending- > common/generic/CONFIG_USB_LGM_PHY > > diff --git > a/redhat/configs/common/generic/CONFIG_PHY_INTEL_KEEMBAY_EMMC > b/redhat/configs/common/generic/CONFIG_PHY_INTEL_KEEMBAY_EMMC > new file mode 100644 > index 000000000000..6cc2e21fa59f > --- /dev/null > +++ b/redhat/configs/common/generic/CONFIG_PHY_INTEL_KEEMBAY_EMMC > @@ -0,0 +1 @@ > +# CONFIG_PHY_INTEL_KEEMBAY_EMMC is not set > diff --git a/redhat/configs/common/generic/CONFIG_PHY_INTEL_LGM_EMMC > b/redhat/configs/common/generic/CONFIG_PHY_INTEL_LGM_EMMC > new file mode 100644 > index 000000000000..e268046158e3 > --- /dev/null > +++ b/redhat/configs/common/generic/CONFIG_PHY_INTEL_LGM_EMMC > @@ -0,0 +1 @@ > +# CONFIG_PHY_INTEL_LGM_EMMC is not set > diff --git a/redhat/configs/common/generic/CONFIG_USB_LGM_PHY > b/redhat/configs/common/generic/CONFIG_USB_LGM_PHY > new file mode 100644 > index 000000000000..793c45154118 > --- /dev/null > +++ b/redhat/configs/common/generic/CONFIG_USB_LGM_PHY > @@ -0,0 +1 @@ > +# CONFIG_USB_LGM_PHY is not set > diff --git a/redhat/configs/pending- > common/generic/CONFIG_PHY_INTEL_KEEMBAY_EMMC > b/redhat/configs/pending-common/generic/CONFIG_PHY_INTEL_KEEMBAY_EMMC > deleted file mode 100644 > index 6c71e4d3ca8e..000000000000 > --- a/redhat/configs/pending- > common/generic/CONFIG_PHY_INTEL_KEEMBAY_EMMC > +++ /dev/null > @@ -1,20 +0,0 @@ > -# CONFIG_PHY_INTEL_KEEMBAY_EMMC: > -# > -# Choose this option if you have an Intel Keem Bay SoC. > -# > -# To compile this driver as a module, choose M here: the module > -# will be called phy-keembay-emmc.ko. > -# > -# Symbol: PHY_INTEL_KEEMBAY_EMMC [=n] > -# Type : tristate > -# Defined at drivers/phy/intel/Kconfig:5 > -# Prompt: Intel Keem Bay EMMC PHY driver > -# Depends on: (OF [=y] && ARM64 [=y] || COMPILE_TEST [=n]) && > HAS_IOMEM [=y] > -# Location: > -# -> Device Drivers > -# -> PHY Subsystem > -# Selects: GENERIC_PHY [=y] && REGMAP_MMIO [=y] > -# > -# > -# > -# CONFIG_PHY_INTEL_KEEMBAY_EMMC is not set > diff --git a/redhat/configs/pending- > common/generic/CONFIG_PHY_INTEL_LGM_EMMC b/redhat/configs/pending- > common/generic/CONFIG_PHY_INTEL_LGM_EMMC > deleted file mode 100644 > index e63273fb44de..000000000000 > --- a/redhat/configs/pending-common/generic/CONFIG_PHY_INTEL_LGM_EMMC > +++ /dev/null > @@ -1,17 +0,0 @@ > -# CONFIG_PHY_INTEL_LGM_EMMC: > -# > -# Enable this to support the Intel EMMC PHY > -# > -# Symbol: PHY_INTEL_LGM_EMMC [=n] > -# Type : tristate > -# Defined at drivers/phy/intel/Kconfig:31 > -# Prompt: Intel Lightning Mountain EMMC PHY driver > -# Depends on: X86 [=y] || COMPILE_TEST [=n] > -# Location: > -# -> Device Drivers > -# -> PHY Subsystem > -# Selects: GENERIC_PHY [=n] > -# > -# > -# > -# CONFIG_PHY_INTEL_LGM_EMMC is not set > diff --git a/redhat/configs/pending-common/generic/CONFIG_USB_LGM_PHY > b/redhat/configs/pending-common/generic/CONFIG_USB_LGM_PHY > deleted file mode 100644 > index d2d16f0accfd..000000000000 > --- a/redhat/configs/pending-common/generic/CONFIG_USB_LGM_PHY > +++ /dev/null > @@ -1,19 +0,0 @@ > -# CONFIG_USB_LGM_PHY: > -# > -# Enable this to support Intel DWC3 PHY USB phy. This driver > provides > -# interface to interact with USB GEN-II and USB 3.x PHY that is part > -# of the Intel network SOC. > -# > -# Symbol: USB_LGM_PHY [=n] > -# Type : tristate > -# Defined at drivers/phy/Kconfig:52 > -# Prompt: INTEL Lightning Mountain USB PHY Driver > -# Depends on: USB_SUPPORT [=y] > -# Location: > -# -> Device Drivers > -# -> PHY Subsystem > -# Selects: USB_PHY [=n] && REGULATOR [=n] && REGULATOR_FIXED_VOLTAGE > [=n] > -# > -# > -# > -# CONFIG_USB_LGM_PHY is not set Acked-by: John W. Linville <linville@xxxxxxxxxx> -- John W. Linville “The tester is therefore both an adversary... linville@xxxxxxxxxx and an assistant...” ― Fred Brooks _______________________________________________ kernel mailing list -- kernel@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to kernel-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/kernel@xxxxxxxxxxxxxxxxxxxxxxx