]> git.baikalelectronics.ru Git - uboot.git/commit
spl: Rework and tighten some dependencies
authorTom Rini <trini@konsulko.com>
Tue, 31 May 2022 14:24:55 +0000 (10:24 -0400)
committerTom Rini <trini@konsulko.com>
Mon, 6 Jun 2022 16:09:29 +0000 (12:09 -0400)
commit3a76b3a42d8ceb021f1236e03ad94ce56414aad3
tree82e207c8b1a509d069177fb4489b1dfcba467b15
parenta4e491435b15c2e854f5925d64b77ac2ca650e5f
spl: Rework and tighten some dependencies

- In a few places, add missing "depends on" that can be implied from the
  option name (i.e. SPL_DM_xxx depends on SPL_DM).
- Make less use of "if SPL_xxx ... endif" clauses as most of the time
  this reads better as depends on.  In the case of UBI however, move it
  all to a sub-menu.
- Rework SPL_NO_CPU_SUPPORT as it's very specific to the
  non-SPL_FRAMEWORK implementation used on those platforms, and a
  tangent to how CONFIG_SPL_START_S_PATH was used.

Signed-off-by: Tom Rini <trini@konsulko.com>
common/spl/Kconfig