diff options
Diffstat (limited to 'src/device/Kconfig')
-rw-r--r-- | src/device/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/device/Kconfig b/src/device/Kconfig index 0fe0a0923f..f1343f8a5f 100644 --- a/src/device/Kconfig +++ b/src/device/Kconfig @@ -525,6 +525,12 @@ config PCI bool default n +config PCI_IOBASE + hex + help + The memory address of a memory-mapped translator that lets the + CPU communicate with peripheral devices over PCI I/O space. + if PCI config DOMAIN_RESOURCE_32BIT_LIMIT |