aboutsummaryrefslogtreecommitdiff
path: root/linaro
AgeCommit message (Collapse)Author
2014-02-18bigendian.conf: remove CONFIG_CPU_BE8_BOOT_LEAndrey Konovalov
CONFIG_CPU_BE8_BOOT_LE is not present in 3.14. Signed-off-by: Andrey Konovalov <andrey.konovalov@linaro.org>
2014-02-16distribution.conf: use CC_STACKPROTECTOR_REGULAR introduced in 3.14Fathi Boudra
In 3.14, CONFIG_CC_STACKPROTECTOR_STRONG is introduced and CONFIG_CC_STACKPROTECTOR is renamed to CONFIG_CC_STACKPROTECTOR_REGULAR. http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=8779657d29c0ebcc0c94ede4df2f497baf1b563f Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2014-02-16uprobes: clean up uprobes config fragments from uneeded configsFathi Boudra
Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2014-02-15beaglebone: fix CONFIG_ARM_APPENDED_DTBFathi Boudra
Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2014-02-12beaglebone.conf: disable THUMB2Andrey Konovalov
Enabling THUMB2 currently breaks multi_v7 kernel build (ARCH_SUNXI smp code can't be compiled in Thumb-2). Also THUMB2 breaks kexec. Signed-off-by: Andrey Konovalov <andrey.konovalov@linaro.org>
2014-02-12configs: android: Add ION configs to android framgmentJohn Stultz
In order to make sure we build ION in future builds, enable ION core as well as the test and dummy drivers. Cc: Amit Pundir <amit.pundir@linaro.org> Cc: Fathi Boudra <fathi.boudra@linaro.org> Cc: Andrey Konovalov <andrey.konovalov@linaro.org> Signed-off-by: John Stultz <john.stultz@linaro.org>
2014-02-11linaro/configs: arndale/arndale_octa: Remove undefined config symbolsTushar Behera
Signed-off-by: Tushar Behera <tushar.behera@linaro.org>
2014-02-11linaro/configs: arndale/arndale_octa: Enable EDID firmware blob in LT configTushar Behera
The firmware blob is added in LT tree, hence the config option should be enabled in lt-specific config fragment. Signed-off-by: Tushar Behera <tushar.behera@linaro.org>
2014-02-07android.conf: enable CONFIG_SYNC and familyAmit Pundir
SYNC configs are used in validating "sync" tests available in linaro-android-kernel-tests private repo. Signed-off-by: Amit Pundir <amit.pundir@linaro.org>
2014-02-07linaro/configs: arndale: Enable stub-audio supportTushar Behera
Signed-off-by: Tushar Behera <tushar.behera@linaro.org>
2014-02-07linaro/configs: arndale: Load EDID firmware blobTushar Behera
Signed-off-by: Tushar Behera <tushar.behera@linaro.org>
2014-02-07linaro/configs: arndale: Enable DRM-HDMI supportTushar Behera
Signed-off-by: Tushar Behera <tushar.behera@linaro.org>
2014-02-07linaro/configs: arndale: Enable SATA supportTushar Behera
Signed-off-by: Tushar Behera <tushar.behera@linaro.org>
2014-02-07linaro/configs: arndale: Disable XHCI supportTushar Behera
Currently we are getting a boot-time panic when XHCI is enabled. Till the issue is fixed, XHCI would be disabled. USB 2.0 port would be active. Signed-off-by: Tushar Behera <tushar.behera@linaro.org>
2014-02-07linaro/configs: arndale: Enable RTC supportTushar Behera
Signed-off-by: Tushar Behera <tushar.behera@linaro.org>
2014-02-07linaro/configs: arndale: Enable CMA supportTushar Behera
Signed-off-by: Tushar Behera <tushar.behera@linaro.org>
2014-02-07linaro/configs: arndale: Set dwc3 to host modeTushar Behera
DWC3 is not working in default 'Dual Role mode'. Till the issue is fixed, setting this to host mode so that at least we can start using USB 3.0 devices on Arndale board. Signed-off-by: Tushar Behera <tushar.behera@linaro.org>
2014-02-07ARM: config: update hi3xxx.confZhangfei Gao
Update hi3xxx.conf for Hisilicon SoC. It's based on multi_v7.conf. In order to get the final .config file, we need execute the command in below. scripts/kconfig/merge_config.sh linaro/configs/multi_v7.conf linaro/configs/hi3xxx.conf Signed-off-by: Zhangfei Gao <zhangfei.gao@linaro.org> Signed-off-by: Haojian Zhuang <haojian.zhuang@linaro.org> Signed-off-by: Guodong Xu <guodong.xu@linaro.org>
2014-02-07configs: vexpress64: Enable CPU hotplugJon Medhurst
And up to 8 rather than the default 4 CPUs. Signed-off-by: Jon Medhurst <tixy@linaro.org>
2014-02-07ARM: VExpress: PSCI: Compile PSCI code by defaultLiviu Dudau
Compile support for PSCI by default and let the command line decide whether support for SMC calls gets enabled or not. Signed-off-by: Liviu Dudau <Liviu.Dudau@arm.com>
2014-02-07linaro/configs: rtsm: add virtio mmio supportRyan Harkin
Add support for the virtio mmio block device to the configs. This also requires a corresponding DTB change to also add the virtio device. Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
2014-02-07arndale_octa.conf: add Arndale Octa config fragmentFathi Boudra
Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2014-02-07beaglebone.conf: explicitely disable CONFIG_ARM_APPENDED_DTBFathi Boudra
It ensures to allows get the dtb files (to support both beaglebone white and black), whenever we use multi_v7 config fragment or not. Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2014-02-07beaglebone.conf: explicitely enable CONFIG_SOC_AM33XXFathi Boudra
Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2014-02-07beaglebone: fix config fragment file extensionFathi Boudra
Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2014-02-07configs: initial BeagleBone/BeagleBoneBlack config fragmentAndrey Konovalov
Enabled: ethernet, USB host connector, USB OTG connector (the CDC ethernet and Mass Storage gadgets included). Signed-off-by: Andrey Konovalov <andrey.konovalov@linaro.org>
2014-02-07configs: initial config fragment for Capri boardAndrey Konovalov
Signed-off-by: Andrey Konovalov <andrey.konovalov@linaro.org>
2014-02-07configs: panda: enable WiFi driverAndrey Konovalov
Signed-off-by: Andrey Konovalov <andrey.konovalov@linaro.org>
2014-02-07linaro/configs: arndale: Update config name for EHCI host driverTushar Behera
Config name USB_EHCI_S5P is now replaced by USB_EHCI_EXYNOS. Signed-off-by: Tushar Behera <tushar.behera@linaro.org>
2014-02-07configs: vexpress: Enable TC2 cpufreq driverJon Medhurst
Note, for the sake of a faster boot and better performance, we default to maximum CPU clock frequency (CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE) and will rely on user-side scripts on Android and Ubuntu to change this as appropriate for big.LITTLE power saving. E.g. changing LITTLE cores to 'ondemand'. Signed-off-by: Jon Medhurst <tixy@linaro.org>
2014-02-07configs: vexpress: Enable big.LITTLE power managementJon Medhurst
Signed-off-by: Jon Medhurst <tixy@linaro.org>
2014-02-07configs: vexpress: Extra options needed for TC2Jon Medhurst
TC2 has 5 CPUS and 2GB DRAM so allow the kernel to make use of all of these resources. Signed-off-by: Jon Medhurst <tixy@linaro.org>
2014-02-07Revert "panda.conf: disable CPU_IDLE to workaround Panda ES boot failure"Andrey Konovalov
This reverts commit a434a974ef95057aed905404062d4b45990fd575. This workaround for Panda ES is no longer needed. Commits "Revert "ARM: OMAP4+: CPUidle: Deprecate use of omap4_mpuss_read_prev_context_state()" and "ARM: OMAP4460: cpuidle: WA for ROM bug because of CA9 r2pX gic control register change" by Grygorii Strashko <grygorii.strashko@ti.com> seem to fix the root cause of the issue. Signed-off-by: Andrey Konovalov <andrey.konovalov@linaro.org>
2014-02-07hi3xxx.conf: disable THUMB2_KERNELAndrey Konovalov
This is required to get arch/arm/mach-hs/hilpm-cpugodp.S compiled. Enabling THUMB2 leads to errors like: hilpm-cpugodp.S:282: Error: SP not allowed in register list -- `stmia r0!,{r1,r13,r14}' Signed-off-by: Andrey Konovalov <andrey.konovalov@linaro.org>
2014-02-07configs: add config fragment for Hisilicon Hi36xx/Hi37xx based boardsAndrey Konovalov
Signed-off-by: Andrey Konovalov <andrey.konovalov@linaro.org>
2014-02-07configs: create multi_v7.conf to track multi_v7_defconfigAndrey Konovalov
Signed-off-by: Andrey Konovalov <andrey.konovalov@linaro.org>
2014-02-07panda.conf: disable CPU_IDLE to workaround Panda ES boot failureAndrey Konovalov
Signed-off-by: Andrey Konovalov <andrey.konovalov@linaro.org>
2014-02-07omap2plus.conf: sync up with omap2plus_defconfig from 3.12-rc3Andrey Konovalov
Signed-off-by: Andrey Konovalov <andrey.konovalov@linaro.org>
2014-02-07highbank.conf: enable CONFIG_HIGHMEM and CONFIG_HIGHPTE (fix 1G limit)Fathi Boudra
Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2014-02-07linaro/configs: arndale: Enable USB3503 HSIC driverTushar Behera
Signed-off-by: Tushar Behera <tushar.behera@linaro.org>
2014-02-07configs: omap2plus.conf: use distribution.conf choices for conflicting optionsAndrey Konovalov
This lets us merging distribution.conf and omap2plus.conf in any order with the same result. Before that distribution.conf must be merged last to have linux-linaro build to complete ok. Signed-off-by: Andrey Konovalov <andrey.konovalov@linaro.org>
2014-02-07configs: panda: split the config fragment into mainline and Linaro partsAndrey Konovalov
omap2plus_defconfig is actively maintained by the community. Linaro needs just few kernel config options in addition to the ones in omap2plus_defconfig. So it makes sense to track omap2plus_defconfig by omap2plus.conf, and to keep the small set of Linaro specific options for Panda board in panda.conf. Signed-off-by: Andrey Konovalov <andrey.konovalov@linaro.org>
2014-02-07linaro/configs: arndale: Enable fixed-voltage regulator supportTushar Behera
Signed-off-by: Tushar Behera <tushar.behera@linaro.org>
2014-02-07arndale.conf: enable CONFIG_TUNAndrey Konovalov
Signed-off-by: Andrey Konovalov <andrey.konovalov@linaro.org>
2014-02-07arndale.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>
2014-02-07configs: 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>
2014-02-07highbank.conf: enforce CONFIG_SCSI in the board config fragment.Fathi Boudra
Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2014-02-07highbank.conf: remove CONFIG_PREEMPT=yFathi Boudra
Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
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-07configs: vexpress64: Enable CONFIG_COMPATAndrey Konovalov
Signed-off-by: Andrey Konovalov <andrey.konovalov@linaro.org>