diff options
| author | Tom Rini <[email protected]> | 2021-12-12 22:12:32 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2021-12-27 16:20:17 -0500 |
| commit | 7856cd5a6dd66c2085d7162b4e9f89f0750834db (patch) | |
| tree | 133b358070378e4f3ffc2850b4b4c3b381b0dd82 /drivers | |
| parent | d06e4b7e25c2f0ae8337b603ea3a013820495bf0 (diff) | |
Convert CONFIG_SYS_PCI_64BIT to Kconfig
This converts the following to Kconfig:
CONFIG_SYS_PCI_64BIT
Signed-off-by: Tom Rini <[email protected]>
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/pci/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/pci/Kconfig b/drivers/pci/Kconfig index cc139af6cb5..42f8cb6be0d 100644 --- a/drivers/pci/Kconfig +++ b/drivers/pci/Kconfig @@ -19,6 +19,12 @@ config DM_PCI_COMPAT measure when porting a board to use driver model for PCI. Once the board is fully supported, this option should be disabled. +config SYS_PCI_64BIT + bool "Enable 64-bit PCI resources" + default y if PPC + help + Enable 64-bit PCI resource access. + config PCI_AARDVARK bool "Enable Aardvark PCIe driver" depends on DM_GPIO |
