diff options
author | Tuomas Tynkkynen | 2017-12-08 15:36:20 +0200 |
---|---|---|
committer | Tom Rini | 2017-12-12 18:16:05 -0500 |
commit | b82e667f79f753226f3b7d01085869b496b1adc2 (patch) | |
tree | fb744f8086bd1c0fdaa90a700d3585872486b81f /include/configs/T208xQDS.h | |
parent | 9fd95ef0d39819fb27441fdd0f1b15b05d9b5085 (diff) |
ata: Migrate CONFIG_LIBATA to Kconfig
This symbol enables some library code used by various SATA drivers,
so make this a non-user-visible symbol select'ed by the respective
drivers, and let moveconfig handle the rest.
Signed-off-by: Tuomas Tynkkynen <tuomas.tynkkynen@iki.fi>
Diffstat (limited to 'include/configs/T208xQDS.h')
-rw-r--r-- | include/configs/T208xQDS.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/T208xQDS.h b/include/configs/T208xQDS.h index b19a677eb9c..43fcc6f5ddc 100644 --- a/include/configs/T208xQDS.h +++ b/include/configs/T208xQDS.h @@ -678,7 +678,6 @@ unsigned long get_board_ddr_clk(void); * SATA */ #ifdef CONFIG_FSL_SATA_V2 -#define CONFIG_LIBATA #define CONFIG_SYS_SATA_MAX_DEVICE 2 #define CONFIG_SATA1 #define CONFIG_SYS_SATA1 CONFIG_SYS_MPC85xx_SATA1_ADDR |