On Wed, Mar 15, 2023, at 08:28, Jacky Huang wrote:
From: Jacky Huang <ychuang3@xxxxxxxxxxx>The description does not seem to match the actual contents,
Enable basic drivers for ma35d1 booting up support: architecture,
device tree, clock, reset, and uart.
Signed-off-by: Jacky Huang <ychuang3@xxxxxxxxxxx>
which only enable the platform but none of the drivers.
It's ok generally to enable options in the defconfig file
before you add the drivers, but if it's all part of a patch
series, I would probable more this bit to the end.
Arnd