From 8c06116c06f451ee12a9414898c7d9c8146d585a Mon Sep 17 00:00:00 2001 From: Marian Buschsieweke Date: Fri, 9 Feb 2024 21:35:55 +0100 Subject: [PATCH] boards/esp32-olimex-evb: drop periph_ir feature There is no corresponding driver (yet), so this feature is just confusing. --- boards/esp32-olimex-evb/Kconfig | 1 - boards/esp32-olimex-evb/Makefile.features | 1 - 2 files changed, 2 deletions(-) diff --git a/boards/esp32-olimex-evb/Kconfig b/boards/esp32-olimex-evb/Kconfig index e3758545c4bd5..916d3777f7866 100644 --- a/boards/esp32-olimex-evb/Kconfig +++ b/boards/esp32-olimex-evb/Kconfig @@ -20,7 +20,6 @@ config BOARD_ESP32_OLIMEX_EVB select HAS_PERIPH_SDMMC select HAS_PERIPH_SPI select HAS_PERIPH_CAN - select HAS_PERIPH_IR select HAVE_MTD_SDMMC_DEFAULT diff --git a/boards/esp32-olimex-evb/Makefile.features b/boards/esp32-olimex-evb/Makefile.features index 29a36ef6fa0a6..c6259a44e64fa 100644 --- a/boards/esp32-olimex-evb/Makefile.features +++ b/boards/esp32-olimex-evb/Makefile.features @@ -21,6 +21,5 @@ FEATURES_CONFLICT_MSG += "SD/MMC and SPI cannot be used at the same time on this # unique features of the board FEATURES_PROVIDED += esp_eth # Ethernet MAC (EMAC) FEATURES_PROVIDED += periph_can # CAN peripheral interface -FEATURES_PROVIDED += periph_ir # IR peripheral interface FEATURES_PROVIDED += arduino_pins