Enabling `CONFIG_INPUT_FT5336_INTERRUPT` if the ft5336 node in DT has `int-gpios` property. As a result of this change, some boards can eliminate lines that explicitly configure `CONFIG_INPUT_FT5336_INTERRUPT`. Signed-off-by: TOKITA Hiroshi <tokita.hiroshi@gmail.com>
12 lines
302 B
Plaintext
12 lines
302 B
Plaintext
# M5Stack CoreS3 board defconfig
|
|
|
|
# Copyright (c) 2024 TOKITA Hiroshi
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
if BOARD_M5STACK_CORES3_ESP32S3_PROCPU || BOARD_M5STACK_CORES3_ESP32S3_PROCPU_SE
|
|
|
|
config INPUT
|
|
default y
|
|
|
|
endif # BOARD_M5STACK_CORES3_ESP32S3_PROCPU || BOARD_M5STACK_CORES3_ESP32S3_PROCPU_SE
|