diff options
author | Alexander Couzens <lynxis@fe80.eu> | 2016-05-29 00:33:20 +0200 |
---|---|---|
committer | Alexander Couzens <lynxis@fe80.eu> | 2016-06-02 21:58:10 +0200 |
commit | 21208f5d43be7c05286b34f5faf1d0d639e50219 (patch) | |
tree | 695a48768a446b166698d22d443cd2af9db64e49 /target/linux | |
parent | 51f05b2d1a88ba6e83959d4b032f94c34ba2112f (diff) | |
download | upstream-21208f5d43be7c05286b34f5faf1d0d639e50219.tar.gz upstream-21208f5d43be7c05286b34f5faf1d0d639e50219.tar.bz2 upstream-21208f5d43be7c05286b34f5faf1d0d639e50219.zip |
linux/generic: add missing config symbols
unset following config symbols
- INPUT_PALMAS_PWRBUTTON
- INPUT_TPS65218_PWRBUTTON
- INPUT_TWL4030_PWRBUTTON
- INPUT_TWL4030_VIBRA
- INPUT_TWL6040_VIBRA
- KEYBOARD_TWL4030
- TWL4030_MADC
Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/generic/config-4.4 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/target/linux/generic/config-4.4 b/target/linux/generic/config-4.4 index c09d1982d4..e6660ffe63 100644 --- a/target/linux/generic/config-4.4 +++ b/target/linux/generic/config-4.4 @@ -1595,6 +1595,7 @@ CONFIG_INPUT_MISC=y # CONFIG_INPUT_MOUSE is not set # CONFIG_INPUT_MOUSEDEV is not set # CONFIG_INPUT_MPU3050 is not set +# CONFIG_INPUT_PALMAS_PWRBUTTON is not set # CONFIG_INPUT_PCF8574 is not set # CONFIG_INPUT_PCSPKR is not set # CONFIG_INPUT_POLLDEV is not set @@ -1605,6 +1606,10 @@ CONFIG_INPUT_MISC=y # CONFIG_INPUT_SPARSEKMAP is not set # CONFIG_INPUT_TABLET is not set # CONFIG_INPUT_TOUCHSCREEN is not set +# CONFIG_INPUT_TPS65218_PWRBUTTON is not set +# CONFIG_INPUT_TWL4030_PWRBUTTON is not set +# CONFIG_INPUT_TWL4030_VIBRA is not set +# CONFIG_INPUT_TWL6040_VIBRA is not set # CONFIG_INPUT_UINPUT is not set # CONFIG_INPUT_WISTRON_BTNS is not set # CONFIG_INPUT_YEALINK is not set @@ -1825,6 +1830,7 @@ CONFIG_KERNFS=y # CONFIG_KEYBOARD_SUNKBD is not set # CONFIG_KEYBOARD_TCA6416 is not set # CONFIG_KEYBOARD_TCA8418 is not set +# CONFIG_KEYBOARD_TWL4030 is not set # CONFIG_KEYBOARD_XTKBD is not set # CONFIG_KEYS is not set # CONFIG_KGDB is not set @@ -4197,6 +4203,7 @@ CONFIG_TTY=y # CONFIG_TUN is not set # CONFIG_TUN_VNET_CROSS_LE is not set # CONFIG_TWL4030_CORE is not set +# CONFIG_TWL4030_MADC is not set # CONFIG_TWL6030_GPADC is not set # CONFIG_TWL6040_CORE is not set # CONFIG_TYPHOON is not set |