+ 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_generic||TARGET_x86_kvm_guest)
+endef
+
+define AddDepends/input
+ DEPENDS+= +!(TARGET_x86_generic||TARGET_x86_kvm_guest):kmod-input-core $(1)