Re: [PATCH v2 1/3] ARM: imx_v6_v7_defconfig: Remove explicit ARM_UNWIND disable

From: Arnd Bergmann
Date: Sun Nov 25 2018 - 16:48:02 EST


On Sun, Nov 25, 2018 at 10:45 PM Otavio Salvador
<otavio.salvador@xxxxxxxxxxxxxxxx> wrote:
>
> On Sun, Nov 25, 2018 at 7:35 PM Arnd Bergmann <arnd@xxxxxxxx> wrote:
> > On Sun, Nov 25, 2018 at 10:24 PM Otavio Salvador
> > <otavio@xxxxxxxxxxxxxxxx> wrote:
> > >
> > > CONFIG_ARM_UNWIND is removed when running 'savedefconfig', but
> > > selected by the Kconfig logic. This is done in preparation to making
> > > further changes to this defconfig cleaner.
> > >
> >
> > Does this mean we no longer get the unwinder, or there is some other
> > config (which?) that unconditionally selects it?
>
> It is selected. Before changing the defconfig I did a savedefconfig to
> avoid unrelated changes to be included on the subsequent patches and
> then I found it was now selected.

Ok, then please mention in the changelog which other option selects it,
as I said.

Aside from that, your series looks fine to me.

Arnd