]> git.karo-electronics.de Git - karo-tx-uboot.git/commit
dm: Make regmap and syscon optional
authorSimon Glass <sjg@chromium.org>
Fri, 17 Jul 2015 15:22:07 +0000 (09:22 -0600)
committerLothar Waßmann <LW@KARO-electronics.de>
Thu, 10 Sep 2015 06:17:17 +0000 (08:17 +0200)
commitd3d6eef68633e9654f70b7cf939b76c066ed1acd
tree08c5c23de25b46f2a6e61204dba294969d673f1f
parenta4cd7b4ad403e2278e65d1714158fe6026c211b7
dm: Make regmap and syscon optional

Not all boards use garbage collection in their link step, so we should avoid
adding options that rely on this for prevention of code bloat. Add separate
Kconfig options for syscon and regmap uclasses.

Signed-off-by: Simon Glass <sjg@chromium.org>
configs/sandbox_defconfig
drivers/core/Kconfig
drivers/core/Makefile