Varshit B Pandya has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/61593 )
Change subject: src/drivers/wifi: Adding Kconfig for DDRRFIM ......................................................................
src/drivers/wifi: Adding Kconfig for DDRRFIM
Add USE_DDR_RFIM_DSM in driver Kconfig This will generate ACPI entries required by the wifi driver
BUG=b:201724512
Signed-off-by: Varshit B Pandya varshit.b.pandya@intel.com Change-Id: Ica6fd991b714add54feb898723bfbfeab63a2e0c --- M src/drivers/wifi/generic/Kconfig 1 file changed, 6 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/93/61593/1
diff --git a/src/drivers/wifi/generic/Kconfig b/src/drivers/wifi/generic/Kconfig index 1d0e19f..e813140 100644 --- a/src/drivers/wifi/generic/Kconfig +++ b/src/drivers/wifi/generic/Kconfig @@ -49,4 +49,10 @@ help There can be up to 3 optional SAR table sets.
+config USE_DDR_RFIM_DSM + bool + default n + help + Enable it when mainboard is using DDRRFIM + endif # DRIVERS_WIFI_GENERIC