Skip to content
Snippets Groups Projects
Commit 89234d47 authored by Darren Hart's avatar Darren Hart Committed by Bruce Ashfield
Browse files

meta: minnow: Enable INPUT_EVDEV


Enable INPUT_EVDEV for the GPIO buttons to work through the event
system. Minor refactoring.

Signed-off-by: default avatarDarren Hart <dvhart@linux.intel.com>
parent e964f583
No related branches found
No related tags found
No related merge requests found
CONFIG_DYNAMIC_DEBUG=y CONFIG_DYNAMIC_DEBUG=y
CONFIG_DEBUG_GPIO=y
...@@ -66,12 +66,16 @@ CONFIG_LPC_SCH=y ...@@ -66,12 +66,16 @@ CONFIG_LPC_SCH=y
CONFIG_GPIO_SCH=y CONFIG_GPIO_SCH=y
CONFIG_GPIO_PCH=y CONFIG_GPIO_PCH=y
# Input device support
#CONFIG_INPUT_POLLDEV=m #CONFIG_INPUT_POLLDEV=m
# Userland interfaces
CONFIG_INPUT_EVDEV=y
# Input Device Drivers
#CONFIG_KEYBOARD_GPIO=m #CONFIG_KEYBOARD_GPIO=m
CONFIG_KEYBOARD_GPIO_POLLED=y CONFIG_KEYBOARD_GPIO_POLLED=y
CONFIG_DEBUG_GPIO=y
# Ensure the performance govenor is the default for optimal boot time # Ensure the performance govenor is the default for optimal boot time
# (Leave it to userspace to change it after boot) # (Leave it to userspace to change it after boot)
# CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND is not set # CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND is not set
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment