On Tue, Oct 1, 2019 at 6:07 PM John Garry <john.ga...@huawei.com> wrote: > > Currently the driver will only ever be built for ARM64 because it selects > CONFIG_INDIRECT_PIO, which itself depends on ARM64. > > Expand build test coverage for the driver to other architectures by only > selecting CONFIG_INDIRECT_PIO for ARM64, when we really want it. > > Signed-off-by: John Garry <john.ga...@huawei.com>
Good idea, but doesn't this cause a link failure against logic_pio_register_range() when INDIRECT_PIO is disabled? Arnd