summaryrefslogtreecommitdiff
path: root/target/linux/config/Config.in.i2c
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-02-08 20:09:58 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2015-02-09 19:09:47 +0100
commitfbddcd227c26995d2933517b9dbb2d7dd3d5c9b6 (patch)
tree5ebc2dd46911e16b49dea7a569deb7879813fc40 /target/linux/config/Config.in.i2c
parent2456b5f30e399a30e9064dd7c42154386cff19c4 (diff)
add basic support for raspberry pi2
Introduce new board symbols for embedded systems, which use the similar board as basis. As for example raspberry pi and raspberry pi2. And some more updates: Update binutils to 2.25, set gcc 4.9.2 as default. Update glibc to 2.21, set as default. Update gdb to 7.8.2. Update kodi to latest release.
Diffstat (limited to 'target/linux/config/Config.in.i2c')
-rw-r--r--target/linux/config/Config.in.i2c19
1 files changed, 8 insertions, 11 deletions
diff --git a/target/linux/config/Config.in.i2c b/target/linux/config/Config.in.i2c
index feb06eaea..b1ee8b6ae 100644
--- a/target/linux/config/Config.in.i2c
+++ b/target/linux/config/Config.in.i2c
@@ -2,26 +2,24 @@ menu "I2C driver support"
depends on ADK_TARGET_WITH_I2C
config ADK_KERNEL_I2C
- boolean
+ bool
config ADK_KERNEL_I2C_CHARDEV
tristate
config ADK_KERNEL_I2C_BCM2708
- prompt "I2C driver for Raspberry PI"
- tristate
+ tristate "I2C driver for BCM2835 boards"
select ADK_KERNEL_I2C
select ADK_KERNEL_REGMAP_I2C
select ADK_KERNEL_I2C_CHARDEV
- depends on ADK_TARGET_SYSTEM_RASPBERRY_PI
- default y if ADK_TARGET_SYSTEM_RASPBERRY_PI
+ depends on ADK_TARGET_BOARD_BCM28XX
+ default y if ADK_TARGET_BOARD_BCM28XX
default n
help
- I2C driver for Raspberry PI.
+ I2C driver for BCM2835 boards.
config ADK_KERNEL_I2C_IMX
- prompt "I2C driver for Solidrun IMX6"
- tristate
+ tristate "I2C driver for IMX6 boards"
select ADK_KERNEL_I2C
select ADK_KERNEL_REGMAP_I2C
select ADK_KERNEL_I2C_CHARDEV
@@ -29,11 +27,10 @@ config ADK_KERNEL_I2C_IMX
default y if ADK_TARGET_SYSTEM_SOLIDRUN_IMX6
default n
help
- I2C driver for Solidrun IMX6.
+ I2C driver for IMX6 boards.
config ADK_KERNEL_SCX200_ACB
- prompt "I2C driver for Geode"
- tristate
+ tristate "I2C driver for Geode"
depends on ADK_CPU_GEODE
select ADK_KERNEL_I2C
select ADK_KERNEL_I2C_CHARDEV