blob: 1c17ebf6be09b3c182ffb4b41920804722769996 (
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_LINUX_KERNEL_REGMAP
bool
select ADK_LINUX_KERNEL_LZO_COMPRESS
select ADK_LINUX_KERNEL_LZO_DECOMPRESS
config ADK_LINUX_KERNEL_REGMAP_I2C
tristate
config ADK_LINUX_KERNEL_REGMAP_SPI
tristate
config ADK_LINUX_KERNEL_REGMAP_MMIO
tristate
config ADK_LINUX_KERNEL_REGMAP_IRQ
bool
|