You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
221 B
13 lines
221 B
13 years ago
|
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
|