Re: [PATCH 09/11] lib: consolidate the GENERIC_CSUM symbol

From: Masahiro Yamada
Date: Fri Feb 15 2019 - 03:04:14 EST


On Thu, Feb 14, 2019 at 2:41 AM Christoph Hellwig <hch@xxxxxx> wrote:
>
> Add one definition to lib/Kconfig and let the architectures
> select if it supported.
>
> Signed-off-by: Christoph Hellwig <hch@xxxxxx>



> diff --git a/arch/unicore32/Kconfig b/arch/unicore32/Kconfig
> index 52b4d48e351a..9de1d983a99a 100644
> --- a/arch/unicore32/Kconfig
> +++ b/arch/unicore32/Kconfig
> @@ -29,9 +29,6 @@ config UNICORE32
> designs licensed by PKUnity Ltd.
> Please see web page at <http://www.pkunity.com/>.
>
> -config GENERIC_CSUM
> - def_bool y
> -
> config NO_IOPORT_MAP
> bool
>



You missed to add 'select GENERIC_CSUM' for unicore32.



--
Best Regards
Masahiro Yamada