commit | 965f4da0c0b2e4c27356caaed4b40472d11639b1 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Aug 30 16:55:14 2015 -0600 |
committer | Simon Glass <sjg@chromium.org> | Wed Sep 02 21:28:22 2015 -0600 |
tree | b4a87a9d6b879de05375afa00e9129e2d0685e4b | |
parent | ac2ee65973df0afc8af348a79080ebd9f17dfe9b [diff] |
dm: led: Tidy up SPL options for the led and led-gpio At present SPL does not have its own option. But these features can increase SPL code size. Adjust the Kconfig and Makefile so that separate a SPL option can be selected. Signed-off-by: Simon Glass <sjg@chromium.org>