
19 Sep
2016
19 Sep
'16
2:57 a.m.
On 8 September 2016 at 03:47, Masahiro Yamada yamada.masahiro@socionext.com wrote:
Once we migrate to DM-based drivers, we cannot go back to legacy ones, i.e. config options like DM_* are not user-configurable.
Make SANDBOX and X86 select DM_KEYBOARD like other platforms do.
Signed-off-by: Masahiro Yamada yamada.masahiro@socionext.com
arch/Kconfig | 2 ++ arch/sandbox/Kconfig | 3 --- arch/x86/Kconfig | 3 --- 3 files changed, 2 insertions(+), 6 deletions(-)
Reviewed-by: Simon Glass sjg@chromium.org