diff options
author | Tuomas Tynkkynen <tuomas.tynkkynen@iki.fi> | 2017-12-08 15:36:20 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-12-12 18:16:05 -0500 |
commit | b82e667f79f753226f3b7d01085869b496b1adc2 (patch) | |
tree | fb744f8086bd1c0fdaa90a700d3585872486b81f /include/configs/qemu-arm.h | |
parent | 9fd95ef0d39819fb27441fdd0f1b15b05d9b5085 (diff) | |
download | u-boot-b82e667f79f753226f3b7d01085869b496b1adc2.tar.gz |
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/qemu-arm.h')
-rw-r--r-- | include/configs/qemu-arm.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/qemu-arm.h b/include/configs/qemu-arm.h index 69e886b43e..c8852cef34 100644 --- a/include/configs/qemu-arm.h +++ b/include/configs/qemu-arm.h @@ -31,7 +31,6 @@ /* For block devices, QEMU emulates an ICH9 AHCI controller over PCI */ #define CONFIG_SYS_SCSI_MAX_SCSI_ID 6 -#define CONFIG_LIBATA /* Environment options */ #define CONFIG_ENV_SIZE SZ_64K |