arm: u8500: Imply options for new drivers
authorStephan Gerhold <stephan@gerhold.net>
Sat, 7 Aug 2021 13:07:19 +0000 (15:07 +0200)
committerTom Rini <trini@konsulko.com>
Wed, 1 Sep 2021 23:25:37 +0000 (19:25 -0400)
commit9f78ccf18679a17ebfd5c9e3de40d824faf24f63
treebd3a240188992f581876c2985e45a7bdaf7cbde9
parent7093df3c75576f90c69503e8cf832d221ab6878e
arm: u8500: Imply options for new drivers

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