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>
11 lines
212 B
Plaintext
11 lines
212 B
Plaintext
CONFIG_USB=y
|
|
CONFIG_USB_DEVICE_STACK=y
|
|
CONFIG_USB_DEVICE_HID=y
|
|
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
|