blob: ede860c7bf78e27a9aabb3e9d8baada10aac34fc (
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
|
config ADK_KERNEL_REGULATOR
boolean
default n
config ADK_KPACKAGE_KMOD_REGULATOR_FIXED_VOLTAGE
boolean
select ADK_KERNEL_REGULATOR
default n
config ADK_KPACKAGE_KMOD_REGULATOR_ANATOP
boolean
select ADK_KERNEL_REGULATOR
default n
config ADK_KPACKAGE_KMOD_REGULATOR_MC13XXX_CORE
boolean
select ADK_KERNEL_REGULATOR
default n
config ADK_KPACKAGE_KMOD_REGULATOR_DA9052
boolean
select ADK_KERNEL_REGULATOR
default n
config ADK_KPACKAGE_KMOD_REGULATOR_MC13783
boolean
select ADK_KERNEL_REGULATOR
default n
config ADK_KPACKAGE_KMOD_REGULATOR_MC13892
boolean
select ADK_KERNEL_REGULATOR
default n
config ADK_KPACKAGE_KMOD_REGULATOR_PFUZE100
boolean
select ADK_KERNEL_REGULATOR
default n
config ADK_KERNEL_REGMAP
boolean
default n
config ADK_KPACKAGE_KMOD_REGMAP_I2C
tristate
select ADK_KERNEL_REGMAP
default n
config ADK_KPACKAGE_KMOD_REGMAP_SPI
tristate
select ADK_KERNEL_REGMAP
default n
config ADK_KERNEL_REGMAP_MMIO
tristate
select ADK_KERNEL_REGMAP
default n
config ADK_KPACKAGE_KMOD_REGMAP_IRQ
tristate
select ADK_KERNEL_REGMAP
default n
|