diff options
author | Tuomas Tynkkynen | 2017-12-08 15:36:17 +0200 |
---|---|---|
committer | Tom Rini | 2017-12-12 14:05:48 -0500 |
commit | 9920d151c4b22540a937c4225020069c583a7fad (patch) | |
tree | e797e168ece8cefa1f3cb4d3df0a33577d0bc830 /include/configs/MPC8536DS.h | |
parent | ad0ac54361128c60b5e7012a2b7bf38061bdc25e (diff) |
ata: Migrate CONFIG_FSL_SATA to Kconfig
Use 'imply' here liberally to avoid the combinatorial explosion of
defconfig changes in the PowerPC boards.
Signed-off-by: Tuomas Tynkkynen <tuomas.tynkkynen@iki.fi>
Diffstat (limited to 'include/configs/MPC8536DS.h')
-rw-r--r-- | include/configs/MPC8536DS.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/MPC8536DS.h b/include/configs/MPC8536DS.h index 3319a6f958d..d060e8c2351 100644 --- a/include/configs/MPC8536DS.h +++ b/include/configs/MPC8536DS.h @@ -509,7 +509,6 @@ /* SATA */ #define CONFIG_LIBATA -#define CONFIG_FSL_SATA #define CONFIG_SYS_SATA_MAX_DEVICE 2 #define CONFIG_SATA1 |