Re: [PATCH 10/20] lib/Kconfig: Remove leftover select of GENERIC_IO

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 05/02/18 01:21, Ulf Magnusson wrote:
GENERIC_IO was removed by commit 9de8da47742b ("kconfig: kill off
GENERIC_IO option"), but HAS_IOMEM still selects it.

Remove the select of GENERIC_IO from HAS_IOMEM.

Discovered with the
https://github.com/ulfalizer/Kconfiglib/blob/master/examples/list_undefined.py
script.

Since I also stumbled over this and tried to fix it,

Acked-by: Robin Murphy <robin.murphy@xxxxxxx>

Signed-off-by: Ulf Magnusson <ulfalizer@xxxxxxxxx>
---
  lib/Kconfig | 1 -
  1 file changed, 1 deletion(-)

diff --git a/lib/Kconfig b/lib/Kconfig
index e96089499371..8ce8bcad6eff 100644
--- a/lib/Kconfig
+++ b/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

--
To unsubscribe from this list: send the line "unsubscribe linux-kbuild" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html



[Index of Archives]     [Linux&nblp;USB Development]     [Linux Media]     [Video for Linux]     [Linux Audio Users]     [Yosemite Secrets]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux