projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
435ef14
)
[media] Kconfig: sub-driver auto-select SPI bus
author
Antti Palosaari
<crope@iki.fi>
Sun, 13 Jul 2014 00:48:39 +0000
(21:48 -0300)
committer
Mauro Carvalho Chehab
<m.chehab@samsung.com>
Mon, 21 Jul 2014 23:34:12 +0000
(20:34 -0300)
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>
drivers/media/Kconfig
patch
|
blob
|
blame
|
history
diff --git
a/drivers/media/Kconfig
b/drivers/media/Kconfig
index 3c89fcbc621efe8ab78c865cc00fd84af81dd018..f60bad491eb693f501f3abd652c9c2ab5b48e146 100644
(file)
--- a/
drivers/media/Kconfig
+++ b/
drivers/media/Kconfig
@@
-182,6
+182,7
@@
config MEDIA_SUBDRV_AUTOSELECT
depends on HAS_IOMEM
select I2C
select I2C_MUX
+ select SPI
default y
help
By default, a media driver auto-selects all possible ancillary