summaryrefslogtreecommitdiff
path: root/target/linux/config/Config.in.regmap
blob: 44a8bcca0800e36541acd7e5b68161f20fb0f99a (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
config ADK_KERNEL_REGMAP
	boolean
	select ADK_KERNEL_LZO_COMPRESS
	select ADK_KERNEL_LZO_DECOMPRESS
	default n

config ADK_KERNEL_REGMAP_I2C
	boolean
	select ADK_KERNEL_REGMAP
	default n

config ADK_KERNEL_REGMAP_SPI
	boolean
	select ADK_KERNEL_REGMAP
	default n

config ADK_KERNEL_REGMAP_MMIO
	boolean
	select ADK_KERNEL_REGMAP
	default n

config ADK_KERNEL_REGMAP_IRQ
	boolean
	select ADK_KERNEL_REGMAP
	default n