Skip to content

Commit 5bf3aab

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

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Kconfig.projbuild

+6
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)