11 lines
254 B
Plaintext
11 lines
254 B
Plaintext
|
#
|
||
|
# For a description of the syntax of this configuration file,
|
||
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
||
|
#
|
||
|
|
||
|
menuconfig DRIVERS_RC
|
||
|
bool "Remote Control Device Support"
|
||
|
default n
|
||
|
---help---
|
||
|
Drivers for various remote control
|