blob: 9befd4f4221a4fd3d7c334e42ffe1fbe286aa2e9 (
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
|
config IPMI
bool
config IPMI_LOCAL
bool
default y
depends on IPMI
config IPMI_EXTERN
bool
default y
depends on IPMI
config ISA_IPMI_KCS
bool
depends on ISA_BUS
select IPMI
config ISA_IPMI_BT
bool
depends on ISA_BUS
select IPMI
config PCI_IPMI_KCS
bool
depends on PCI
select IPMI
config PCI_IPMI_BT
bool
depends on PCI
select IPMI
config IPMI_SSIF
bool
depends on I2C
select IPMI
|