nuttx/boards/arm/stm32h7/linum-stm32h753bi/configs
Jorge Guzman 0281e71cf8 boards: drop the keyboard options that the driver change made stale
apache/nuttx#19586 removed HIDKBD_ENCODED and made USBHOST_HIDKBD select
INPUT, but four configurations still name one or both, so they do not
survive a refresh and the normalisation step fails:

  boards/arm/sama5/sama5d4-ek/configs/ipv6
  boards/arm/sama5/sama5d4-ek/configs/nsh
  boards/arm/sama5/sama5d4-ek/configs/nxwm
  boards/arm/stm32h7/linum-stm32h753bi/configs/lvglterm_kbda

Removing the lines is the whole fix. INPUT still ends up enabled through
the select, and encoding now comes from INPUT_KEYBOARD_BYTESTREAM, which
the one configuration that wanted it already sets.

Nothing changes in the resulting .config, which is why the build never
noticed: Kconfig drops an option that no longer exists without saying
anything, and only the refresh compares the file before and after.

Signed-off-by: Jorge Guzman <jorge.gzm@gmail.com>
2026-08-01 11:13:37 +08:00
..
buzzer !arch/stm32h7: use common STM32 Kconfig symbols 2026-06-14 11:35:31 -03:00
curl boards/linum-stm32h753bi: add curl config and document the curl command 2026-07-21 14:36:23 +08:00
eeprom !arch/stm32h7: use common STM32 Kconfig symbols 2026-06-14 11:35:31 -03:00
leds !arch/stm32h7: use common STM32 Kconfig symbols 2026-06-14 11:35:31 -03:00
littlefs !arch/stm32h7: use common STM32 Kconfig symbols 2026-06-14 11:35:31 -03:00
lvgl !arch/stm32h7: use common STM32 Kconfig symbols 2026-06-14 11:35:31 -03:00
lvglterm boards/arm/stm32h7: linum-stm32h753bi: add LVGL terminal configuration 2026-07-04 02:01:56 +08:00
lvglterm_kbda boards: drop the keyboard options that the driver change made stale 2026-08-01 11:13:37 +08:00
mfrc522 !arch/stm32h7: use common STM32 Kconfig symbols 2026-06-14 11:35:31 -03:00
modbus_master !arch/stm32h7: use common STM32 Kconfig symbols 2026-06-14 11:35:31 -03:00
modbus_slave !arch/stm32h7: use common STM32 Kconfig symbols 2026-06-14 11:35:31 -03:00
netnsh !arch/stm32h7: use common STM32 Kconfig symbols 2026-06-14 11:35:31 -03:00
nsh Documentation: nsh: document the top command 2026-07-11 09:15:15 -03:00
nxffs !arch/stm32h7: use common STM32 Kconfig symbols 2026-06-14 11:35:31 -03:00
qencoder boards/arm/stm32h7: switch board common to boards/arm/common/stm32 2026-07-11 15:09:45 -03:00
rndis !arch/stm32h7: use common STM32 Kconfig symbols 2026-06-14 11:35:31 -03:00
rs485 Documentation: system: cu: document the cu serial terminal 2026-07-13 09:35:18 -04:00
sdcard !arch/stm32h7: use common STM32 Kconfig symbols 2026-06-14 11:35:31 -03:00
sdram !arch/stm32h7: use common STM32 Kconfig symbols 2026-06-14 11:35:31 -03:00
socketcan !arch/stm32h7: use common STM32 Kconfig symbols 2026-06-14 11:35:31 -03:00
tone boards/arm/stm32h7: switch board common to boards/arm/common/stm32 2026-07-11 15:09:45 -03:00
usbmsc-sdcard !arch/stm32h7: use common STM32 Kconfig symbols 2026-06-14 11:35:31 -03:00
usbnsh !arch/stm32h7: use common STM32 Kconfig symbols 2026-06-14 11:35:31 -03:00
zmodem !arch/stm32h7: use common STM32 Kconfig symbols 2026-06-14 11:35:31 -03:00