From b82e667f79f753226f3b7d01085869b496b1adc2 Mon Sep 17 00:00:00 2001 From: Tuomas Tynkkynen Date: Fri, 8 Dec 2017 15:36:20 +0200 Subject: 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 --- include/configs/ls2080aqds.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/configs/ls2080aqds.h') diff --git a/include/configs/ls2080aqds.h b/include/configs/ls2080aqds.h index 0a14cf48cf..815d8adc92 100644 --- a/include/configs/ls2080aqds.h +++ b/include/configs/ls2080aqds.h @@ -46,7 +46,6 @@ unsigned long get_board_ddr_clk(void); #define CONFIG_FSL_DDR_BIST /* enable built-in memory test */ /* SATA */ -#define CONFIG_LIBATA #define CONFIG_SCSI_AHCI_PLAT #define CONFIG_SYS_SATA1 AHCI_BASE_ADDR1 -- cgit