summaryrefslogtreecommitdiffstats
path: root/src/usr/pnor/HBconfig
blob: 05640191bc6734022045af78e931f292031e6382 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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.

OpenPOWER on IntegriCloud