mirror of
https://github.com/torvalds/linux.git
synced 2024-11-06 12:11:59 +00:00
c5da5afb9d
Change Kconfig objects from "menu, config" into "menuconfig" so that the user can disable the whole feature without having to enter the menu first. Signed-off-by: Jan Engelhardt <jengelh@gmx.de> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
12 lines
402 B
Plaintext
12 lines
402 B
Plaintext
config USB_SN9C102
|
|
tristate "USB SN9C1xx PC Camera Controller support"
|
|
depends on VIDEO_V4L2
|
|
---help---
|
|
Say Y here if you want support for cameras based on SONiX SN9C101,
|
|
SN9C102, SN9C103, SN9C105 and SN9C120 PC Camera Controllers.
|
|
|
|
See <file:Documentation/video4linux/sn9c102.txt> for more info.
|
|
|
|
To compile this driver as a module, choose M here: the
|
|
module will be called sn9c102.
|