This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git
commit f12b9c44cb30de8fe77931d3badb626284b1fdb8 Author: simbit18 <[email protected]> AuthorDate: Wed May 10 11:38:48 2023 +0200 drivers/power/relay/Kconfig: Fix Kconfig style Remove spaces from Kconfig files Add TABs --- drivers/power/relay/Kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/power/relay/Kconfig b/drivers/power/relay/Kconfig index 8e00e3bfc6..ea563538f4 100644 --- a/drivers/power/relay/Kconfig +++ b/drivers/power/relay/Kconfig @@ -12,7 +12,7 @@ config RELAY config RELAY_GPIO bool "Relay gpio driver support" default n - depends on RELAY - depends on IOEXPANDER + depends on RELAY + depends on IOEXPANDER endmenu
