diff options
author | Furquan Shaikh <furquan@google.com> | 2018-08-26 18:43:40 -0700 |
---|---|---|
committer | Furquan Shaikh <furquan@google.com> | 2018-08-27 23:29:29 +0000 |
commit | 0c87b55266a06dac883f1fa438a68b33f9c79db1 (patch) | |
tree | 166218874f507d842b0440f2eb89be5de209ce6a /src/drivers/intel/wifi/Kconfig | |
parent | fcd70085c272678c35cea1d44a0a79f1304590b2 (diff) |
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>
Diffstat (limited to 'src/drivers/intel/wifi/Kconfig')
-rw-r--r-- | src/drivers/intel/wifi/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/drivers/intel/wifi/Kconfig b/src/drivers/intel/wifi/Kconfig index 3cf0446648..4dc4d7faeb 100644 --- a/src/drivers/intel/wifi/Kconfig +++ b/src/drivers/intel/wifi/Kconfig @@ -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 |