[OS-BUILD PATCH] [redhat] New configs in drivers/phy

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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_CADENCE_SALVO:

 Enable this to support the Cadence SALVO PHY driver,
 this PHY is a legacy PHY, and only are used for USB3
 and USB2.

 Symbol: PHY_CADENCE_SALVO [=n]
 Type  : tristate
 Defined at drivers/phy/cadence/Kconfig:31
   Prompt: Cadence Salvo PHY Driver
   Depends on: OF [=y] && HAS_IOMEM [=y]
   Location:
     -> Device Drivers
       -> PHY Subsystem
 Selects: GENERIC_PHY [=n]

---

 CONFIG_PHY_QCOM_IPQ4019_USB:

 Support for the USB PHY-s on Qualcomm IPQ40xx SoC-s.

 Symbol: PHY_QCOM_IPQ4019_USB [=n]
 Type  : tristate
 Defined at drivers/phy/qualcomm/Kconfig:21
   Prompt: Qualcomm IPQ4019 USB PHY driver
   Depends on: OF [=y] && (ARCH_QCOM [=y] || COMPILE_TEST [=n])
   Location:
     -> Device Drivers
       -> PHY Subsystem
 Selects: GENERIC_PHY [=y]

---

 CONFIG_PHY_QCOM_USB_SNPS_FEMTO_V2:

 Enable support for the USB high-speed SNPS Femto phy on Qualcomm
 chipsets.  This PHY has differences in the register map compared
 to the V1 variants.  The PHY is paired with a Synopsys DWC3 USB
 controller on Qualcomm SOCs.

 Symbol: PHY_QCOM_USB_SNPS_FEMTO_V2 [=n]
 Type  : tristate
 Defined at drivers/phy/qualcomm/Kconfig:95
   Prompt: Qualcomm SNPS FEMTO USB HS PHY V2 module
   Depends on: OF [=y] && (ARCH_QCOM [=y] || COMPILE_TEST [=n])
   Location:
     -> Device Drivers
       -> PHY Subsystem
 Selects: GENERIC_PHY [=y]

---

Signed-off-by: Fedora Kernel Team <kernel-team@xxxxxxxxxxxxxxxxx>
---
 .../common/generic/CONFIG_PHY_CADENCE_SALVO   |  1 +
 .../generic/CONFIG_PHY_QCOM_IPQ4019_USB       |  1 +
 .../generic/CONFIG_PHY_QCOM_USB_SNPS_FEMTO_V2 |  1 +
 .../generic/CONFIG_PHY_CADENCE_SALVO          | 19 ------------------
 .../generic/CONFIG_PHY_QCOM_IPQ4019_USB       | 17 ----------------
 .../generic/CONFIG_PHY_QCOM_USB_SNPS_FEMTO_V2 | 20 -------------------
 6 files changed, 3 insertions(+), 56 deletions(-)
 create mode 100644 redhat/configs/common/generic/CONFIG_PHY_CADENCE_SALVO
 create mode 100644 redhat/configs/common/generic/CONFIG_PHY_QCOM_IPQ4019_USB
 create mode 100644 redhat/configs/common/generic/CONFIG_PHY_QCOM_USB_SNPS_FEMTO_V2
 delete mode 100644 redhat/configs/pending-common/generic/CONFIG_PHY_CADENCE_SALVO
 delete mode 100644 redhat/configs/pending-common/generic/CONFIG_PHY_QCOM_IPQ4019_USB
 delete mode 100644 redhat/configs/pending-common/generic/CONFIG_PHY_QCOM_USB_SNPS_FEMTO_V2

