defconfig: msm8974: Enable USB to announce new devices

Add CONFIG_USB_ANNOUNCE_NEW_DEVICES=y to allow the USB host
subsystem to announce new devices in the syslog when connected.
This should have been added when the other USB host config items
were enabled on the msm8974 target, but somehow it was forgotten.

Change-Id: I0fa9d10d10fdaa88c739450a3bb394e46e907b01
Signed-off-by: Jack Pham <jackp@codeaurora.org>
diff --git a/arch/arm/configs/msm8974_defconfig b/arch/arm/configs/msm8974_defconfig
index b0c1284..5f0bddb 100644
--- a/arch/arm/configs/msm8974_defconfig
+++ b/arch/arm/configs/msm8974_defconfig
@@ -379,6 +379,7 @@
 CONFIG_HID_APPLE=y
 CONFIG_HID_MAGICMOUSE=y
 CONFIG_HID_MICROSOFT=y
+CONFIG_USB_ANNOUNCE_NEW_DEVICES=y
 CONFIG_USB_SUSPEND=y
 CONFIG_USB_XHCI_HCD=y
 CONFIG_USB_EHCI_HCD=y