stm32: add missing SUBMENU for kmod-phy-stm32-usbphyc and kmod-stm32-timers
Move kmod-phy-stm32-usbphyc in the "USB Support" menu and kmod-stm32-timers in "Other modules" menu. Signed-off-by: Thomas Richard <thomas.richard@bootlin.com> Link: https://github.com/openwrt/openwrt/pull/18119 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
This commit is contained in:
parent
19d5619479
commit
ef38ea7e34
1 changed files with 2 additions and 0 deletions
|
@ -5,6 +5,7 @@
|
||||||
define KernelPackage/phy-stm32-usbphyc
|
define KernelPackage/phy-stm32-usbphyc
|
||||||
TITLE:=STM32 USB HS PHY Controller driver
|
TITLE:=STM32 USB HS PHY Controller driver
|
||||||
DEPENDS:=@TARGET_stm32
|
DEPENDS:=@TARGET_stm32
|
||||||
|
SUBMENU:=$(USB_MENU)
|
||||||
KCONFIG:=CONFIG_PHY_STM32_USBPHYC
|
KCONFIG:=CONFIG_PHY_STM32_USBPHYC
|
||||||
FILES:=$(LINUX_DIR)/drivers/phy/st/phy-stm32-usbphyc.ko
|
FILES:=$(LINUX_DIR)/drivers/phy/st/phy-stm32-usbphyc.ko
|
||||||
AUTOLOAD:=$(call AutoProbe,phy-stm32-usbphyc,)
|
AUTOLOAD:=$(call AutoProbe,phy-stm32-usbphyc,)
|
||||||
|
@ -118,6 +119,7 @@ $(eval $(call KernelPackage,sound-soc-stm32-dfsdm))
|
||||||
define KernelPackage/stm32-timers
|
define KernelPackage/stm32-timers
|
||||||
TITLE:=STM32 Timers
|
TITLE:=STM32 Timers
|
||||||
DEPENDS:=@TARGET_stm32 +kmod-mfd
|
DEPENDS:=@TARGET_stm32 +kmod-mfd
|
||||||
|
SUBMENU:=$(OTHER_MENU)
|
||||||
KCONFIG:=CONFIG_MFD_STM32_TIMERS
|
KCONFIG:=CONFIG_MFD_STM32_TIMERS
|
||||||
FILES:=$(LINUX_DIR)/drivers/mfd/stm32-timers.ko
|
FILES:=$(LINUX_DIR)/drivers/mfd/stm32-timers.ko
|
||||||
AUTOLOAD:=$(call AutoProbe,stm32-timers)
|
AUTOLOAD:=$(call AutoProbe,stm32-timers)
|
||||||
|
|
Loading…
Reference in a new issue