[<prev] [next>] [day] [month] [year] [list]
Message-Id: <1573403274-3374-1-git-send-email-clabbe@baylibre.com>
Date: Sun, 10 Nov 2019 16:27:54 +0000
From: Corentin Labbe <clabbe@...libre.com>
To: robh@...nel.org, torvalds@...ux-foundation.org
Cc: linux-kernel@...r.kernel.org, Corentin Labbe <clabbe@...libre.com>
Subject: [PATCH RESEND] lib: Remove select of inexistant GENERIC_IO
config option GENERIC_IO was removed but still selected by lib/kconfig
This patch finish the cleaning.
Fixes: 9de8da47742b ("kconfig: kill off GENERIC_IO option")
Acked-by: Rob Herring <robh@...nel.org>
Signed-off-by: Corentin Labbe <clabbe@...libre.com>
---
lib/Kconfig | 1 -
1 file changed, 1 deletion(-)
diff --git a/lib/Kconfig b/lib/Kconfig
index afc78aaf2b25..cb571767d080 100644
--- a/lib/Kconfig
+++ b/lib/Kconfig
@@ -447,7 +447,6 @@ config ASSOCIATIVE_ARRAY
config HAS_IOMEM
bool
depends on !NO_IOMEM
- select GENERIC_IO
default y
config HAS_IOPORT_MAP
--
2.23.0
Powered by blists - more mailing lists