blob: d20bc003f048e1d475a77465202a9b410c12280b (
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
|
# 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_AST2400
default n
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_OPENPOWER
default n
help
Indicates that a build should include the contents
of attribute_types_openpower.xml and
target_types_openpower.xml
|