2015-02-02 15:00:18

by Christoph Jaeger

[permalink] [raw]
Subject: [PATCH linux-next] 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/[email protected]
See http://lkml.kernel.org/r/[email protected]

Signed-off-by: Christoph Jaeger <[email protected]>
---
drivers/usb/gadget/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/usb/gadget/Kconfig b/drivers/usb/gadget/Kconfig
index 3320d58..b454d05 100644
--- a/drivers/usb/gadget/Kconfig
+++ b/drivers/usb/gadget/Kconfig
@@ -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
--
2.1.0