Attention is currently required from: Martin L Roth.
Angel Pons has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/68992 )
Change subject: device/dram: Add kconfig options for memory types ......................................................................
Patch Set 1: Code-Review+1
(1 comment)
File src/device/dram/Kconfig:
https://review.coreboot.org/c/coreboot/+/68992/comment/48a8daec_f9943c16 PS1, Line 3: # Short-term plan: Start adding 'USE_' and "NO_" options to each chip. : # : # Long-term plan: Every SoC or chipset should select the memory types they : # use. When they all select their memory, the 'no_' options can be removed : # and the defaults for all memory types can be set to n. : : config NO_DDR5 : bool : : config NO_LPDDR4 : bool : : config NO_DDR4 : bool : : config NO_DDR3 : bool : : config NO_DDR2 : bool OK, so the negative options are temporary. Got it.