Furquan Shaikh has uploaded this change for review. ( https://review.coreboot.org/28352
Change subject: drivers/intel/wifi: Make WIFI_SAR_CBFS user visible ......................................................................
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 --- M src/drivers/intel/wifi/Kconfig 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/52/28352/1
diff --git a/src/drivers/intel/wifi/Kconfig b/src/drivers/intel/wifi/Kconfig index 3cf0446..4dc4d7f 100644 --- a/src/drivers/intel/wifi/Kconfig +++ b/src/drivers/intel/wifi/Kconfig @@ -31,7 +31,7 @@ depends on USE_SAR
config WIFI_SAR_CBFS - bool + bool "Enable SAR table addition to CBFS" default n depends on USE_SAR help