nuttx/drivers/power/relay/Kconfig
wangbowen6 069fac1c67 power/relay: add relay driver framework for NuttX
Signed-off-by: wangbowen6 <wangbowen6@xiaomi.com>
2022-12-22 20:30:49 +08:00

19 lines
325 B
Plaintext

#
# For a description of the syntax of this configuration file,
# see the file kconfig-language.txt in the NuttX tools repository.
#
menu "Relay Support"
config RELAY
bool "Relay driver support"
default n
config RELAY_GPIO
bool "Relay gpio driver support"
default n
depends on RELAY
depends on IOEXPANDER
endmenu