blob: 05093085f8a2e37788f3efb604ba42678afb1bcc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
|
# HBconfig file for VPO_COMPILE option
config VPO_COMPILE
default n
help
Compile and build image for VPO environment
config P9_VPO_COMPILE
default n
help
Compile and build image for VPO environment
config BMC_AST2500
default n
help
Compile hostboot support for AST2500 based BMC
config BMC_AST2400
default y if (BMC_AST2500)
help
Compile hostboot support for AST2400 based BMC
config P9_SYSTEM
default y
help
Compile with P9 configurations
config P9_PAGE_TABLE
default y
help
Use the P9 version of the page table setup
config ROM_CODE_PRESENT
default n
help
Indicates that ROM code is available to call
config INCLUDE_XML_OPPOWERVM
default y
help
Indicates that a build should include the contents
of attribute_types_oppowervm.xml and
target_types_oppowervm.xml
config INCLUDE_XML_OPENPOWER
default y
help
Indicates that a build should include the contents
of attribute_types_openpower.xml and
target_types_openpower.xml
|