]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
usb: gadget: Kconfig: use bool instead of boolean
authorChristoph Jaeger <cj@linux.com>
Mon, 2 Feb 2015 15:00:03 +0000 (10:00 -0500)
committerFelipe Balbi <balbi@ti.com>
Mon, 2 Feb 2015 20:58:10 +0000 (14:58 -0600)
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>
drivers/usb/gadget/Kconfig

index 65f7f126552251973f0c9679757cebb98c7d4a70..96539038c03ace1de0181b1f1d772aa10a7e67b2 100644 (file)
@@ -424,7 +424,7 @@ config USB_CONFIGFS_F_HID
          For more information, see Documentation/usb/gadget_hid.txt.
 
 config USB_CONFIGFS_F_UVC
-       boolean "USB Webcam function"
+       bool "USB Webcam function"
        depends on USB_CONFIGFS
        depends on VIDEO_DEV
        select VIDEOBUF2_VMALLOC