commit | b11b2351ecf467696bc1d79685773950fb951c30 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Thu Sep 08 18:47:35 2016 +0900 |
committer | Tom Rini <trini@konsulko.com> | Sat Oct 01 20:04:33 2016 -0400 |
tree | f0ce8f10e05a96540168cca453446a33dbe60907 | |
parent | 06a618df2ba297cdb2ae8e1bc07cf04fea7a8e42 [diff] |
sandbox, x86: select DM_KEYBOARD instead of default y entry 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> Reviewed-by: Simon Glass <sjg@chromium.org>