commit | abb5a76e773663283a49c67a67ef8ba6343bee8d | [log] [tgz] |
---|---|---|
author | Adam Ford <aford173@gmail.com> | Sat Dec 30 08:39:38 2017 -0600 |
committer | Tom Rini <trini@konsulko.com> | Fri Apr 13 20:18:17 2018 -0400 |
tree | 3608613de8326e7a2fcc361c7ef7578984268941 | |
parent | 901b77b9c8e716cd44dc85bf6bf54e4576d14ddd [diff] |
Convert CONFIG_SPI to Kconfig This converts the following to Kconfig: CONFIG_SPI This partly involves updating code that assumes that CONFIG_SPI implies things that are specific to the MPC8xx SPI driver. For now, just update the CONFIG tests. Signed-off-by: Adam Ford <aford173@gmail.com> Signed-off-by: Tom Rini <trini@konsulko.com>