12 lines
349 B
Plaintext
12 lines
349 B
Plaintext
#
|
|
# For a description of the syntax of this configuration file,
|
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
|
#
|
|
|
|
menuconfig REGMAP
|
|
bool "Regmap Subsystems Support"
|
|
default n
|
|
---help---
|
|
This selection enables building of the regmap subsystems.
|
|
See include/nuttx/regmap/regmap.h for further regmpap subsystems information.
|