Skip to content

Commit 5bf3aab

Browse files
lbernstoneme-no-dev
authored andcommittedJul 9, 2019
Make a selective menuconfig option for FFat (#2966)
1 parent 1aced12 commit 5bf3aab

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
 

‎Kconfig.projbuild

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,12 @@ config ARDUINO_SELECTIVE_ESPmDNS
232232
select ARDUINO_SELECTIVE_WiFi
233233
default y
234234

235+
config ARDUINO_SELECTIVE_FFat
236+
bool "Enable FFat"
237+
depends on ARDUINO_SELECTIVE_COMPILATION
238+
select ARDUINO_SELECTIVE_FS
239+
default y
240+
235241
config ARDUINO_SELECTIVE_FS
236242
bool "Enable FS"
237243
depends on ARDUINO_SELECTIVE_COMPILATION

0 commit comments

Comments
 (0)
Please sign in to comment.