arch/sim/Kconfig: fix codespell issues

arch/sim/Kconfig: fix codespell issues

Signed-off-by: p-szafonimateusz <p-szafonimateusz@xiaomi.com>
This commit is contained in:
p-szafonimateusz 2025-05-14 13:53:17 +02:00 committed by archer
parent df76246c03
commit cc5d6fcb41

View file

@ -481,7 +481,7 @@ config SIM_FRAMEBUFFER_COUNT
default 2
---help---
Framebuffer count.
Simulated frambuffer count. Default: 2
Simulated framebuffer count. Default: 2
config SIM_FB_INTERVAL_LINE
int "The line between non-consecutive framebuffers"
@ -684,7 +684,7 @@ config SIM_UART_NUMBER
the same name that the host is using for this port (e.g.
/dev/ttyUSB0).
Alternativelly, a "simulated" host port may be used to.
Alternatively, a "simulated" host port may be used to.
This is useful if you need to also simulate the external
hardware, or to have NuttX communicate with any other
software in your system.
@ -829,7 +829,7 @@ config SIM_USB_RAW_GADGET
Make Raw Gadget:
Run make in the raw_gadget and dummy_hcd directory. If raw_gadget
build fail, you need to check which register interface meets your
kenel version, usb_gadget_probe_driver or usb_gadget_register_driver.
kernel version, usb_gadget_probe_driver or usb_gadget_register_driver.
Install Raw Gadget:
Run ./insmod.sh in the raw_gadget and dummy_hcd directory.