Hello V Sowmya, build bot (Jenkins), Furquan Shaikh, Jamie Ryu, Rizwan Qureshi, Tim Wawrzynczak, Sugnan Prabhu S, Krishna P Bhat D, Patrick Rudolph, Karthik Ramasubramanian,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/48494
to look at the new patch set (#2).
Change subject: soc/inte/common: Replace #if macro with if C-language constuct ......................................................................
soc/inte/common: Replace #if macro with if C-language constuct
This patch modifies CSE Lite driver to use 'if' C-lanugage construct instead of #if macro and adds 'if SOC_INTEL_CSE_RW_UPDATE' to the prompts of CSE Update related KConfigs to prevent appearing them in the menu.
TEST=Built the code for drawcia
Signed-off-by: Sridhar Siricilla sridhar.siricilla@intel.com Change-Id: Iecd5cf56ecd280de920f479e174762fe6b4164b0 --- M src/soc/intel/common/block/cse/Kconfig M src/soc/intel/common/block/cse/cse_lite.c 2 files changed, 13 insertions(+), 20 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/94/48494/2