1# SPDX-License-Identifier: GPL-2.0-only 2 3config NORTHBRIDGE_AMD_PI 4 bool 5 default y if CPU_AMD_PI 6 default n 7 8if NORTHBRIDGE_AMD_PI 9 10config BOTTOMIO_POSITION 11 hex "Bottom of 32-bit IO space" 12 default 0xD0000000 13 help 14 If PCI peripherals with big BARs are connected to the system 15 the bottom of the IO must be decreased to allocate such 16 devices. 17 18 Declare the beginning of the 128MB-aligned MMIO region. This 19 option is useful when PCI peripherals requesting large address 20 ranges are present. 21 22config S3_VGA_ROM_RUN 23 bool 24 default n 25 26source "src/northbridge/amd/pi/00730F01/Kconfig" 27 28endif # NORTHBRIDGE_AMD_PI 29