Message ID | 20210923025114.613-1-caihuoqing@baidu.com |
---|---|
State | Rejected |
Headers | show |
Series | phy: st: Kconfig: Add configuration menu for STMicro phy drivers | expand |
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
Adding a configuration menu to hold many STMicro phy drivers helps to make the menu display more concise. Signed-off-by: Cai Huoqing <caihuoqing@baidu.com> --- drivers/phy/st/Kconfig | 4 ++++ 1 file changed, 4 insertions(+)