samples: usb: hid-mouse: enable CONFIG_GPIO

The HID mouse sample uses the GPIO to read the state of a button, but
does not enable CONFIG_GPIO, causing the example to fail. Fix that.

Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
This commit is contained in:
Aurelien Jarno 2018-10-31 22:42:47 +01:00 committed by Kumar Gala
parent 91381b60c9
commit af2ed46775

View file

@ -6,3 +6,5 @@ CONFIG_USB_DEVICE_PRODUCT="Zephyr HID mouse sample"
CONFIG_LOG=y
CONFIG_USB_DRIVER_LOG_LEVEL_ERR=y
CONFIG_USB_DEVICE_LOG_LEVEL_ERR=y
CONFIG_GPIO=y