Skip to content

Commit f18c5c5

Browse files
committed
Kconfig: Update to use imply and rid module.conf
Kconfig now has all the deps enabled so we can get rid of the hacky module.conf Signed-off-by: Dhruva Gole <[email protected]>
1 parent a7d848a commit f18c5c5

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

Kconfig

+7-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,13 @@
66

77
config ARDUINO_API
88
bool "ARDUINO_API"
9-
depends on CPLUSPLUS
9+
imply CPLUSPLUS
10+
imply GPIO
11+
imply CPLUSPLUS
12+
imply I2C
13+
imply NEWLIB_LIBC_FLOAT_PRINTF
14+
imply CBPRINTF_FP_SUPPORT
15+
imply RING_BUFFER
1016
default n
1117

1218
if ARDUINO_API

0 commit comments

Comments
 (0)