spi: Build coverage cleanups and improvements
authorMark Brown <broonie@kernel.org>
Mon, 6 Mar 2023 13:30:34 +0000 (13:30 +0000)
committerMark Brown <broonie@kernel.org>
Mon, 6 Mar 2023 13:30:34 +0000 (13:30 +0000)
commit1ef5decf693bc45e801d00dc740d584dbd54467a
tree430bdbd95f2addd8a4c212815642972992401ec1
parente8e83f61b40ce6ad7da7648ea496112c8740d7a4
parentada850541ad33f621425a382d0810b839cb3169e
spi: Build coverage cleanups and improvements

Merge series from Mark Brown <broonie@kernel.org>:

This series opens up build coverage of a bunch of SPI drivers by
allowing build under COMPILE_TEST where possible, while also adding
appropriate architecture specific dependencies to a couple of drivers
that didn't have them so they don't show up in builds when they're not
useful.  We also have one fix for the dependencies of the s3c24xx driver
which was turned up in the process of doing this.