nuttx/drivers/regmap/Kconfig
likun17 f99b1a41a3 nuttx/drivers: add regmap subsystems support.
regmap: add i2c and spi bus support.

Signed-off-by: likun17 <likun17@xiaomi.com>
2023-09-27 00:46:51 +08:00

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.