Message ID | 20210923025021.242-1-caihuoqing@baidu.com |
---|---|
State | Rejected |
Headers | show |
Series | phy: hisilicon: Kconfig: Add configuration menu for Hisilicon phy drivers | expand |
diff --git a/drivers/phy/hisilicon/Kconfig b/drivers/phy/hisilicon/Kconfig index 4d008cfc279c..6293bb736302 100644 --- a/drivers/phy/hisilicon/Kconfig +++ b/drivers/phy/hisilicon/Kconfig @@ -2,6 +2,8 @@ # # Phy drivers for Hisilicon platforms # +menu "PHY drivers for Hisilicon platforms" + config PHY_HI6220_USB tristate "hi6220 USB PHY support" depends on (ARCH_HISI && ARM64) || COMPILE_TEST @@ -59,3 +61,5 @@ config PHY_HIX5HD2_SATA select MFD_SYSCON help Support for SATA PHY on Hisilicon hix5hd2 Soc. + +endmenu
Adding a configuration menu to hold many Hisilicon phy drivers helps to make the menu display more concise. Signed-off-by: Cai Huoqing <caihuoqing@baidu.com> --- drivers/phy/hisilicon/Kconfig | 4 ++++ 1 file changed, 4 insertions(+)