aboutsummaryrefslogtreecommitdiff
path: root/arch/Kconfig
diff options
context:
space:
mode:
authorRamon Fried <ramon.fried@gmail.com>2019-04-27 11:15:23 +0300
committerTom Rini <trini@konsulko.com>2019-07-11 10:05:15 -0400
commitbb413337826ef1a1445ff9fb33424fd231430228 (patch)
tree4011c3b978604d2b39427500c83a589a64d5dbe7 /arch/Kconfig
parentc2ccc9e5cb9ac5547e063bc2bf35f6340b8f9362 (diff)
downloadu-boot-bb413337826ef1a1445ff9fb33424fd231430228.zip
u-boot-bb413337826ef1a1445ff9fb33424fd231430228.tar.gz
u-boot-bb413337826ef1a1445ff9fb33424fd231430228.tar.bz2
pci_ep: add pci endpoint sandbox driver
Add a dummy PCI endpoint for sandbox. Supporting only a single function, it allows setting and reading header configuration. Signed-off-by: Ramon Fried <ramon.fried@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/Kconfig')
-rw-r--r--arch/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/Kconfig b/arch/Kconfig
index 28afe39..355d214 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