[PATCH 2/2] ARM: npcm: drop extraneous 'select' statements

Arnd Bergmann arnd at arndb.de
Thu Mar 8 02:51:45 PST 2018


On Thu, Mar 8, 2018 at 11:46 AM, Avi Fishman <avifishman70 at gmail.com> wrote:
> So at least replace CACHE_L2X0 with MIGHT_HAVE_CACHE_L2X0 then
> CACHE_L2X0 will be selected by default and user can still remove it.

I looked at the other platforms for this one again, and found that most simply
select CONFIG_CACHE_L2X0 directly, so we probably want the same here
after all.

The ones that use MIGHT_HAVE_CACHE_L2X0 are the platforms
that have multiple SoCs in one family, and only some of them have an
L2X0. Is that the case here as well? Usually, the L2X0 is used with
Cortex-A9 and A5, rarely on older cores, and never on newer
ones.

       Arnd



More information about the linux-arm-kernel mailing list