mirror of
https://github.com/apache/nuttx.git
synced 2026-08-01 20:28:58 +00:00
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> |
||
|---|---|---|
| .. | ||
| arm | ||
| arm64 | ||
| avr | ||
| dummy | ||
| hc/m9s12 | ||
| mips | ||
| misoc/lm32/misoc | ||
| or1k/mor1kx/or1k | ||
| renesas | ||
| risc-v | ||
| sim/sim/sim | ||
| sparc | ||
| tricore | ||
| x86/qemu/qemu-i486 | ||
| x86_64/qemu/qemu-intel64 | ||
| xtensa | ||
| z16/z16f/z16f2800100zcog | ||
| z80 | ||
| .gitignore | ||
| Board.mk | ||
| boardctl.c | ||
| CMakeLists.txt | ||
| dummy.c | ||
| Kconfig | ||
| Makefile | ||