commit | 3f00477a2c0e1380f126607dd0a2fd1c48e0c6bb | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Fri Jun 10 22:59:28 2022 -0400 |
committer | Tom Rini <trini@konsulko.com> | Tue Jun 28 17:03:32 2022 -0400 |
tree | 32c2afad0ddf30c2fa84b2c104540d207f896174 | |
parent | 276d75e5d9f550ded39175cf23b605b4131a5461 [diff] [blame] |
Convert CONFIG_LBA48 et al to Kconfig This converts the following to Kconfig: CONFIG_LBA48 CONFIG_SYS_64BIT_LBA Signed-off-by: Tom Rini <trini@konsulko.com>
diff --git a/drivers/ata/Kconfig b/drivers/ata/Kconfig index 9c9641d..7715c40 100644 --- a/drivers/ata/Kconfig +++ b/drivers/ata/Kconfig
@@ -116,6 +116,7 @@ depends on PPC select AHCI select LIBATA + imply LBA48 help Enable this driver to support the SATA controller found in some Freescale PowerPC SoCs.