• John Garry's avatar
    bus: hisi_lpc: Expand build test coverage · 3e5cd20d
    John Garry authored
    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.
    
    We don't include ALPHA, C6X, HEXAGON, and PARISC architectures as they
    don't define {read, write}sb.
    Signed-off-by: default avatarJohn Garry <john.garry@huawei.com>
    Signed-off-by: default avatarWei Xu <xuwei5@hisilicon.com>
    3e5cd20d
Kconfig 5.94 KB