13 lines
221 B
Plaintext
13 lines
221 B
Plaintext
|
menu "Firmware Tools"
|
||
|
|
||
|
config CARL9170FW_BUILD_TOOLS
|
||
|
def_bool y
|
||
|
prompt "Build Firmware Tools"
|
||
|
|
||
|
config CARL9170FW_BUILD_TOOLS_CARLU
|
||
|
def_bool n
|
||
|
prompt "Build CARLU testbench"
|
||
|
depends on CARL9170FW_BUILD_TOOLS
|
||
|
|
||
|
endmenu
|