diff options
author | Tom Rini <trini@konsulko.com> | 2018-12-12 19:45:07 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-12-12 19:45:07 -0500 |
commit | 277b06684ddf5231ce1e684ee2860aedacb32b3c (patch) | |
tree | 90df350acedf6dd201f2506b40fc6243d11a2d73 /common/spl | |
parent | ee168783ae889cf449cee36cc1e51e108a210ed4 (diff) | |
parent | dda9af3ad156c5b765d31a0646d01bfbb1977d9a (diff) |
Merge branch '2018-12-12-master-imports'
- Various small TI platform updates
- Two unit test fixes
- qemu-arm updates
Diffstat (limited to 'common/spl')
-rw-r--r-- | common/spl/Kconfig | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/common/spl/Kconfig b/common/spl/Kconfig index 0ddbffc7d1..953841ebe7 100644 --- a/common/spl/Kconfig +++ b/common/spl/Kconfig @@ -449,6 +449,7 @@ config SPL_LIBCOMMON_SUPPORT config SPL_LIBDISK_SUPPORT bool "Support disk partitions" + select PARTITIONS help Enable support for disk partitions within SPL. 'Disk' is something of a misnomer as it includes non-spinning media such as flash (as @@ -480,6 +481,7 @@ config SPL_DM_MAILBOX config SPL_MMC_SUPPORT bool "Support MMC" depends on MMC + select HAVE_BLOCK_DEVICE help Enable support for MMC (Multimedia Card) within SPL. This enables the MMC protocol implementation and allows any enabled drivers to @@ -610,7 +612,7 @@ config SPL_PAYLOAD TPL, tpl/u-boot-with-tpl.bin. For new boards, suggest to use u-boot.img. -config SPL_PCI_SUPPORT +config SPL_PCI bool "Support PCI drivers" help Enable support for PCI in SPL. For platforms that need PCI to boot, @@ -754,6 +756,7 @@ config SPL_THERMAL config SPL_USB_HOST_SUPPORT bool "Support USB host drivers" + select HAVE_BLOCK_DEVICE help Enable access to USB (Universal Serial Bus) host devices so that SPL can load U-Boot from a connected USB peripheral, such as a USB @@ -1023,7 +1026,7 @@ config TPL_NAND_SUPPORT help Enable support for NAND in TPL. See SPL_NAND_SUPPORT for details. -config TPL_PCI_SUPPORT +config TPL_PCI bool "Support PCI drivers" help Enable support for PCI in TPL. For platforms that need PCI to boot, |