Commit c336c3c35f53d01fad0699237d5645440e454df6

Authored by Philipp Tomsich
1 parent 45233301b6

spl: dm: Kconfig: introduce TPL_RAM (in analogy to SPL_RAM)

To allow finer grained selection of features for TPL, we introduce
TPL_RAM (in analogy to SPL_RAM).

Signed-off-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Tom Rini <trini@konsulko.com>

Showing 1 changed file with 9 additions and 0 deletions Side-by-side Diff

... ... @@ -17,6 +17,15 @@
17 17 SPL, enable this option. It might provide a cleaner interface to
18 18 setting up RAM (e.g. SDRAM / DDR) within SPL.
19 19  
  20 +config TPL_RAM
  21 + bool "Enable RAM support in SPL"
  22 + depends on RAM && TPL_DM
  23 + help
  24 + The RAM subsystem adds a small amount of overhead to the image.
  25 + If this is acceptable and you have a need to use RAM drivers in
  26 + TPL, enable this option. It might provide a cleaner interface to
  27 + setting up RAM (e.g. SDRAM / DDR) within TPL.
  28 +
20 29 config STM32_SDRAM
21 30 bool "Enable STM32 SDRAM support"
22 31 depends on RAM