diff mbox

kconfig: really drop GENERIC_IO

Message ID 5A8AF3B602000078001A920C@prv-mh.provo.novell.com (mailing list archive)
State New, archived
Headers show

Commit Message

Jan Beulich Feb. 19, 2018, 2:56 p.m. UTC
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

Comments

Richard Weinberger Feb. 19, 2018, 3:25 p.m. UTC | #1
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
Rob Herring (Arm) Feb. 19, 2018, 6:17 p.m. UTC | #2
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
Richard Weinberger Feb. 19, 2018, 6:22 p.m. UTC | #3
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
diff mbox

Patch

--- 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