blob: c60071a2b88f4b53fe92499c70c2e8d9501fa084 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# This file is part of the OpenADK project. OpenADK is copyrighted
# material, please see the LICENCE file in the top-level directory.
config ADK_WALDUX_KERNEL_REGMAP
bool
select ADK_WALDUX_KERNEL_LZO_COMPRESS
select ADK_WALDUX_KERNEL_LZO_DECOMPRESS
config ADK_WALDUX_KERNEL_REGMAP_I2C
tristate
config ADK_WALDUX_KERNEL_REGMAP_SPI
tristate
config ADK_WALDUX_KERNEL_REGMAP_MMIO
tristate
config ADK_WALDUX_KERNEL_REGMAP_IRQ
bool
|