boards/Kconfig: Fix help text for BOARDCTL_IOCTL.

This commit is contained in:
Nathan Hartman 2019-09-06 15:55:57 -06:00 committed by Gregory Nutt
parent 7871e983b8
commit f6b80dd0f9

View File

@ -2790,7 +2790,7 @@ config BOARDCTL_IOCTL
bool "Board-specific boardctl() commands"
default n
---help---
Enables support for the BOARDIOC_POWEROFF boardctl() command.
Enables support for board-specific boardctl() commands.
Architecture specific logic must provide board_ioctl() interface.
endif # LIB_BOARDCTL