summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2012-06-07 17:40:40 +0200
committerDenys Dmytriyenko <denys@ti.com>2012-06-11 16:59:07 -0400
commit5f7c0da7a483c59eee67cb39db231ad8486d313c (patch)
tree32da5de69fb592f30ce2c83e31c9cec7e710ddfd
parent3dde332e522f2c38e25e11d3bd484410a002c55e (diff)
downloadmeta-ti-5f7c0da7a483c59eee67cb39db231ad8486d313c.tar.gz
linux-ti33x-psp: enable TSL2550 driver for beaglebone weatherstation cape
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r--recipes-kernel/linux/linux-ti33x-psp-3.2/beaglebone/defconfig2
-rw-r--r--recipes-kernel/linux/linux-ti33x-psp_3.2.bb2
2 files changed, 2 insertions, 2 deletions
diff --git a/recipes-kernel/linux/linux-ti33x-psp-3.2/beaglebone/defconfig b/recipes-kernel/linux/linux-ti33x-psp-3.2/beaglebone/defconfig
index c9316db8..f88be143 100644
--- a/recipes-kernel/linux/linux-ti33x-psp-3.2/beaglebone/defconfig
+++ b/recipes-kernel/linux/linux-ti33x-psp-3.2/beaglebone/defconfig
@@ -1012,7 +1012,7 @@ CONFIG_MISC_DEVICES=y
1012# CONFIG_APDS9802ALS is not set 1012# CONFIG_APDS9802ALS is not set
1013# CONFIG_ISL29003 is not set 1013# CONFIG_ISL29003 is not set
1014# CONFIG_ISL29020 is not set 1014# CONFIG_ISL29020 is not set
1015# CONFIG_SENSORS_TSL2550 is not set 1015CONFIG_SENSORS_TSL2550=m
1016# CONFIG_SENSORS_BH1780 is not set 1016# CONFIG_SENSORS_BH1780 is not set
1017# CONFIG_SENSORS_BH1770 is not set 1017# CONFIG_SENSORS_BH1770 is not set
1018# CONFIG_SENSORS_APDS990X is not set 1018# CONFIG_SENSORS_APDS990X is not set
diff --git a/recipes-kernel/linux/linux-ti33x-psp_3.2.bb b/recipes-kernel/linux/linux-ti33x-psp_3.2.bb
index 46a6277f..e3a427bc 100644
--- a/recipes-kernel/linux/linux-ti33x-psp_3.2.bb
+++ b/recipes-kernel/linux/linux-ti33x-psp_3.2.bb
@@ -15,7 +15,7 @@ PV = "${@base_contains('DISTRO_FEATURES', 'tipspkernel', "3.2", "3.2.18", d)}"
15 15
16BRANCH = "v3.2-staging" 16BRANCH = "v3.2-staging"
17SRCREV = "720e07b4c1f687b61b147b31c698cb6816d72f01" 17SRCREV = "720e07b4c1f687b61b147b31c698cb6816d72f01"
18MACHINE_KERNEL_PR_append = "d+gitr${SRCREV}" 18MACHINE_KERNEL_PR_append = "e+gitr${SRCREV}"
19 19
20COMPATIBLE_MACHINE = "(ti33x)" 20COMPATIBLE_MACHINE = "(ti33x)"
21 21