blob: 2ee12dd225d9f4fed6b73e18a9fb9c95239990da (
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_KERNEL_REGMAP
bool
select ADK_KERNEL_LZO_COMPRESS
select ADK_KERNEL_LZO_DECOMPRESS
config ADK_KERNEL_REGMAP_I2C
tristate
config ADK_KERNEL_REGMAP_SPI
tristate
config ADK_KERNEL_REGMAP_MMIO
tristate
config ADK_KERNEL_REGMAP_IRQ
bool
|