diff options
author | Rob Herring <robh@kernel.org> | 2017-10-16 18:16:31 -0400 |
---|---|---|
committer | Richard Weinberger <richard@nod.at> | 2017-11-13 15:39:15 -0500 |
commit | 9de8da47742b22ddec872a4dff5bd7caec98e5ba (patch) | |
tree | 4b09d96fb659b8f81caddf3b5ff24c1fe12dfc9e /arch/um | |
parent | 971e4aeeaa126b207d1e85eec6dc6e29bead316e (diff) |
kconfig: kill off GENERIC_IO option
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@kernel.org>
Cc: Jeff Dike <jdike@addtoit.com>
Cc: Richard Weinberger <richard@nod.at>
Cc: David Woodhouse <dwmw2@infradead.org>
Cc: Brian Norris <computersforpeace@gmail.com>
Cc: Boris Brezillon <boris.brezillon@free-electrons.com>
Cc: Marek Vasut <marek.vasut@gmail.com>
Cc: Cyrille Pitchen <cyrille.pitchen@wedev4u.fr>
Cc: user-mode-linux-devel@lists.sourceforge.net
Cc: user-mode-linux-user@lists.sourceforge.net
Cc: linux-mtd@lists.infradead.org
Acked-by: Richard Weinberger <richard@nod.at>
Acked-by: Boris Brezillon <boris.brezillon@free-electrons.com>
Signed-off-by: Richard Weinberger <richard@nod.at>
Diffstat (limited to 'arch/um')
-rw-r--r-- | arch/um/Kconfig.common | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/um/Kconfig.common b/arch/um/Kconfig.common index 85f6dd204ab6..5514ec52108f 100644 --- a/arch/um/Kconfig.common +++ b/arch/um/Kconfig.common | |||
@@ -9,7 +9,6 @@ config UML | |||
9 | select HAVE_DEBUG_KMEMLEAK | 9 | select HAVE_DEBUG_KMEMLEAK |
10 | select GENERIC_IRQ_SHOW | 10 | select GENERIC_IRQ_SHOW |
11 | select GENERIC_CPU_DEVICES | 11 | select GENERIC_CPU_DEVICES |
12 | select GENERIC_IO | ||
13 | select GENERIC_CLOCKEVENTS | 12 | select GENERIC_CLOCKEVENTS |
14 | select HAVE_GCC_PLUGINS | 13 | select HAVE_GCC_PLUGINS |
15 | select TTY # Needed for line.c | 14 | select TTY # Needed for line.c |