diff --git a/redhat/configs/common/generic/CONFIG_PHY_CADENCE_SALVO b/redhat/configs/common/generic/CONFIG_PHY_CADENCE_SALVO
new file mode 100644
index 000000000000..bb0551527d7e
--- /dev/null
+++ b/redhat/configs/common/generic/CONFIG_PHY_CADENCE_SALVO
@@ -0,0 +1 @@
+# CONFIG_PHY_CADENCE_SALVO is not set
diff --git a/redhat/configs/common/generic/CONFIG_PHY_QCOM_IPQ4019_USB b/redhat/configs/common/generic/CONFIG_PHY_QCOM_IPQ4019_USB
new file mode 100644
index 000000000000..feefe01f6694
--- /dev/null
+++ b/redhat/configs/common/generic/CONFIG_PHY_QCOM_IPQ4019_USB
@@ -0,0 +1 @@
+# CONFIG_PHY_QCOM_IPQ4019_USB is not set
diff --git a/redhat/configs/common/generic/CONFIG_PHY_QCOM_USB_SNPS_FEMTO_V2 b/redhat/configs/common/generic/CONFIG_PHY_QCOM_USB_SNPS_FEMTO_V2
new file mode 100644
index 000000000000..7f13bc31554a
--- /dev/null
+++ b/redhat/configs/common/generic/CONFIG_PHY_QCOM_USB_SNPS_FEMTO_V2
@@ -0,0 +1 @@
+# CONFIG_PHY_QCOM_USB_SNPS_FEMTO_V2 is not set
diff --git a/redhat/configs/pending-common/generic/CONFIG_PHY_CADENCE_SALVO b/redhat/configs/pending-common/generic/CONFIG_PHY_CADENCE_SALVO
deleted file mode 100644
index 754d68b65675..000000000000
--- a/redhat/configs/pending-common/generic/CONFIG_PHY_CADENCE_SALVO
+++ /dev/null
@@ -1,19 +0,0 @@
-# CONFIG_PHY_CADENCE_SALVO:
-# 
-# Enable this to support the Cadence SALVO PHY driver,
-# this PHY is a legacy PHY, and only are used for USB3
-# and USB2.
-# 
-# Symbol: PHY_CADENCE_SALVO [=n]
-# Type  : tristate
-# Defined at drivers/phy/cadence/Kconfig:31
-#   Prompt: Cadence Salvo PHY Driver
-#   Depends on: OF [=y] && HAS_IOMEM [=y]
-#   Location:
-#     -> Device Drivers
-#       -> PHY Subsystem
-# Selects: GENERIC_PHY [=n]
-# 
-# 
-# 
-# CONFIG_PHY_CADENCE_SALVO is not set
diff --git a/redhat/configs/pending-common/generic/CONFIG_PHY_QCOM_IPQ4019_USB b/redhat/configs/pending-common/generic/CONFIG_PHY_QCOM_IPQ4019_USB
deleted file mode 100644
index bde742128880..000000000000
--- a/redhat/configs/pending-common/generic/CONFIG_PHY_QCOM_IPQ4019_USB
+++ /dev/null
@@ -1,17 +0,0 @@
-# CONFIG_PHY_QCOM_IPQ4019_USB:
-# 
-# Support for the USB PHY-s on Qualcomm IPQ40xx SoC-s.
-# 
-# Symbol: PHY_QCOM_IPQ4019_USB [=n]
-# Type  : tristate
-# Defined at drivers/phy/qualcomm/Kconfig:21
-#   Prompt: Qualcomm IPQ4019 USB PHY driver
-#   Depends on: OF [=y] && (ARCH_QCOM [=y] || COMPILE_TEST [=n])
-#   Location:
-#     -> Device Drivers
-#       -> PHY Subsystem
-# Selects: GENERIC_PHY [=y]
-# 
-# 
-# 
-# CONFIG_PHY_QCOM_IPQ4019_USB is not set
diff --git a/redhat/configs/pending-common/generic/CONFIG_PHY_QCOM_USB_SNPS_FEMTO_V2 b/redhat/configs/pending-common/generic/CONFIG_PHY_QCOM_USB_SNPS_FEMTO_V2
deleted file mode 100644
index 0f01bb6daa3e..000000000000
--- a/redhat/configs/pending-common/generic/CONFIG_PHY_QCOM_USB_SNPS_FEMTO_V2
+++ /dev/null
@@ -1,20 +0,0 @@
-# CONFIG_PHY_QCOM_USB_SNPS_FEMTO_V2:
-# 
-# Enable support for the USB high-speed SNPS Femto phy on Qualcomm
-# chipsets.  This PHY has differences in the register map compared
-# to the V1 variants.  The PHY is paired with a Synopsys DWC3 USB
-# controller on Qualcomm SOCs.
-# 
-# Symbol: PHY_QCOM_USB_SNPS_FEMTO_V2 [=n]
-# Type  : tristate
-# Defined at drivers/phy/qualcomm/Kconfig:95
-#   Prompt: Qualcomm SNPS FEMTO USB HS PHY V2 module
-#   Depends on: OF [=y] && (ARCH_QCOM [=y] || COMPILE_TEST [=n])
-#   Location:
-#     -> Device Drivers
-#       -> PHY Subsystem
-# Selects: GENERIC_PHY [=y]
-# 
-# 
-# 
-# CONFIG_PHY_QCOM_USB_SNPS_FEMTO_V2 is not set
-- 
2.26.2
_______________________________________________
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




[Index of Archives]     [Fedora General Discussion]     [Older Fedora Users Archive]     [Fedora Advisory Board]     [Fedora Security]     [Fedora Devel Java]     [Fedora Legacy]     [Fedora Desktop]     [ATA RAID]     [Fedora Marketing]     [Fedora Mentors]     [Fedora Package Announce]     [Fedora Package Review]     [Fedora Music]     [Fedora Packaging]     [Centos]     [Fedora SELinux]     [Coolkey]     [Yum Users]     [Tux]     [Yosemite News]     [KDE Users]     [Fedora Art]     [Fedora Docs]     [USB]     [Asterisk PBX]

  Powered by Linux