commit | aca1f6789aa2e384a58909fa7a9696db9d607675 | [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 | 0a816d92d581749341c0c725816efe930e56e2a4 [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/configs/qemu-x86_defconfig b/configs/qemu-x86_defconfig index b9ab180..c65b586 100644 --- a/configs/qemu-x86_defconfig +++ b/configs/qemu-x86_defconfig
@@ -46,6 +46,8 @@ CONFIG_SYS_ATA_REG_OFFSET=0 CONFIG_SYS_ATA_ALT_OFFSET=0 CONFIG_ATAPI=y +CONFIG_LBA48=y +CONFIG_SYS_64BIT_LBA=y CONFIG_CPU=y CONFIG_NVME_PCI=y CONFIG_SPI=y