Re: [PATCH V2 02/19] csky: defconfig

From: Guo Ren
Date: Tue Jul 03 2018 - 04:32:42 EST


On Mon, Jul 02, 2018 at 09:16:27PM -0600, Rob Herring wrote:
>
> Are these configs mutually exclusive? We try to have one kernel build
> serve many platforms. So you'd probably want to divide things between
> the 2 ABIs.
Yes, they are mutually exclusive, and may I prepare defconfigs like
these:
abiv1_defconfig
abiv2_defconfig (ck807 ck810 ck860 are also mutually exclusive in
-mcpu=ck807/ck810/ck860, you need "make menuconfig" to select correct CPU,
so they couldn't be determined from DT. just like ARMv5, ARMv7-A and
ARMv7-M)

> It looks like you still have lots of options enabled that I wouldn't
> expect you to need. Start with something more minimal for what you
> need to boot and support upstream.
Ok, I'll clean them up in next version patch.

> For a full config, you can use allmodconfig at least to build test.
Thx for the tip.

Guo Ren