[[linux-yocto] [PATCH 04/13] base.cfg: disable some HIDs] On 04/02/2016 (Thu 16:25) California Sullivan wrote:
> These options default to !EXPERT. Since we removed EXPERT from base, > these became enabled, adding functionality and size that we do not need. I wonder about the "do not need" part. Nothing is more annoying than booting up something and then finding a USB keyboard isn't working because of some missing HID driver. I am guessing that is the logic behind the !EXPERT default. Maybe we want to eat the size increase for standard users and toss the is not set values into tiny.cfg for those who are really keen on size? P. -- > > Signed-off-by: California Sullivan <[email protected]> > --- > ktypes/base/base.cfg | 11 +++++++++++ > 1 file changed, 11 insertions(+) > > diff --git a/ktypes/base/base.cfg b/ktypes/base/base.cfg > index 30a3f77..f716fb3 100644 > --- a/ktypes/base/base.cfg > +++ b/ktypes/base/base.cfg > @@ -791,6 +791,17 @@ CONFIG_WATCHDOG=y > # > # HID Devices > # > +# CONFIG_HID_A4TECH is not set > +# CONFIG_HID_APPLE is not set > +# CONFIG_HID_BELKIN is not set > +# CONFIG_HID_CHERRY is not set > +# CONFIG_HID_CHICONY is not set > +# CONFIG_HID_CYPRESS is not set > +# CONFIG_HID_EZKEY is not set > +# CONFIG_HID_KENSINGTON is not set > +# CONFIG_HID_LOGITECH is not set > +# CONFIG_HID_MICROSOFT is not set > +# CONFIG_HID_MONTEREY is not set > > # > # USB support > -- > 2.5.0 > > -- > _______________________________________________ > linux-yocto mailing list > [email protected] > https://lists.yoctoproject.org/listinfo/linux-yocto -- _______________________________________________ linux-yocto mailing list [email protected] https://lists.yoctoproject.org/listinfo/linux-yocto
