mirror of
https://github.com/apache/nuttx.git
synced 2026-06-02 01:21:26 +08:00
boards/Kconfig: Fix help text for BOARDCTL_IOCTL.
This commit is contained in:
committed by
Gregory Nutt
parent
7871e983b8
commit
f6b80dd0f9
+1
-1
@@ -2790,7 +2790,7 @@ config BOARDCTL_IOCTL
|
|||||||
bool "Board-specific boardctl() commands"
|
bool "Board-specific boardctl() commands"
|
||||||
default n
|
default n
|
||||||
---help---
|
---help---
|
||||||
Enables support for the BOARDIOC_POWEROFF boardctl() command.
|
Enables support for board-specific boardctl() commands.
|
||||||
Architecture specific logic must provide board_ioctl() interface.
|
Architecture specific logic must provide board_ioctl() interface.
|
||||||
|
|
||||||
endif # LIB_BOARDCTL
|
endif # LIB_BOARDCTL
|
||||||
|
|||||||
Reference in New Issue
Block a user