2012-05-08 10:19:52

by joseph daniel

[permalink] [raw]
Subject: usb: Warnings with the make randconfig && make

Hi all,

I am getting the following warnings while compiling the 3.4-rc6 kernel
with the .config attached.

warning: (MOUSE_APPLETOUCH && MOUSE_BCM5974 && MOUSE_SYNAPTICS_USB &&
JOYSTICK_XPAD && TABLET_USB_ACECAD && TABLET_USB_AIPTEK &&
TABLET_USB_HANWANG && TABLET_USB_KBTAB && TABLET_USB_WACOM &&
TOUCHSCREEN_USB_COMPOSITE && INPUT_ATI_REMOTE2 && INPUT_KEYSPAN_REMOTE
&& INPUT_POWERMATE && INPUT_YEALINK && INPUT_CM109 && RC_ATI_REMOTE &&
IR_IMON && IR_MCEUSB && IR_REDRAT3 && IR_STREAMZAP && DRM_USB) selects
USB which has unmet direct dependencies (USB_SUPPORT &&
USB_ARCH_HAS_HCD)


Attachments:
.config (49.38 kB)

2012-05-08 13:22:24

by Greg Kroah-Hartman

[permalink] [raw]
Subject: Re: usb: Warnings with the make randconfig && make

On Tue, May 08, 2012 at 04:19:46PM +0600, joseph daniel wrote:
> Hi all,
>
> I am getting the following warnings while compiling the 3.4-rc6 kernel
> with the .config attached.
>
> warning: (MOUSE_APPLETOUCH && MOUSE_BCM5974 && MOUSE_SYNAPTICS_USB &&
> JOYSTICK_XPAD && TABLET_USB_ACECAD && TABLET_USB_AIPTEK &&
> TABLET_USB_HANWANG && TABLET_USB_KBTAB && TABLET_USB_WACOM &&
> TOUCHSCREEN_USB_COMPOSITE && INPUT_ATI_REMOTE2 && INPUT_KEYSPAN_REMOTE
> && INPUT_POWERMATE && INPUT_YEALINK && INPUT_CM109 && RC_ATI_REMOTE &&
> IR_IMON && IR_MCEUSB && IR_REDRAT3 && IR_STREAMZAP && DRM_USB) selects
> USB which has unmet direct dependencies (USB_SUPPORT &&
> USB_ARCH_HAS_HCD)

This is a known problem, patches gladly accepted to try to resolve it
(hint, it's due to DRM_USB)

good luck,

greg k-h