]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit
bus: hisi_lpc: Expand build test coverage
authorJohn Garry <john.garry@huawei.com>
Mon, 4 Nov 2019 17:22:18 +0000 (01:22 +0800)
committerWei Xu <xuwei5@hisilicon.com>
Tue, 5 Nov 2019 00:47:48 +0000 (08:47 +0800)
commit3e5cd20d4e1f75b03da58c379ca661e2f1e55cfc
treeeba6d72dfe8080a50d68ef8e4140f3076ea92745
parent663accf1872b22c5eff05235d4750f3a253f5158
bus: hisi_lpc: Expand build test coverage

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: John Garry <john.garry@huawei.com>
Signed-off-by: Wei Xu <xuwei5@hisilicon.com>
drivers/bus/Kconfig