nuttx/boards/xtensa
Piyush Patle 703726849f espressif/rmt: guard lirc board registration with DRIVERS_RC
The common ESP board RMT bring-up files are built whenever ESP_RMT is
enabled, but the esp_lirc declarations are only visible when DRIVERS_RC
is enabled.

Guard the esp_lirc header include and esp_lirc_rx_initialize() /
esp_lirc_tx_initialize() calls with CONFIG_DRIVERS_RC so non-RC ESP
configs continue to build while keeping the LIRC registration path for
the rmt configs.

Signed-off-by: Piyush Patle <piyushpatle228@gmail.com>
2026-04-04 11:18:32 -03:00
..
esp32 espressif/rmt: guard lirc board registration with DRIVERS_RC 2026-04-04 11:18:32 -03:00
esp32s2 espressif/rmt: guard lirc board registration with DRIVERS_RC 2026-04-04 11:18:32 -03:00
esp32s3 espressif/rmt: guard lirc board registration with DRIVERS_RC 2026-04-04 11:18:32 -03:00