Skip to content

Commit

Permalink
drivers/fdc2x1x: Require full C library, not just newlib
Browse files Browse the repository at this point in the history
This driver uses the math library, so it cannot use the minimal C
library. However, it should be fine with any complete C library, not just
newlib.

Signed-off-by: Keith Packard <keithp@keithp.com>
  • Loading branch information
keith-packard committed Oct 11, 2023
1 parent 1f28dc2 commit b2ff160
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/sensor/fdc2x1x/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ menuconfig FDC2X1X
bool "FDC2X1X Capacitance-to-Digital Converter"
default y
depends on DT_HAS_TI_FDC2X1X_ENABLED
depends on NEWLIB_LIBC || EXTERNAL_LIBC
depends on REQUIRES_FULL_LIBC || EXTERNAL_LIBC
select I2C
help
Enable driver for FDC2X1X Capacitance-to-Digital Converter.
Expand Down

0 comments on commit b2ff160

Please sign in to comment.