aboutsummaryrefslogtreecommitdiff
path: root/linaro/configs/omap4.conf
AgeCommit message (Collapse)Author
2014-02-07configs: omap4: Update USB config optionsAndrey Konovalov
Drop obsoleted CONFIG_USB_SUSPEND (it is removed from mainline), add proper USB PHY settings required for USB host to work. Signed-off-by: Andrey Konovalov <andrey.konovalov@linaro.org>
2014-02-07omap4.conf: add CONFIG_SERIAL_OMAP and CONFIG_LEDS_CLASSAndrey Konovalov
The SERIAL_OMAP options aren't selected by ARCH_OMAP2PLUS_TYPICAL any more. See the mainline commit eb16d33273532533400cb95189aa50d6b734db57 "ARM: OMAP2+: Fix unmet direct dependencies for SERIAL_OMAP". Also CONFIG_LEDS_CLASS is now needed to have LEDS_GPIO available. Signed-off-by: Andrey Konovalov <andrey.konovalov@linaro.org>
2014-02-07omap4.conf: Disable OMAP2 supportPeter Ujfalusi
When the kernel is built with CONFIG_ARCH_OMAP2 it will select CPU_V6 and other dependencies which causes issues in user space. For example when clients try to connect to PulseAudio they will crash with: Assertion 'pthread_mutex_unlock(&m->mutex) == 0' failed at pulsecore/mutex-posix.c:108, function pa_mutex_unlock(). Aborting. Remove support for OMAP2 for now. Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
2014-02-07omap4.conf: Enable audio for PandaBoard (OMAP4)Peter Ujfalusi
For audio the twl6040 stack need to be enabled Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
2014-02-07omap4.conf: disable CONFIG_CPU_FREQ for 13.03 to make Panda ES to bootAndrey Konovalov
Signed-off-by: Andrey Konovalov <andrey.konovalov@linaro.org>
2014-02-07configs: omap4: update omap4.conf for 3.9Andrey Konovalov
The main reason for the update is omap2+ having moved to multiplatform kernel. The new omap4.conf is based on the omap2plus_defconfig, but in addition enables USB_EHCI_HCD and USB_OHCI_HCD, so that USB host and ethernet would work on Panda. Signed-off-by: Andrey Konovalov <andrey.konovalov@linaro.org>
2014-02-07configs: omap4: enable OMAP DMA engine driverAndrey Konovalov
Signed-off-by: Andrey Konovalov <andrey.konovalov@linaro.org>
2014-02-07configs: omap4: disabling CPU_IDLE due bug 971091Ricardo Salveti de Araujo
Signed-off-by: Ricardo Salveti de Araujo <ricardo.salveti@linaro.org>
2014-02-07configs: omap4: avoid disabling not-needed featuresRicardo Salveti de Araujo
Signed-off-by: Ricardo Salveti de Araujo <ricardo.salveti@linaro.org>
2014-02-07Initial OMAP4 config based on omap4plus_defconfig from tilt-3.4John Rigby
Removed options that were identical in base and ubuntu fragments. Likely needs more work. Signed-off-by: John Rigby <john.rigby@linaro.org>