+ DEPENDS+= +!TARGET_xburst:kmod-crc16 $(1)
+endef
+
+
+define SetDepends/hid
+ DEPENDS:= @!TARGET_x86
+endef
+
+define AddDepends/hid
+ DEPENDS+= +!TARGET_x86:kmod-hid $(1)
+
+endef
+
+
+define SetDepends/input
+ DEPENDS:= @!TARGET_x86
+endef
+
+define AddDepends/input
+ DEPENDS+= +!TARGET_x86:kmod-input-core $(1)