config_tools: add sanity check for PSRAM and RDT

RDT_ENABLED and PSRAM_ENABLED should not by y simultaneously.

Tracked-On: #5649

Signed-off-by: Shuang Zheng <shuang.zheng@intel.com>
This commit is contained in:
Shuang Zheng 2021-02-26 10:51:00 +00:00 committed by wenlingz
parent 26abc82f3c
commit 87013b70df

View File

@ -150,6 +150,7 @@ Machine Check Error on Page Size Change.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:all>
<xs:assert test="not (RDT/RDT_ENABLED = 'y' and PSRAM/PSRAM_ENABLED = 'y')"/>
</xs:complexType>
<xs:complexType name="MemoryOptionsType">