diff options
author | Jaehoon Chung <jh80.chung@samsung.com> | 2019-02-20 17:45:41 +0900 |
---|---|---|
committer | Jaehoon Chung <jh80.chung@samsung.com> | 2019-02-20 17:45:41 +0900 |
commit | d0a1f2fe1f0a8676fea61a96d378157aaf4d4cc3 (patch) | |
tree | 1752879a4cbb0df67da37c887d8ee97cad57b8e8 | |
parent | 9a495595b7fe62ebc79bbc81cab11498ad0d0096 (diff) | |
download | linux-rpi3-d0a1f2fe1f0a8676fea61a96d378157aaf4d4cc3.tar.gz linux-rpi3-d0a1f2fe1f0a8676fea61a96d378157aaf4d4cc3.tar.bz2 linux-rpi3-d0a1f2fe1f0a8676fea61a96d378157aaf4d4cc3.zip |
ARM64: config: tizen_bcmrpi3_defconfig: enable UINPUT configsubmit/tizen_5.0/20190221.004302accepted/tizen/5.0/unified/20190224.230754
Enable UINPUT config for using /dev/uinput.
Change-Id: I6a98e348059494249913360ecdd356cc947f25a2
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
-rw-r--r-- | arch/arm64/configs/tizen_bcmrpi3_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/configs/tizen_bcmrpi3_defconfig b/arch/arm64/configs/tizen_bcmrpi3_defconfig index 66ccdd6a8b52..380618a807d3 100644 --- a/arch/arm64/configs/tizen_bcmrpi3_defconfig +++ b/arch/arm64/configs/tizen_bcmrpi3_defconfig @@ -1820,7 +1820,7 @@ CONFIG_INPUT_MISC=y # CONFIG_INPUT_POWERMATE is not set # CONFIG_INPUT_YEALINK is not set # CONFIG_INPUT_CM109 is not set -# CONFIG_INPUT_UINPUT is not set +CONFIG_INPUT_UINPUT=y # CONFIG_INPUT_PCF8574 is not set # CONFIG_INPUT_PWM_BEEPER is not set # CONFIG_INPUT_PWM_VIBRA is not set |