Re: [U-Boot] [PATCH 1/2] sandbox, x86: select DM_KEYBOARD instead of default y entry

2016-09-18 Thread Simon Glass
On 8 September 2016 at 03:47, Masahiro Yamada 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. > >

[U-Boot] [PATCH 1/2] sandbox, x86: select DM_KEYBOARD instead of default y entry

2016-09-08 Thread Masahiro Yamada
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 --- arch/Kconfig | 2 ++