This is an automated email from the ASF dual-hosted git repository.

xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git

commit 6bfec7e822837dc1e3c7f970e1f89d6f065ac075
Author: liuhongchao <liuhongc...@xiaomi.com>
AuthorDate: Mon Nov 4 10:07:40 2024 +0800

    nuttx: Open mouse/touch/keyboard options can be configured
    
    Signed-off-by: liuhongchao <liuhongc...@xiaomi.com>
---
 drivers/input/Kconfig | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/drivers/input/Kconfig b/drivers/input/Kconfig
index 959b9e0cda..257ec382f3 100644
--- a/drivers/input/Kconfig
+++ b/drivers/input/Kconfig
@@ -65,7 +65,7 @@ endif # FF_AW86225
 endif # INPUT_FF
 
 config INPUT_MOUSE
-       bool
+       bool "Enable mouse support"
        default n
        ---help---
                Enable support for mouse devices.
@@ -82,11 +82,11 @@ config INPUT_MOUSE_WHEEL
 endif # INPUT_MOUSE
 
 config INPUT_TOUCHSCREEN
-       bool
+       bool "Enable touchscreen support"
        default n
 
 config INPUT_KEYBOARD
-       bool
+       bool "Enable keyboard support"
        default n
 
 config INPUT_UINPUT

Reply via email to