summaryrefslogtreecommitdiff
path: root/target/linux/config/Config.in.regulator
blob: 80b3c9e69913798d90f5fc0b70f2ade211e48589 (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
config ADK_KERNEL_REGULATOR
	boolean
	default n

config ADK_KERNEL_REGULATOR_FIXED_VOLTAGE
	boolean
	default n

config ADK_KERNEL_REGULATOR_ANATOP
	boolean
	default n

config ADK_KERNEL_REGULATOR_MC13XXX_CORE
	boolean
	default n

config ADK_KERNEL_REGULATOR_DA9052
	boolean
	default n

config ADK_KERNEL_REGULATOR_MC13783
	boolean
	default n

config ADK_KERNEL_REGULATOR_MC13892
	boolean
	default n
	
config ADK_KERNEL_REGULATOR_PFUZE100
	boolean
	default n

config ADK_KERNEL_REGMAP
	boolean
	default n

config ADK_KERNEL_REGMAP_I2C
	boolean
	default n

config ADK_KERNEL_REGMAP_SPI
	boolean
	default n

config ADK_KERNEL_REGMAP_MMIO
	boolean
	default n

config ADK_KERNEL_REGMAP_IRQ
	boolean
	default n