Skip to content

Commit

Permalink
Merge branch 'fix/duplicate_linux_target_kconfig_v5.3' into 'release/…
Browse files Browse the repository at this point in the history
…v5.3'

fix(kconfig): Removed duplicate entry for IDF_TARGET_LINUX in Kconfig (v5.3)

See merge request espressif/esp-idf!32027
  • Loading branch information
ESP-Marius committed Jul 25, 2024
2 parents 93578b5 + 432aa79 commit e438c69
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,6 @@ mainmenu "Espressif IoT Development Framework Configuration"
string
default "$IDF_INIT_VERSION"

config IDF_TARGET_LINUX
bool
default "y" if IDF_TARGET="linux"

config IDF_TARGET_ESP32
bool
default "y" if IDF_TARGET="esp32"
Expand Down

0 comments on commit e438c69

Please sign in to comment.