aboutsummaryrefslogtreecommitdiff
path: root/linaro
AgeCommit message (Collapse)Author
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-07linaro/configs: arndale: Enable configs to support suspend/resumeTushar Behera
Mark the SD/MMC cards as non-removable and enable support for GPIO buttons. Signed-off-by: Tushar Behera <tushar.behera@linaro.org>
2014-02-07linaro/configs: arndale: Enable USB supportTushar Behera
Signed-off-by: Tushar Behera <tushar.behera@linaro.org>
2014-02-07linaro/configs: arndale: Update as per 3.10-rc1 kernelTushar Behera
Signed-off-by: Tushar Behera <tushar.behera@linaro.org>
2014-02-07linaro/configs: arndale: Set CONFIG_PREEMPT_NONETushar Behera
Signed-off-by: Tushar Behera <tushar.behera@linaro.org>
2014-02-07linaro/configs: arndale: Remove default/unnecessary optionsTushar Behera
Signed-off-by: Tushar Behera <tushar.behera@linaro.org>
2014-02-07linaro/configs: arndale: Enable runtime PM supportTushar Behera
Signed-off-by: Tushar Behera <tushar.behera@linaro.org>
2014-02-07linaro/configs: arndale: Use 2G/2G memory splitTushar Behera
Arndale has 2GB of RAM. Using 3G/1G memory split, half of the board's RAM ends up being "highmem", severely impacting system performance. It also means that kernel code must explicitly manage mapping in/out of any code/data resident above physical address 0x80000000. Using 2G/2G memory split is the optimum configuration. Suggested-by: Leif Lindholm <leif.lindholm@linaro.org> Signed-off-by: Tushar Behera <tushar.behera@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-07configs: vexpress: Enable the RTCJon Medhurst
The AEMv8 model supports this, so lets enable it. Signed-off-by: Jon Medhurst <tixy@linaro.org>
2014-02-07configs: vexpress64: Disable CONFIG_SERIO_I8042Jon Medhurst
This defaults to 'y' but produces a kernel oops at boot. Perhaps ARM64 should be added to the long list of architectures excluded in drivers/input/serio/Kconfig. Signed-off-by: Jon Medhurst <tixy@linaro.org>
2014-02-07configs: vexpress64: Disable CONFIG_VGA_CONSOLEJon Medhurst
This defaults to 'y' but produces a compilations error. Perhaps ARM64 should be added to the long list of architectures excluded in drivers/video/console/Kconfig. Signed-off-by: Jon Medhurst <tixy@linaro.org>
2014-02-07configs: vexpress64: Reduce config to minimum required for board supportJon Medhurst
Signed-off-by: Jon Medhurst <tixy@linaro.org>
2014-02-07configs: arndale: disable CONFIG_DEBUG_MUTEXESAndrey Konovalov
This debug option adds significant overhead. E.g. netperf on the loopback improves by ~200% with DEBUG_MUTEXES disabled. Signed-off-by: Andrey Konovalov <andrey.konovalov@linaro.org>
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-07configs: vexpress64: Fixes for Linux 3.9Jon Medhurst
CONFIG_PLAT_VEXPRESS has been renamed to CONFIG_ARCH_VEXPRESS and CONFIG_EXPERIMENTAL has been removed. Signed-off-by: Jon Medhurst <tixy@linaro.org>
2014-02-07configs: vexpress: Enable LEDsJon Medhurst
To provide access to LEDs enable CONFIG_LEDS_CLASS=y CONFIG_LEDS_GPIO=y (LED's are available from user side under under /sys/class/leds) To use the motherboard LEDs to show CPU activity... CONFIG_LEDS_TRIGGERS=y CONFIG_LEDS_TRIGGER_HEARTBEAT=y CONFIG_LEDS_TRIGGER_CPU=y Signed-off-by: Jon Medhurst <tixy@linaro.org>
2014-02-07u8500.conf: update the conf fragment from v3.9-rc3 u8500_defconfigAndrey Konovalov
Signed-off-by: Andrey Konovalov <andrey.konovalov@linaro.org>
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: vexpress64: Enable regulator configsJon Medhurst
New device-trees include regulators and MMC driver gives errors if it can't find them. Signed-off-by: Jon Medhurst <tixy@linaro.org>
2014-02-07configs: vexpress: Changes needed for Linux 3.9Jon Medhurst
Signed-off-by: Jon Medhurst <tixy@linaro.org>
2014-02-07configs: vexpress: Changes needed for Linux 3.8Jon Medhurst
Signed-off-by: Jon Medhurst <tixy@linaro.org>
2014-02-07vexpress64: enable MMC needed for RTSM to bootMarcin Juszkiewicz
Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
2014-02-07linaro/configs: arndale: Enable USB-Ethernet driversTushar Behera
Signed-off-by: Tushar Behera <tushar.behera@linaro.org>
2014-02-07linaro/configs: arndale: Add initial board config fragmentTushar Behera
Signed-off-by: Tushar Behera <tushar.behera@linaro.org>
2014-02-07Add config for HighbankFathi Boudra
2014-02-07enable VIRTIO_BLKMarcin Juszkiewicz
Signed-off-by: John Rigby <john.rigby@linaro.org>
2014-02-07u8500.conf: remove CONFIG_LBDAF and add CONFIG_EXT4_FSFathi Boudra
Remove CONFIG_LBDAF: fix Filesystem with huge files cannot be mounted RDWR without CONFIG_LBDAF. Add CONFIG_EXT4_FS: enable ext4 fs, default filesystem on Linaro rootfs. It will allow to boot out of the box with linaro-image-tools. See https://bugs.launchpad.net/bugs/1081904 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2014-02-07defconfig from latest vexpress_defconfigJohn Rigby
Signed-off-by: John Rigby <john.rigby@linaro.org>
2014-02-07configs: omap4: enable OMAP DMA engine driverAndrey Konovalov
Signed-off-by: Andrey Konovalov <andrey.konovalov@linaro.org>
2014-02-07linaro/configs: origen: Enable mainline componentsTushar Behera
Signed-off-by: Tushar Behera <tushar.behera@linaro.org>
2014-02-07configs: vexpress: Enable CONFIG_SMC91XJon Medhurst
This is the ethernet device RTSM models and we want normal vexpress kernels also working on RTSM. Signed-off-by: Jon Medhurst <tixy@linaro.org>
2014-02-07configs: vexpress: Basic board config fragmentJon Medhurst
Signed-off-by: Jon Medhurst <tixy@linaro.org>
2014-02-07null config for testing multiple fragsJohn Rigby
Signed-off-by: John Rigby <john.rigby@linaro.org>
2014-02-07update u8500.conf with one generated from make savedefconfigJohn Rigby
Signed-off-by: John Rigby <john.rigby@linaro.org>
2014-02-07disable CONFIG_REGULATOR_DB8500_PRCMUJohn Rigby
Signed-off-by: John Rigby <john.rigby@linaro.org>
2014-02-07Copy of u8500 config from 3.4 treeJohn Rigby
Signed-off-by: John Rigby <john.rigby@linaro.org>
2014-02-07vexpress64.conf: updating config based on the reference config from omar's treeRicardo Salveti de Araujo
Signed-off-by: Ricardo Salveti de Araujo <ricardo.salveti@linaro.org>
2014-02-07update vexpress64.conf to one that actually buildsJohn Rigby
Signed-off-by: John Rigby <john.rigby@linaro.org>
2014-02-07vexpress64 configJohn Rigby
2014-02-07origen.conf: adding PERF_COUNTERS and enabling LEDSRicardo Salveti de Araujo
Signed-off-by: Ricardo Salveti de Araujo <ricardo.salveti@linaro.org>
2014-02-07configs: origen: disabling not-used ath6kl config optionsRicardo Salveti de Araujo
Signed-off-by: Ricardo Salveti de Araujo <ricardo.salveti@linaro.org>
2014-02-07configs: origen: updating config based on 3.5-rc2 from Samsung LTRicardo Salveti de Araujo
Signed-off-by: Ricardo Salveti de Araujo <ricardo.salveti@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>
2014-02-07configs: Initial board configsJon Medhurst
Copied from branch linaro-configs-3.4 of git://git.linaro.org/people/jstultz/android.git Signed-off-by: Jon Medhurst <tixy@linaro.org>
2014-02-07configs: Add config fragments for uprobes/kprobeNaresh Kamboju
This patch adds config fragments to enable uprobes/kprobes, relay and debug info Following in-built kprobes tests enabled. - KPROBES_SANITY_TEST - ARM_KPROBES_TEST Signed-off-by: Naresh Kamboju <naresh.kamboju@linaro.org>
2014-02-07distribution.conf: enable BLK_DEV_LOOPRiku Voipio
LOOP block device is needed by kpartx and other tools for loopback mounts. Enable it in distribution conf to have it everywhere. Signed-off-by: Riku Voipio <riku.voipio@linaro.org>