Files
zephyr/drivers/input/Kconfig.bflb
Camille BAUD 1936dc6cc4 drivers: input: Introduce bflb IR RX driver
Introduces a driver for the IR receiver on BFLB socs

Signed-off-by: Camille BAUD <mail@massdriver.space>
2026-01-07 10:21:20 +01:00

11 lines
303 B
Plaintext

# Copyright (c) 2025 MASSDRIVER EI (massdriver.space)
# SPDX-License-Identifier: Apache-2.0
config INPUT_BFLB_IRX
bool "Bouffalolab Infrared Receiver"
default y
depends on DT_HAS_BFLB_IRX_ENABLED
select GPIO
help
This option enables the driver for the Bouffalolab Infrared Receiver Peripheral.