drivers/intel/wifi: Make WIFI_SAR_CBFS user visible
This change makes WIFI_SAR_CBFS user selectable option so that it can be enabled/disabled from menuconfig along with the SAR filepath. BUG=b:112425861 Change-Id: Idf6feaefe68e7ebf6786c2c36e92a054fba4483c Signed-off-by: Furquan Shaikh <furquan@google.com> Reviewed-on: https://review.coreboot.org/28352 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Aaron Durbin <adurbin@chromium.org>
This commit is contained in:
parent
fcd70085c2
commit
0c87b55266
|
@ -31,7 +31,7 @@ config GEO_SAR_ENABLE
|
|||
depends on USE_SAR
|
||||
|
||||
config WIFI_SAR_CBFS
|
||||
bool
|
||||
bool "Enable SAR table addition to CBFS"
|
||||
default n
|
||||
depends on USE_SAR
|
||||
help
|
||||
|
|
Loading…
Reference in New Issue