drivers/usb/acpi: Don't add GPIOs to _CRS for Intel Bluetooth
[coreboot2.git] / src / northbridge / amd / pi / Kconfig
blob57426b8420d6e3a94cadc843ab053de265f70bce
1 # SPDX-License-Identifier: GPL-2.0-only
3 config NORTHBRIDGE_AMD_PI
4         bool
5         default y if CPU_AMD_PI
6         default n
8 if NORTHBRIDGE_AMD_PI
10 config 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.
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.
22 config S3_VGA_ROM_RUN
23         bool
24         default n
26 source "src/northbridge/amd/pi/00730F01/Kconfig"
28 endif # NORTHBRIDGE_AMD_PI