commit | 76dd0f2c3dbfe2fe56288d7ec8f6743eca460864 | [log] [tgz] |
---|---|---|
author | Tuomas Tynkkynen <tuomas@tuxera.com> | Mon Apr 09 04:34:33 2018 +0300 |
committer | Tom Rini <trini@konsulko.com> | Sat Apr 28 10:42:05 2018 -0400 |
tree | 443f655b8b1fcafab88bb6e6f19f3e66ec67e97a | |
parent | ec5c4a8fd64a178a4d159917cda0aa176e5a9be5 [diff] |
ARM: s32v234evb: Set CONFIG_DM & CONFIG_DM_SERIAL in Kconfig These symbols are declared in Kconfig, so it's wrong to set them in header files. Note that this is not size-neutral - some 'default y' options will now get turned on by Kconfig, such as CONFIG_CMD_DM=y and CONFIG_DM_STDIO=y. Signed-off-by: Tuomas Tynkkynen <tuomas@tuxera.com>