[linux-yocto] [PATCH 04/13] base.cfg: disable some HIDs

California Sullivan california.l.sullivan at intel.com
Thu Feb 4 16:25:45 PST 2016


These options default to !EXPERT. Since we removed EXPERT from base,
these became enabled, adding functionality and size that we do not need.

Signed-off-by: California Sullivan <california.l.sullivan at intel.com>
---
 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



More information about the linux-yocto mailing list