diff options
author | Tom Rini <trini@konsulko.com> | 2019-07-11 18:03:52 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-07-11 18:03:52 -0400 |
commit | 5acce685c9227b3d4b48f6fab6a33f6d74ca9c14 (patch) | |
tree | 1a5c704c996deeccfd79a1b3d8fc65a090e2379a /arch/Kconfig | |
parent | ef8b7e045ec744dce385cac4b1438c9be6e2bbc8 (diff) | |
parent | 4a09831ab21e27857c60ef1608d6ad39c7068dd6 (diff) |
Merge branch '2019-07-11-master-imports'
- spear platform improvements
- Android BCB support
- Cadence PCIe endpoint driver
Diffstat (limited to 'arch/Kconfig')
-rw-r--r-- | arch/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/Kconfig b/arch/Kconfig index 28afe39801..355d214522 100644 --- a/arch/Kconfig +++ b/arch/Kconfig @@ -90,6 +90,7 @@ config SANDBOX select DM_SPI_FLASH select HAVE_BLOCK_DEVICE select LZO + select PCI_ENDPOINT select SPI select SUPPORT_OF_CONTROL imply BITREVERSE @@ -120,6 +121,7 @@ config SANDBOX imply VIRTIO_BLK imply VIRTIO_NET imply DM_SOUND + imply PCI_SANDBOX_EP imply PCH config SH |