On Fri, Dec 14, 2018 at 10:04:50AM +0000, Aisheng Dong wrote: > ARM64 SoC does not encourage people to add more finegrained SoC > config options rather than a single ARCH_<family> in arch Kconfig. > So this patch aims to break the dependency on SOC_IMX8QXP which > will be removed later. Option SOC_IMX8QXP hasn't hit mainline, so the removal of the option is only about updating your platform series under reviewing. That said, we do not really need to mention that in the commit log. Otherwise, Acked-by: Shawn Guo <shawnguo@xxxxxxxxxx> > > Cc: Linus Walleij <linus.walleij@xxxxxxxxxx> > Cc: Shawn Guo <shawnguo@xxxxxxxxxx> > Cc: Fabio Estevam <festevam@xxxxxxxxx> > Cc: Stefan Agner <stefan@xxxxxxxx> > Cc: Pengutronix Kernel Team <kernel@xxxxxxxxxxxxxx> > Signed-off-by: Dong Aisheng <aisheng.dong@xxxxxxx>