master
text
37 lines
474 Bytes
|
1
|
config IPMI |
|
2
|
bool |
|
3
|
|
|
4
|
config IPMI_LOCAL |
|
5
|
bool |
|
6
|
default y |
|
7
|
depends on IPMI |
|
8
|
|
|
9
|
config IPMI_EXTERN |
|
10
|
bool |
|
11
|
default y |
|
12
|
depends on IPMI |
|
13
|
|
|
14
|
config ISA_IPMI_KCS |
|
15
|
bool |
|
16
|
depends on ISA_BUS |
|
17
|
select IPMI |
|
18
|
|
|
19
|
config ISA_IPMI_BT |
|
20
|
bool |
|
21
|
depends on ISA_BUS |
|
22
|
select IPMI |
|
23
|
|
|
24
|
config PCI_IPMI_KCS |
|
25
|
bool |
|
26
|
depends on PCI |
|
27
|
select IPMI |
|
28
|
|
|
29
|
config PCI_IPMI_BT |
|
30
|
bool |
|
31
|
depends on PCI |
|
32
|
select IPMI |
|
33
|
|
|
34
|
config IPMI_SSIF |
|
35
|
bool |
|
36
|
depends on I2C |
|
37
|
select IPMI |