]> git.ipfire.org Git - people/ms/u-boot.git/commit
spl: dm: Kconfig: use more specific prereqs for SPL_REGMAP and SPL_SYSCON
authorPhilipp Tomsich <philipp.tomsich@theobroma-systems.com>
Wed, 28 Jun 2017 23:37:10 +0000 (01:37 +0200)
committerPhilipp Tomsich <philipp.tomsich@theobroma-systems.com>
Sun, 13 Aug 2017 15:12:20 +0000 (17:12 +0200)
commit9c447370c13c36cb4e109162c28147d8c1a2c463
treebdd439f91d0bbe7697331838bb148cdcddebc270
parent616bd09e79d7179cdc601d6c71ae1924ed2207c4
spl: dm: Kconfig: use more specific prereqs for SPL_REGMAP and SPL_SYSCON

SPL_REGMAP and SPL_SYSCON were marked as depending on DM, when a
stricter dependency of SPL_DM was possible.  This commit makes the
prereq more specific.

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