USB_ENABLE_HID can be enabled without USE_ROCKBOX_USB, so move the usb_hid and usb_hid_mouse features a bit to allow for that

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23293 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Frank Gevaerts 2009-10-20 17:21:25 +00:00
parent 4cc1b1f833
commit ad3b2e3eb7

View file

@ -196,13 +196,14 @@ usb_charging
#if defined(HAVE_USBSTACK) && defined(USE_ROCKBOX_USB)
usbstack
#endif
#if defined(USB_ENABLE_HID)
usb_hid
#if defined(HAVE_USB_HID_MOUSE)
usb_hid_mouse
#endif
#endif
#endif
#if defined(HAVE_WHEEL_ACCELERATION)
wheel_acceleration