config CVPD_READ_FROM_PNOR default y help Read Centaur VPD data from PNOR cache config CVPD_READ_FROM_HW default n depends on !PALMETTO_PASS1 help Read Centaur VPD data from HW resources config CVPD_READ default y depends on CVPD_READ_FROM_PNOR || CVPD_READ_FROM_HW help Ensure at least one of the CVPD READs are enabled config CVPD_WRITE_TO_PNOR default y if CVPD_READ_FROM_PNOR depends on CVPD_READ_FROM_PNOR help Write Centaur VPD data to PNOR cache config CVPD_WRITE_TO_HW default y if CVPD_READ_FROM_HW depends on !PALMETTO_PASS1 && CVPD_READ_FROM_HW help Write Centaur VPD data to HW resources config CVPD_WRITE default y depends on CVPD_WRITE_TO_PNOR || CVPD_WRITE_TO_HW help Ensure at least one of the CVPD WRITEs are enabled config PVPD_READ_FROM_PNOR default n help Read Planar VPD data from PNOR cache config PVPD_READ_FROM_HW default n help Read Planar VPD data from HW resources config PVPD_WRITE_TO_PNOR default y if PVPD_READ_FROM_PNOR depends on PVPD_READ_FROM_PNOR && CVPD_WRITE_TO_PNOR help Write Planar VPD data to PNOR cache config PVPD_WRITE_TO_HW default y if PVPD_READ_FROM_HW depends on PVPD_READ_FROM_HW help Write Planar VPD data to HW resources config MVPD_READ_FROM_PNOR default y help Read Module VPD data from PNOR cache config MVPD_READ_FROM_HW default n help Read Module VPD data from HW resources config MVPD_READ default y depends on MVPD_READ_FROM_PNOR || MVPD_READ_FROM_HW help Ensure at least one of the MVPD READs are enabled config MVPD_WRITE_TO_PNOR default y if MVPD_READ_FROM_PNOR help Write Module VPD data to PNOR cache config MVPD_WRITE_TO_HW default y if MVPD_READ_FROM_HW depends on MVPD_READ_FROM_HW help Write Module VPD data to HW resources config MVPD_WRITE default y depends on MVPD_WRITE_TO_PNOR || MVPD_WRITE_TO_HW help Ensure at least one of the MVPD WRITEs are enabled config DJVPD_READ_FROM_PNOR default y help Read Dimm JEDEC VPD/SPD data from PNOR cache config DJVPD_READ_FROM_HW default n help Read Dimm JEDEC VPD/SPD data from HW resources config DJVPD_READ default y depends on DJVPD_READ_FROM_PNOR || DJVPD_READ_FROM_HW help Ensure at least one of the DJVPD READs are enabled config DJVPD_WRITE_TO_PNOR default y if DJVPD_READ_FROM_PNOR help Write Dimm JEDEC VPD/SPD data to PNOR cache config DJVPD_WRITE_TO_HW default y if DJVPD_READ_FROM_HW depends on DJVPD_READ_FROM_HW help Write Dimm JEDEC VPD/SPD data to HW resources config DJVPD_WRITE default y depends on DJVPD_WRITE_TO_PNOR || DJVPD_WRITE_TO_HW help Ensure at least one of the DJVPD WRITEs are enabled config HAVE_MBVPD default y if CVPD_READ_FROM_PNOR || CVPD_READ_FROM_HW depends on (CVPD_READ_FROM_PNOR || CVPD_READ_FROM_HW) && !PALMETTO_PASS1 help Have MemBuff/Centaur VPD, PNOR or HW config HAVE_PVPD default y if PVPD_READ_FROM_PNOR || PVPD_READ_FROM_HW help Have Planar VPD, PNOR or HW config PALMETTO_PASS1 default n help Palmetto pass1 specific changes config CDIMM_FORMAT_FOR_CVPD default y help Assume Custom DIMM VPD layout for CVPD