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:28 +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: marvell: Kconfig: Add configuration menu for Marvell phy drivers Adding a configuration menu to hold many Marvell phy drivers helps to make the menu display more concise. Signed-off-by: Cai Huoqing <caihuoqing@...du.com> --- drivers/phy/marvell/Kconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/drivers/phy/marvell/Kconfig b/drivers/phy/marvell/Kconfig index bdb87c976243..44eb3632e7a3 100644 --- a/drivers/phy/marvell/Kconfig +++ b/drivers/phy/marvell/Kconfig @@ -2,6 +2,8 @@ # # Phy drivers for Marvell platforms # +menu "PHY drivers for Marvell platforms" + config ARMADA375_USBCLUSTER_PHY bool "Armada 375 USB cluster PHY support" if COMPILE_TEST default y if MACH_ARMADA_375 @@ -136,3 +138,5 @@ config PHY_MMP3_HSIC components on MMP3-based boards. To compile this driver as a module, choose M here. + +endmenu -- 2.25.1
Powered by blists - more mailing lists