diff options
author | Tom Rini <trini@konsulko.com> | 2021-12-11 14:55:50 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2021-12-27 08:40:33 -0500 |
commit | 66e0e2b1cd813ca7b857eb998cc5d2838f2c7b18 (patch) | |
tree | 85d25d8c29a6c98f4d2382cdc63c033e3b50ec57 /boot | |
parent | 98ab831da74e5e845189a35f3d82628c6d175a82 (diff) | |
download | u-boot-66e0e2b1cd813ca7b857eb998cc5d2838f2c7b18.zip u-boot-66e0e2b1cd813ca7b857eb998cc5d2838f2c7b18.tar.gz u-boot-66e0e2b1cd813ca7b857eb998cc5d2838f2c7b18.tar.bz2 |
Convert CONFIG_SD_BOOT et al to Kconfig
This converts the following to Kconfig:
CONFIG_SD_BOOT
CONFIG_SD_BOOT_QSPI
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'boot')
-rw-r--r-- | boot/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/boot/Kconfig b/boot/Kconfig index d3a12be..e581575 100644 --- a/boot/Kconfig +++ b/boot/Kconfig @@ -762,6 +762,13 @@ config SD_BOOT booted via SD/EMMC. This is not a must, some SoCs need this, some not. +config SD_BOOT_QSPI + bool "Support for booting from SD/EMMC and enable QSPI" + help + Enabling this will make a U-Boot binary that is capable of being + booted via SD/EMMC while enabling QSPI on the platform as well. This + is not a must, some SoCs need this, some not. + config SPI_BOOT bool "Support for booting from SPI flash" help |