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:13 +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: st: Kconfig: Add configuration menu for STMicro phy drivers Adding a configuration menu to hold many STMicro phy drivers helps to make the menu display more concise. Signed-off-by: Cai Huoqing <caihuoqing@...du.com> --- drivers/phy/st/Kconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/drivers/phy/st/Kconfig b/drivers/phy/st/Kconfig index 3fc3d0781fb8..81b3e59ca07d 100644 --- a/drivers/phy/st/Kconfig +++ b/drivers/phy/st/Kconfig @@ -2,6 +2,8 @@ # # Phy drivers for STMicro platforms # +menu "PHY drivers for STMicro platforms" + config PHY_MIPHY28LP tristate "STMicroelectronics MIPHY28LP PHY driver for STiH407" depends on ARCH_STI @@ -47,3 +49,5 @@ config PHY_STM32_USBPHYC used by an HS USB Host controller, and the second one is shared between an HS USB OTG controller and an HS USB Host controller, selected by a USB switch. + +endmenu -- 2.25.1
Powered by blists - more mailing lists