Re: [PATCH 09/11] lib: consolidate the GENERIC_CSUM symbol
From: Masahiro Yamada <hidden>
Date: 2019-02-15 08:04:28
Also in:
linux-kbuild, linux-riscv, linux-s390, lkml
From: Masahiro Yamada <hidden>
Date: 2019-02-15 08:04:28
Also in:
linux-kbuild, linux-riscv, linux-s390, lkml
On Thu, Feb 14, 2019 at 2:41 AM Christoph Hellwig [off-list ref] wrote:
Add one definition to lib/Kconfig and let the architectures select if it supported. Signed-off-by: Christoph Hellwig <hch@lst.de>
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