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

2018-02-19 Thread Ulf Magnusson
On Mon, Feb 19, 2018 at 4:48 PM, Rob Herring wrote: > On Sun, Feb 4, 2018 at 7:21 PM, 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. >> >> Disco

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

2018-02-19 Thread Rob Herring
On Sun, Feb 4, 2018 at 7:21 PM, 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

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

2018-02-06 Thread Robin Murphy
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_un

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

2018-02-06 Thread Rob Herring
On Sun, Feb 4, 2018 at 7:21 PM, 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

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

2018-02-04 Thread Ulf Magnusson
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. Signed-off-by: Ulf Mag