blob: 773a56b83135f7b008ed9477453837c1a94ca5ed [file] [log] [blame]
Subrata Banik01ae11b2017-03-04 23:32:41 +05301config SOC_INTEL_COMMON_BLOCK_SA
2 bool
3 help
4 Intel Processor common System Agent support
5
6config MMCONF_BASE_ADDRESS
7 hex "PCI MMIO Base Address"
8 default 0xe0000000
9
10config SA_PCIEX_LENGTH
11 hex
12 default 0x10000000 if (PCIEX_LENGTH_256MB)
13 default 0x8000000 if (PCIEX_LENGTH_128MB)
14 default 0x4000000 if (PCIEX_LENGTH_64MB)
15 default 0x10000000
16 help
17 This option allows you to select length of PCIEX region.
18
19config PCIEX_LENGTH_256MB
20 bool "256MB"
21
22config PCIEX_LENGTH_128MB
23 bool "128MB"
24
25config PCIEX_LENGTH_64MB
26 bool "64MB"