diff options
author | Koen Kooi <koen@openembedded.org> | 2010-06-27 12:09:16 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-06-27 12:09:16 +0200 |
commit | a3c570542945b70b7fe54fe67ea45f0d59ac4d33 (patch) | |
tree | 590f81745147407f5dd1b6f7108e59e913f93337 /recipes/linux | |
parent | e129fb5443f69eb1f0697347acc8ac7fcc862777 (diff) |
linux-omap-psp 2.6.32: disable mt9t111 module, it causes non-xM boards to hang at boot
Diffstat (limited to 'recipes/linux')
-rw-r--r-- | recipes/linux/linux-omap-psp-2.6.32/beagleboard/configs/cpuidle | 2 | ||||
-rw-r--r-- | recipes/linux/linux-omap-psp-2.6.32/beagleboard/defconfig | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/recipes/linux/linux-omap-psp-2.6.32/beagleboard/configs/cpuidle b/recipes/linux/linux-omap-psp-2.6.32/beagleboard/configs/cpuidle index c46702eba1..8b44e79c59 100644 --- a/recipes/linux/linux-omap-psp-2.6.32/beagleboard/configs/cpuidle +++ b/recipes/linux/linux-omap-psp-2.6.32/beagleboard/configs/cpuidle @@ -1738,7 +1738,7 @@ CONFIG_VIDEO_WM8775=m CONFIG_VIDEO_MT9V011=m # CONFIG_VIDEO_TCM825X is not set CONFIG_VIDEO_MT9P012=m -CONFIG_VIDEO_MT9T111=m +# CONFIG_VIDEO_MT9T111 is not set # CONFIG_VIDEO_DW9710 is not set # CONFIG_VIDEO_OV3640 is not set # CONFIG_VIDEO_IMX046 is not set diff --git a/recipes/linux/linux-omap-psp-2.6.32/beagleboard/defconfig b/recipes/linux/linux-omap-psp-2.6.32/beagleboard/defconfig index 4ace02414c..0841f486d0 100644 --- a/recipes/linux/linux-omap-psp-2.6.32/beagleboard/defconfig +++ b/recipes/linux/linux-omap-psp-2.6.32/beagleboard/defconfig @@ -1737,7 +1737,7 @@ CONFIG_VIDEO_WM8775=m CONFIG_VIDEO_MT9V011=m # CONFIG_VIDEO_TCM825X is not set CONFIG_VIDEO_MT9P012=m -CONFIG_VIDEO_MT9T111=m +# CONFIG_VIDEO_MT9T111 is not set # CONFIG_VIDEO_DW9710 is not set # CONFIG_VIDEO_OV3640 is not set # CONFIG_VIDEO_IMX046 is not set |