summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-07-18arndale.conf: enable CONFIG_TUNconfig-boards-3.10Andrey Konovalov
Signed-off-by: Andrey Konovalov <andrey.konovalov@linaro.org>
2013-07-11arndale.conf: remove DEBUG_LL and EARLY_PRINTKAndrey Konovalov
Also remove DEBUG_S3C_UART2=y as it depends on the above options. These debugging options are causing problems to XEN. If still needed, could be moved to a separate config fragment. Signed-off-by: Andrey Konovalov <andrey.konovalov@linaro.org>
2013-07-05configs: highbank: Enable SCSI disk supportAndrey Konovalov
This is required by the current highbank CI setup - the rootfs is on hard drive. Signed-off-by: Andrey Konovalov <andrey.konovalov@linaro.org>
2013-07-02highbank.conf: enforce CONFIG_SCSI in the board config fragment.Fathi Boudra
Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2013-07-02highbank.conf: remove CONFIG_PREEMPT=yFathi Boudra
Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2013-06-20configs: 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>
2013-06-11configs: vexpress64: Enable CONFIG_COMPATAndrey Konovalov
Signed-off-by: Andrey Konovalov <andrey.konovalov@linaro.org>
2013-05-28omap4.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>
2013-05-20linaro/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>
2013-05-20linaro/configs: arndale: Enable USB supportTushar Behera
Signed-off-by: Tushar Behera <tushar.behera@linaro.org>
2013-05-13linaro/configs: arndale: Update as per 3.10-rc1 kernelTushar Behera
Signed-off-by: Tushar Behera <tushar.behera@linaro.org>
2013-05-13linaro/configs: arndale: Set CONFIG_PREEMPT_NONETushar Behera
Signed-off-by: Tushar Behera <tushar.behera@linaro.org>
2013-05-13linaro/configs: arndale: Remove default/unnecessary optionsTushar Behera
Signed-off-by: Tushar Behera <tushar.behera@linaro.org>
2013-05-13linaro/configs: arndale: Enable runtime PM supportTushar Behera
Signed-off-by: Tushar Behera <tushar.behera@linaro.org>
2013-05-13linaro/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>
2013-05-13omap4.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>
2013-05-13configs: vexpress: Enable the RTCJon Medhurst
The AEMv8 model supports this, so lets enable it. Signed-off-by: Jon Medhurst <tixy@linaro.org>
2013-05-13configs: 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>
2013-05-13configs: 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>
2013-05-13configs: vexpress64: Reduce config to minimum required for board supportJon Medhurst
Signed-off-by: Jon Medhurst <tixy@linaro.org>
2013-05-13configs: 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>
2013-05-13omap4.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>
2013-05-13configs: 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>
2013-05-13configs: 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>
2013-05-13u8500.conf: update the conf fragment from v3.9-rc3 u8500_defconfigAndrey Konovalov
Signed-off-by: Andrey Konovalov <andrey.konovalov@linaro.org>
2013-05-13omap4.conf: disable CONFIG_CPU_FREQ for 13.03 to make Panda ES to bootAndrey Konovalov
Signed-off-by: Andrey Konovalov <andrey.konovalov@linaro.org>
2013-05-13configs: 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>
2013-05-13configs: 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>
2013-05-13configs: vexpress: Changes needed for Linux 3.9Jon Medhurst
Signed-off-by: Jon Medhurst <tixy@linaro.org>
2013-05-13configs: vexpress: Changes needed for Linux 3.8Jon Medhurst
Signed-off-by: Jon Medhurst <tixy@linaro.org>
2013-05-13vexpress64: enable MMC needed for RTSM to bootMarcin Juszkiewicz
Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
2013-05-13linaro/configs: arndale: Enable USB-Ethernet driversTushar Behera
Signed-off-by: Tushar Behera <tushar.behera@linaro.org>
2013-05-13linaro/configs: arndale: Add initial board config fragmentTushar Behera
Signed-off-by: Tushar Behera <tushar.behera@linaro.org>
2013-05-13Add config for HighbankFathi Boudra
2013-05-13enable VIRTIO_BLKMarcin Juszkiewicz
Signed-off-by: John Rigby <john.rigby@linaro.org>
2013-05-13u8500.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>
2013-05-13defconfig from latest vexpress_defconfigJohn Rigby
Signed-off-by: John Rigby <john.rigby@linaro.org>
2013-05-13configs: omap4: enable OMAP DMA engine driverAndrey Konovalov
Signed-off-by: Andrey Konovalov <andrey.konovalov@linaro.org>
2013-05-13linaro/configs: origen: Enable mainline componentsTushar Behera
Signed-off-by: Tushar Behera <tushar.behera@linaro.org>
2013-05-13configs: 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>
2013-05-13configs: vexpress: Basic board config fragmentJon Medhurst
Signed-off-by: Jon Medhurst <tixy@linaro.org>
2013-05-13null config for testing multiple fragsJohn Rigby
Signed-off-by: John Rigby <john.rigby@linaro.org>
2013-05-13update u8500.conf with one generated from make savedefconfigJohn Rigby
Signed-off-by: John Rigby <john.rigby@linaro.org>
2013-05-13disable CONFIG_REGULATOR_DB8500_PRCMUJohn Rigby
Signed-off-by: John Rigby <john.rigby@linaro.org>
2013-05-13Copy of u8500 config from 3.4 treeJohn Rigby
Signed-off-by: John Rigby <john.rigby@linaro.org>
2013-05-13vexpress64.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>
2013-05-13update vexpress64.conf to one that actually buildsJohn Rigby
Signed-off-by: John Rigby <john.rigby@linaro.org>
2013-05-13vexpress64 configJohn Rigby
2013-05-13origen.conf: adding PERF_COUNTERS and enabling LEDSRicardo Salveti de Araujo
Signed-off-by: Ricardo Salveti de Araujo <ricardo.salveti@linaro.org>
2013-05-13configs: origen: disabling not-used ath6kl config optionsRicardo Salveti de Araujo
Signed-off-by: Ricardo Salveti de Araujo <ricardo.salveti@linaro.org>