diff mbox series

[2/7] arm: u8500: Imply options for new drivers

Message ID 20210807130724.155675-3-stephan@gerhold.net
State Accepted
Commit 9f78ccf18679a17ebfd5c9e3de40d824faf24f63
Delegated to: Tom Rini
Headers show
Series Enable new drivers added for U-Boot 2021.10 in "stemmy" board | expand

Commit Message

Stephan Gerhold Aug. 7, 2021, 1:07 p.m. UTC
Imply the options for new drivers added for ARM U8500 during the
U-Boot 2021.10 merge window. Adding these as "imply" in the Kconfig
avoids having to add them to all the board defconfigs but still allows
disabling them if wanted.

Also select DM_USB_GADGET if DM_USB is selected because otherwise
the Ux500 MUSB glue driver does not show up in the configuration.

Signed-off-by: Stephan Gerhold <stephan@gerhold.net>
---

 arch/arm/Kconfig | 7 +++++++
 1 file changed, 7 insertions(+)
diff mbox series

Patch

diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 3a745ce126..dd223ada57 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -1035,13 +1035,20 @@  config ARCH_U8500
 	select DM_GPIO
 	select DM_MMC if MMC
 	select DM_SERIAL
+	select DM_USB_GADGET if DM_USB
 	select OF_CONTROL
 	select SYSRESET
 	select TIMER
+	imply AB8500_USB_PHY
 	imply ARM_PL180_MMCI
+	imply CLK
+	imply DM_PMIC
 	imply DM_RTC
+	imply NOMADIK_GPIO
 	imply NOMADIK_MTU_TIMER
+	imply PHY
 	imply PL01X_SERIAL
+	imply PMIC_AB8500
 	imply RTC_PL031
 	imply SYSRESET_SYSCON