Re: [PATCH 6/6] ARM: orion: unify Makefile/Kconfig files

2019-10-18 Thread Arnd Bergmann
On Fri, Oct 18, 2019 at 9:01 PM Andrew Lunn  wrote:
>
> On Fri, Oct 18, 2019 at 06:29:19PM +0200, Arnd Bergmann wrote:
> > +config MACH_TERASTATION_WXL
> > + bool "Buffalo WLX (Terastation Duo) NAS"
> > + help
> > +   Say 'Y' here if you want your kernel to support the
> > +   Buffalo WXL Nas.
> > +
> > +endif
> > +
> > +# SPDX-License-Identifier: GPL-2.0-only
> > +menuconfig ARCH_ORION5X
> > + bool "Marvell Orion"
> > + depends on MMU && ARCH_MULTI_V5
> > + select CPU_FEROCEON
> > + select GENERIC_CLOCKEVENTS
> > + select FORCE_PCI
> > + select PHYLIB if NETDEVICES
> > + select PLAT_ORION_LEGACY
> > + help
> > +   Support for the following Marvell Orion 5x series SoCs:
> > +   Orion-1 (5181), Orion-VoIP (5181L), Orion-NAS (5182),
> > +   Orion-2 (5281), Orion-1-90 (6183).
>
> Hi Arnd
>
> I don't think this SPDX line should be in the middle of the file?

Fixed now, thanks!

  Arnd


Re: [PATCH 6/6] ARM: orion: unify Makefile/Kconfig files

2019-10-18 Thread Andrew Lunn
On Fri, Oct 18, 2019 at 06:29:19PM +0200, Arnd Bergmann wrote:
> +config MACH_TERASTATION_WXL
> + bool "Buffalo WLX (Terastation Duo) NAS"
> + help
> +   Say 'Y' here if you want your kernel to support the
> +   Buffalo WXL Nas.
> +
> +endif
> +
> +# SPDX-License-Identifier: GPL-2.0-only
> +menuconfig ARCH_ORION5X
> + bool "Marvell Orion"
> + depends on MMU && ARCH_MULTI_V5
> + select CPU_FEROCEON
> + select GENERIC_CLOCKEVENTS
> + select FORCE_PCI
> + select PHYLIB if NETDEVICES
> + select PLAT_ORION_LEGACY
> + help
> +   Support for the following Marvell Orion 5x series SoCs:
> +   Orion-1 (5181), Orion-VoIP (5181L), Orion-NAS (5182),
> +   Orion-2 (5281), Orion-1-90 (6183).

Hi Arnd

I don't think this SPDX line should be in the middle of the file?

  Andrew