commit | 9e971632cd6dae4fc2b30c600ff5650ecf8944f1 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Feb 22 22:55:41 2016 -0700 |
committer | Tom Rini <trini@konsulko.com> | Mon Mar 14 14:21:27 2016 -0400 |
tree | a38c1132867e0f4bcf1dca4c9f55426cbf82c9b9 | |
parent | 4edb9458b2a3fde10a141967c889074fac914c77 [diff] |
freescale: Remove CONFIG_DM from header files Kconfig options must defined in the defconfig files. Since RSA_SOFTWARE_EXP relies on CONFIG_DM, unless it is set in kconfig we cannot enable RSA. Remove the hacks which enable CONFIG_DM in header files and update the defconfig. Signed-off-by: Simon Glass <sjg@chromium.org>