summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorAnson Huang <b20788@freescale.com>2015-09-18 23:53:03 +0800
committerAnson Huang <b20788@freescale.com>2015-09-22 18:48:25 +0800
commit095c876a12e27220cb91cb9dc376a20b6bf259e4 (patch)
tree029e172028b2a1c7f1a651dfe7f915dd966d09a8 /drivers
parent2e2025df741a79620be9b96fa6fb0f2e2e40fdea (diff)
MLK-11566-3 input: keyboard: add i.mx6ul support for snvs power key
i.MX6UL has SNVS power key, add support for it. Signed-off-by: Anson Huang <b20788@freescale.com>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/input/keyboard/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/input/keyboard/Kconfig b/drivers/input/keyboard/Kconfig
index 05ee0e0af0cc..e620f997fac3 100644
--- a/drivers/input/keyboard/Kconfig
+++ b/drivers/input/keyboard/Kconfig
@@ -390,7 +390,7 @@ config KEYBOARD_MPR121
config KEYBOARD_SNVS_PWRKEY
tristate "IMX6SX SNVS Power Key Driver"
- depends on SOC_IMX6SX
+ depends on (SOC_IMX6SX || SOC_IMX6UL || SOC_IMX7)
help
This is the snvs powerkey driver for the Freescale i.MX6SX application
processors.