Skip to content

Commit

Permalink
[nrf noup] Clean Kconfig.defaults to support "Thread and Wi-Fi" builds
Browse files Browse the repository at this point in the history
1. Group Kconfig options into categories to make it easier
   to see discrepancies between Thread and Wi-Fi and help
   choose the right value when both transports are enabled.

   That is, prefer:

   config A
     default X if CHIP_WIFI
     default Y if NET_L2_OPENTHREAD

   over:

   if CHIP_WIFI
   config A
     default X
   endif

   if NET_L2_OPENTHREAD
   config A
     default Y
   endif
2. Remove redundant defaults that are already selected in
   other Kconfig files.

Signed-off-by: Damian Krolik <damian.krolik@nordicsemi.no>
  • Loading branch information
Damian-Nordic committed Nov 29, 2023
1 parent 3cd0c1a commit 32cefbc
Show file tree
Hide file tree
Showing 2 changed files with 140 additions and 175 deletions.
Loading

0 comments on commit 32cefbc

Please sign in to comment.