/lib/firmware/carl9170fw/tools/Kconfig is in linux-firmware 1.157.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 | 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
|