blob: 8b67aca722b9f1ee726c538ea57a686cba91ec62 (
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
|
config ADK_KERNEL_I2C
boolean
config ADK_KERNEL_I2C_CHARDEV
boolean
menu "I2C driver support"
depends on ADK_TARGET_WITH_I2C
config ADK_KERNEL_I2C_IMX
prompt ".................................. I2C driver for cubox-i"
boolean
select ADK_KERNEL_I2C
select ADK_KERNEL_I2C_CHARDEV
default y if ADK_TARGET_SYSTEM_CUBOX_I
default n
depends on ADK_TARGET_SYSTEM_CUBOX_I
help
I2C driver for cubox-i.
config ADK_KPACKAGE_KMOD_SCx200_ACB
prompt "kmod-i2c-geode.................... I2C driver for Geode"
tristate
select ADK_KERNEL_I2C
select ADK_KERNEL_I2C_CHARDEV
default n
depends on ADK_CPU_GEODE
help
I2C driver for Geode boards.
endmenu
|