mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-06-27 09:02:20 +00:00
usb: Kconfig: config USB_XHCI_ROCKCHIP depends on DM_REGULATOR and DM_USB
The xhci-rockchip driver depends on DM_REGULATOR and DM_USB. So add dependent features for xhci-rockchip driver in Kconfig. Signed-off-by: Meng Dongyang <daniel.meng@rock-chips.com> Reviewed-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com> Acked-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
This commit is contained in:
parent
64a524b08a
commit
e85f00abda
1 changed files with 2 additions and 0 deletions
|
@ -34,6 +34,8 @@ config USB_XHCI_MVEBU
|
||||||
config USB_XHCI_ROCKCHIP
|
config USB_XHCI_ROCKCHIP
|
||||||
bool "Support for Rockchip on-chip xHCI USB controller"
|
bool "Support for Rockchip on-chip xHCI USB controller"
|
||||||
depends on ARCH_ROCKCHIP
|
depends on ARCH_ROCKCHIP
|
||||||
|
depends on DM_REGULATOR
|
||||||
|
depends on DM_USB
|
||||||
default y
|
default y
|
||||||
help
|
help
|
||||||
Enables support for the on-chip xHCI controller on Rockchip SoCs.
|
Enables support for the on-chip xHCI controller on Rockchip SoCs.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue