commit | 12dc8e7522230b269b4ca8fecc64bc8e59070a53 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Fri Jul 17 09:22:07 2015 -0600 |
committer | Simon Glass <sjg@chromium.org> | Thu Aug 06 07:31:36 2015 -0600 |
tree | 1a3578397810a7cd0c71c4bcf3106338ad107e1c | |
parent | 28445aa7ec099bf8d7dc49db5fbf6bdd9098b410 [diff] |
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>