Skip to content

Commit

Permalink
Firmware: makes Kconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
Rocio committed Apr 7, 2022
1 parent ed222c5 commit d35a617
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions firmware/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,15 @@ menu "PHY settings"
default "1"

endmenu #Phy

menu "Interface"
#comment "Interface wifi and Radio"
config WIFI_SUBSYSTEM
bool "Wifi-Subsytem Interface"
default y

config IEEE_802154
bool "Radio Interface"
default n
endmenu #interface
endmenu

0 comments on commit d35a617

Please sign in to comment.