On Wed, 29 Jan 2014, David Barksdale wrote: > diff --git a/drivers/hid/Kconfig b/drivers/hid/Kconfig > index 34e2d39..246a233 100644 > --- a/drivers/hid/Kconfig > +++ b/drivers/hid/Kconfig > @@ -175,6 +175,15 @@ config HID_PRODIKEYS > multimedia keyboard, but will lack support for the musical keyboard > and some additional multimedia keys. > > +config HID_CP2112 > + tristate "Silicon Labs CP2112 HID USB-to-SMBus Bridge support" > + depends on USB_HID
Dependency on I2C is necessary as well, isn't it? Other than that, it looks good to me. -- Jiri Kosina SUSE Labs -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

