summaryrefslogtreecommitdiff
path: root/target/linux/config/Config.in.i2c
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-04-23 16:58:38 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-04-23 16:58:38 +0200
commitec3d6f6fdd9b83579ba7cd37bab728f6f3e47d75 (patch)
tree6ba67c0678ab41017214b578eb5f5c7554ee3dd0 /target/linux/config/Config.in.i2c
parent2683e5775c118ed5ea455ac7258c048c10265f37 (diff)
fix bootup from sd
Diffstat (limited to 'target/linux/config/Config.in.i2c')
-rw-r--r--target/linux/config/Config.in.i2c31
1 files changed, 31 insertions, 0 deletions
diff --git a/target/linux/config/Config.in.i2c b/target/linux/config/Config.in.i2c
new file mode 100644
index 000000000..8b67aca72
--- /dev/null
+++ b/target/linux/config/Config.in.i2c
@@ -0,0 +1,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