diff options
author | Hauke Mehrtens <hauke@openwrt.org> | 2014-07-16 20:45:20 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@openwrt.org> | 2014-07-16 20:45:20 +0000 |
commit | 88cc2c74145d6f669c767658f11b53a7e2eb64a1 (patch) | |
tree | bac6682a57c61200bc7d058250a9ac2a252e776c /target | |
parent | 41489cbfe858c7e1df64cd61829b8d4034417438 (diff) | |
download | upstream-88cc2c74145d6f669c767658f11b53a7e2eb64a1.tar.gz upstream-88cc2c74145d6f669c767658f11b53a7e2eb64a1.tar.bz2 upstream-88cc2c74145d6f669c767658f11b53a7e2eb64a1.zip |
kernel: add CONFIG_I2C_AU1550 config option
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@41678 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/generic/config-3.10 | 1 | ||||
-rw-r--r-- | target/linux/generic/config-3.13 | 1 | ||||
-rw-r--r-- | target/linux/generic/config-3.14 | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/target/linux/generic/config-3.10 b/target/linux/generic/config-3.10 index cef8b16cf2..e4d7dce821 100644 --- a/target/linux/generic/config-3.10 +++ b/target/linux/generic/config-3.10 @@ -1162,6 +1162,7 @@ CONFIG_HZ_100=y # CONFIG_I2C_AMD756 is not set # CONFIG_I2C_AMD8111 is not set # CONFIG_I2C_ARB_GPIO_CHALLENGE is not set +# CONFIG_I2C_AU1550 is not set # CONFIG_I2C_CBUS_GPIO is not set # CONFIG_I2C_CHARDEV is not set # CONFIG_I2C_COMPAT is not set diff --git a/target/linux/generic/config-3.13 b/target/linux/generic/config-3.13 index c2fcc87461..0b43967abe 100644 --- a/target/linux/generic/config-3.13 +++ b/target/linux/generic/config-3.13 @@ -1245,6 +1245,7 @@ CONFIG_HZ_100=y # CONFIG_I2C_AMD756 is not set # CONFIG_I2C_AMD8111 is not set # CONFIG_I2C_ARB_GPIO_CHALLENGE is not set +# CONFIG_I2C_AU1550 is not set # CONFIG_I2C_CBUS_GPIO is not set # CONFIG_I2C_CHARDEV is not set # CONFIG_I2C_COMPAT is not set diff --git a/target/linux/generic/config-3.14 b/target/linux/generic/config-3.14 index 73f8107945..678d8fc1d0 100644 --- a/target/linux/generic/config-3.14 +++ b/target/linux/generic/config-3.14 @@ -1268,6 +1268,7 @@ CONFIG_HZ_100=y # CONFIG_I2C_AMD756 is not set # CONFIG_I2C_AMD8111 is not set # CONFIG_I2C_ARB_GPIO_CHALLENGE is not set +# CONFIG_I2C_AU1550 is not set # CONFIG_I2C_CBUS_GPIO is not set # CONFIG_I2C_CHARDEV is not set # CONFIG_I2C_COMPAT is not set |