blob: e25089cef16c7dd1e5a2268e632c7afdd677f7b3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
config SFC_IS_IBM_DPSS
default y if !SFC_IS_AST2400
depends on !SFC_IS_AST2400
help
The Serial Flash Controller is the IBM DPSS FPGA.
config SFC_IS_AST2400
default n
depends on !SFC_IS_IBM_DPSS && BMC_DOES_SFC_INIT
help
The Serial Flash Controller is the AST2400 BMC.
config BMC_DOES_SFC_INIT
default y
help
The BMC is completely responsible for initializing and configuring the
SFC before Hostboot is started. The BMC is also responsible for doing
any repairs or recovery for the SFC.
|