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:58 +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: samsung: Kconfig: Add configuration menu for Samsung phy drivers Adding a configuration menu to hold many Samsung phy drivers helps to make the menu display more concise. Signed-off-by: Cai Huoqing <caihuoqing@...du.com> --- drivers/phy/samsung/Kconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/drivers/phy/samsung/Kconfig b/drivers/phy/samsung/Kconfig index e20d2fcc9fe7..5145230e314b 100644 --- a/drivers/phy/samsung/Kconfig +++ b/drivers/phy/samsung/Kconfig @@ -2,6 +2,8 @@ # # Phy drivers for Samsung platforms # +menu "PHY drivers for Samsung platforms" + config PHY_EXYNOS_DP_VIDEO tristate "Exynos SoC series Display Port PHY driver" depends on OF @@ -103,3 +105,5 @@ config PHY_EXYNOS5250_SATA Exynos5250 based SoCs.This SerDes/Phy supports SATA 1.5 Gb/s, SATA 3.0 Gb/s, SATA 6.0 Gb/s speeds. It supports one SATA host port to accept one SATA device. + +endmenu -- 2.25.1
Powered by blists - more mailing lists