Re: [PATCH] kconfig: kill off GENERIC_IO option
Richard Weinberger <[email protected]> Tue, 17 Oct 2017 00:23:44 +0200
| Newsgroups | gmane.linux.kernel,gmane.linux.uml.devel,gmane.linux.uml.user,gmane.linux.drivers.mtd |
|---|---|
| Message-ID | <1670220.TrXKNt6kix@blindfold> |
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 <[email protected]> > Cc: Jeff Dike <[email protected]> > Cc: Richard Weinberger <[email protected]> > Cc: David Woodhouse <[email protected]> > Cc: Brian Norris <[email protected]> > Cc: Boris Brezillon <[email protected]> > Cc: Marek Vasut <[email protected]> > Cc: Cyrille Pitchen <[email protected]> > Cc: [email protected] > Cc: [email protected] > Cc: [email protected] > --- > arch/um/Kconfig.common | 1 - > drivers/mtd/Kconfig | 1 - > lib/Kconfig | 4 ---- > 3 files changed, 6 deletions(-) Acked-by: Richard Weinberger <[email protected]> Thanks, //richard