forked from Minki/linux
8283a09299
The SPI driver looked a bit lonely in the config menu, and it didn't support the autoselect. Shift things around a bit so it looks more logical. Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
15 lines
293 B
Plaintext
15 lines
293 B
Plaintext
if VIDEO_V4L2
|
|
|
|
menu "SPI helper chips"
|
|
visible if !MEDIA_SUBDRV_AUTOSELECT || COMPILE_TEST
|
|
|
|
config VIDEO_GS1662
|
|
tristate "Gennum Serializers video"
|
|
depends on SPI && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
|
|
---help---
|
|
Enable the GS1662 driver which serializes video streams.
|
|
|
|
endmenu
|
|
|
|
endif
|