| # |
| # Input misc drivers configuration |
| # |
| |
| menuconfig AMLOGIC_INPUT_MISC |
| tristate "Amlogic misc devices" |
| default n |
| help |
| Say Y here, and a list of miscellaneous input drivers will be displayed. |
| Everything that didn't fit into the other categories is here. This option |
| doesn't affect the kernel. |
| |
| If unsure, say Y. |
| |
| if AMLOGIC_INPUT_MISC |
| |
| config AMLOGIC_PWRKEY_PMIC6 |
| tristate "Amlogic PMIC6 pwrkey driver" |
| depends on AMLOGIC_MFD |
| depends on AMLOGIC_MFD_PMIC6 |
| default n |
| help |
| Say Y here, Support the PWRKEY of Amlogic PMICs as an input device |
| reporting power button status. This option doesn't affect the kernel. |
| |
| If unsure, say N. |
| |
| endif |