Skip to content

Commit

Permalink
drivers: fdc2x1x: Fix circular dependency due to direct newlib dependecy
Browse files Browse the repository at this point in the history
Signed-off-by: Pavel Hübner <[email protected]>
  • Loading branch information
casparfriedrich committed Apr 29, 2024
1 parent 06f9480 commit f461860
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 FULL_LIBC_SUPPORTED || EXTERNAL_LIBC
select REQUIRES_FULL_LIBC
select I2C
help
Enable driver for FDC2X1X Capacitance-to-Digital Converter.
Expand Down

0 comments on commit f461860

Please sign in to comment.