Re: [PATCH] kconfig: kill off GENERIC_IO option

From: Richard Weinberger
Date: Mon Oct 16 2017 - 18:23:13 EST


Am Dienstag, 17. Oktober 2017, 00:16:31 CEST schrieb Rob Herring:
> The GENERIC_IO option is set for every architecture except tile and score
> as those define NO_IOMEM. The option only controls visibility of
> CONFIG_MTD which doesn't appear to be necessary for any reason, so let's
> just remove GENERIC_IO.
>
> Signed-off-by: Rob Herring <robh@xxxxxxxxxx>
> Cc: Jeff Dike <jdike@xxxxxxxxxxx>
> Cc: Richard Weinberger <richard@xxxxxx>
> Cc: David Woodhouse <dwmw2@xxxxxxxxxxxxx>
> Cc: Brian Norris <computersforpeace@xxxxxxxxx>
> Cc: Boris Brezillon <boris.brezillon@xxxxxxxxxxxxxxxxxx>
> Cc: Marek Vasut <marek.vasut@xxxxxxxxx>
> Cc: Cyrille Pitchen <cyrille.pitchen@xxxxxxxxxx>
> Cc: user-mode-linux-devel@xxxxxxxxxxxxxxxxxxxxx
> Cc: user-mode-linux-user@xxxxxxxxxxxxxxxxxxxxx
> Cc: linux-mtd@xxxxxxxxxxxxxxxxxxx
> ---
> arch/um/Kconfig.common | 1 -
> drivers/mtd/Kconfig | 1 -
> lib/Kconfig | 4 ----
> 3 files changed, 6 deletions(-)

Acked-by: Richard Weinberger <richard@xxxxxx>

Thanks,
//richard