diff --git a/firmware/Kconfig b/firmware/Kconfig index 8df3ec425..475f5761f 100644 --- a/firmware/Kconfig +++ b/firmware/Kconfig @@ -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