Message ID | 5A8AF3B602000078001A920C@prv-mh.provo.novell.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Am Montag, 19. Februar 2018, 15:56:38 CET schrieb Jan Beulich: > Commit 9de8da4774 ("kconfig: kill off GENERIC_IO option") dropped the > option, but left a "select" of it in place. > > Signed-off-by: Jan Beulich <jbeulich@suse.com> > --- > lib/Kconfig | 1 - > 1 file changed, 1 deletion(-) > > --- 4.16-rc2/lib/Kconfig > +++ 4.16-rc2-Kconfig-GENERIC_IO/lib/Kconfig > @@ -396,7 +396,6 @@ config ASSOCIATIVE_ARRAY > config HAS_IOMEM > bool > depends on !NO_IOMEM > - select GENERIC_IO > default y > > config HAS_IOPORT_MAP Acked-by: Richard Weinberger <richard@nod.at> Thanks, //richard -- To unsubscribe from this list: send the line "unsubscribe linux-kbuild" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
On Mon, Feb 19, 2018 at 8:56 AM, Jan Beulich <JBeulich@suse.com> wrote: > Commit 9de8da4774 ("kconfig: kill off GENERIC_IO option") dropped the > option, but left a "select" of it in place. > > Signed-off-by: Jan Beulich <jbeulich@suse.com> > --- > lib/Kconfig | 1 - > 1 file changed, 1 deletion(-) This is the 4th such patch to fix this. I'll send it to Linus I guess if Richard is not going to. Rob -- To unsubscribe from this list: send the line "unsubscribe linux-kbuild" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Am Montag, 19. Februar 2018, 19:17:22 CET schrieb Rob Herring: > On Mon, Feb 19, 2018 at 8:56 AM, Jan Beulich <JBeulich@suse.com> wrote: > > Commit 9de8da4774 ("kconfig: kill off GENERIC_IO option") dropped the > > option, but left a "select" of it in place. > > > > Signed-off-by: Jan Beulich <jbeulich@suse.com> > > --- > > > > lib/Kconfig | 1 - > > 1 file changed, 1 deletion(-) > > This is the 4th such patch to fix this. I'll send it to Linus I guess > if Richard is not going to. Ups, shame on me. I thought otherwise. Thanks, //richard -- To unsubscribe from this list: send the line "unsubscribe linux-kbuild" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
--- 4.16-rc2/lib/Kconfig +++ 4.16-rc2-Kconfig-GENERIC_IO/lib/Kconfig @@ -396,7 +396,6 @@ config ASSOCIATIVE_ARRAY config HAS_IOMEM bool depends on !NO_IOMEM - select GENERIC_IO default y config HAS_IOPORT_MAP
Commit 9de8da4774 ("kconfig: kill off GENERIC_IO option") dropped the option, but left a "select" of it in place. Signed-off-by: Jan Beulich <jbeulich@suse.com> --- lib/Kconfig | 1 - 1 file changed, 1 deletion(-) -- To unsubscribe from this list: send the line "unsubscribe linux-kbuild" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html