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:51:21 +0800 From: Cai Huoqing <caihuoqing@...du.com> To: <caihuoqing@...du.com> CC: Kishon Vijay Abraham I <kishon@...com>, Vinod Koul <vkoul@...nel.org>, <linux-phy@...ts.infradead.org>, <linux-kernel@...r.kernel.org> Subject: [PATCH] phy: ti: Kconfig: Add configuration menu for TI phy drivers Adding a configuration menu to hold many TI phy drivers helps to make the menu display more concise. Signed-off-by: Cai Huoqing <caihuoqing@...du.com> --- drivers/phy/ti/Kconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/drivers/phy/ti/Kconfig b/drivers/phy/ti/Kconfig index 15a3bcf32308..182de9833ae3 100644 --- a/drivers/phy/ti/Kconfig +++ b/drivers/phy/ti/Kconfig @@ -2,6 +2,8 @@ # # Phy drivers for TI platforms # +menu "PHY drivers for TI platforms" + config PHY_DA8XX_USB tristate "TI DA8xx USB PHY Driver" depends on ARCH_DAVINCI_DA8XX || COMPILE_TEST @@ -111,3 +113,5 @@ config PHY_TI_GMII_SEL help This driver supports configuring of the TI CPSW Port mode depending on the Ethernet PHY connected to the CPSW Port. + +endmenu -- 2.25.1
Powered by blists - more mailing lists