[PATCH] arm64: Kconfig.platforms: select reset controller for i.MX8M platforms
Arnd Bergmann
arnd at arndb.de
Thu Dec 29 01:28:24 PST 2022
On Thu, Dec 22, 2022, at 12:59, Marco Felsch wrote:
> All i.MX8M platforms have such a reset controller so enable the support
> per default. This helps the user to avoid misconfiguration due to
> missing driver support.
>
> Signed-off-by: Marco Felsch <m.felsch at pengutronix.de>
Platform Kconfigs should generally not select random subsystems
or drivers unless there is a compile-time dependency or the
symbols are not user visible (e.g. clocksource and irqchip).
Please put the drivers in the defconfig file instead.
Arnd
More information about the linux-arm-kernel
mailing list