Skip to content

Commit 7d24c51

Browse files
palosaarimchehab
authored andcommitted
[media] Kconfig: do not select SPI bus on sub-driver auto-select
We should not select SPI bus when sub-driver auto-select is selected. That option is meant for auto-selecting all possible ancillary drivers used for selected board driver. Ancillary drivers should define needed dependencies itself. I2C and I2C_MUX are still selected here for a reason described on commit 347f7a3 Reverts commit e4462ff Reported-by: Jeff Mahoney <[email protected]> Signed-off-by: Antti Palosaari <[email protected]> Signed-off-by: Mauro Carvalho Chehab <[email protected]>
1 parent 6a03dc9 commit 7d24c51

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/media/Kconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,6 @@ config MEDIA_SUBDRV_AUTOSELECT
182182
depends on HAS_IOMEM
183183
select I2C
184184
select I2C_MUX
185-
select SPI
186185
default y
187186
help
188187
By default, a media driver auto-selects all possible ancillary

0 commit comments

Comments
 (0)