diff options
| author | Christoph Jaeger <cj@linux.com> | 2015-02-02 10:00:03 -0500 |
|---|---|---|
| committer | Felipe Balbi <balbi@ti.com> | 2015-02-02 15:58:10 -0500 |
| commit | 8333d3cd06f89bdddea61c64ae123b2265ffab9d (patch) | |
| tree | 3efd89e686abf92983f47baa95578c9780eb57c2 | |
| parent | d9b2b19fc45265a2423fa68e22318882b42a111c (diff) | |
usb: gadget: Kconfig: use bool instead of boolean
Keyword 'boolean' for type definition attributes is considered
deprecated and, therefore, should not be used anymore.
See http://lkml.kernel.org/r/cover.1418003065.git.cj@linux.com
See http://lkml.kernel.org/r/1419108071-11607-1-git-send-email-cj@linux.com
Signed-off-by: Christoph Jaeger <cj@linux.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
| -rw-r--r-- | drivers/usb/gadget/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/gadget/Kconfig b/drivers/usb/gadget/Kconfig index 65f7f1265522..96539038c03a 100644 --- a/drivers/usb/gadget/Kconfig +++ b/drivers/usb/gadget/Kconfig | |||
| @@ -424,7 +424,7 @@ config USB_CONFIGFS_F_HID | |||
| 424 | For more information, see Documentation/usb/gadget_hid.txt. | 424 | For more information, see Documentation/usb/gadget_hid.txt. |
| 425 | 425 | ||
| 426 | config USB_CONFIGFS_F_UVC | 426 | config USB_CONFIGFS_F_UVC |
| 427 | boolean "USB Webcam function" | 427 | bool "USB Webcam function" |
| 428 | depends on USB_CONFIGFS | 428 | depends on USB_CONFIGFS |
| 429 | depends on VIDEO_DEV | 429 | depends on VIDEO_DEV |
| 430 | select VIDEOBUF2_VMALLOC | 430 | select VIDEOBUF2_VMALLOC |
