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:
Furquan Shaikh 2018-08-26 18:43:40 -07:00
parent fcd70085c2
commit 0c87b55266
1 changed files with 1 additions and 1 deletions

View File

@ -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