lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Thu, 23 Sep 2021 10:50:43 +0800 From: Cai Huoqing <caihuoqing@...du.com> To: <caihuoqing@...du.com> CC: Andy Gross <agross@...nel.org>, Bjorn Andersson <bjorn.andersson@...aro.org>, Kishon Vijay Abraham I <kishon@...com>, "Vinod Koul" <vkoul@...nel.org>, <linux-arm-msm@...r.kernel.org>, <linux-phy@...ts.infradead.org>, <linux-kernel@...r.kernel.org> Subject: [PATCH] phy: qualcomm: Kconfig: Add configuration menu for Qualcomm phy drivers Adding a configuration menu to hold many Qualcomm phy drivers helps to make the menu display more concise. Signed-off-by: Cai Huoqing <caihuoqing@...du.com> --- drivers/phy/qualcomm/Kconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/drivers/phy/qualcomm/Kconfig b/drivers/phy/qualcomm/Kconfig index 7f6fcb8ec5ba..40391fab644f 100644 --- a/drivers/phy/qualcomm/Kconfig +++ b/drivers/phy/qualcomm/Kconfig @@ -2,6 +2,8 @@ # # Phy drivers for Qualcomm and Atheros platforms # +menu "PHY drivers for Qualcomm and Atheros platforms" + config PHY_ATH79_USB tristate "Atheros AR71XX/9XXX USB PHY driver" depends on OF && (ATH79 || COMPILE_TEST) @@ -114,3 +116,5 @@ config PHY_QCOM_IPQ806X_USB This option enables support for the Synopsis PHYs present inside the Qualcomm USB3.0 DWC3 controller on ipq806x SoC. This driver supports both HS and SS PHY controllers. + +endmenu -- 2.25.1
Powered by blists - more mailing lists