Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[media] Kconfig: sub-driver auto-select SPI bus

Mirics MSi001 and MSi2500 drivers uses SPI bus. Due to that we need
auto-select it too.

Signed-off-by: Antti Palosaari <crope@iki.fi>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>

authored by

Antti Palosaari and committed by
Mauro Carvalho Chehab
e4462ffc 435ef148

+1
+1
drivers/media/Kconfig
··· 182 182 depends on HAS_IOMEM 183 183 select I2C 184 184 select I2C_MUX 185 + select SPI 185 186 default y 186 187 help 187 188 By default, a media driver auto-selects all possible ancillary