aboutsummaryrefslogtreecommitdiff
path: root/linaro
AgeCommit message (Collapse)Author
2015-11-16configs/vexpress64: add SATA_SIL24 and SKY2 configure for Juno PCIev3.18/topic/configsAlex Shi
User can enable vexpress64.conf as following: ARCH=arm64 scripts/kconfig/merge_config.sh arch/arm64/configs/defconfig \ linaro/configs/vexpress64.conf Signed-off-by: Alex Shi <alex.shi@linaro.org>
2015-10-22linaro-base.conf: remove CONFIG_NFS_V2 is not setChase Qi
Upstream defconfigs set CONFIG_NFS_V2=y, which is needed to test kernel with NFSroot. However when we merge the linaro-base.conf, it disables CONFIG_NFS_V2, which caused NFS mount failure. Since NFS_V2 is enabled by default in the upstream defconfigs, removing line "CONFIG_NFS_V2 is not set" will keep it enabled and fix the problem. Signed-off-by: Chase Qi <chase.qi@linaro.org> Acked-by: Kevin Hilman <khilman@linaro.org> (cherry picked from commit 5369b8553259a7acfcb1aac4819e06e8524a9581) [khilman: picked from v4.1 configs tree, branch: configs-core-tracking] Signed-off-by: Kevin Hilman <khilman@linaro.org>
2015-06-22configs: linaro-base: enable ZRAM featuresKevin Hilman
Signed-off-by: Kevin Hilman <khilman@linaro.org>
2015-06-19Revert "linaro/configs: remove options already present in base defconfig"Kevin Hilman
This reverts commit e80e30b33ac823fbbf94fc003935f9f3c1f950fb.
2015-06-19Revert "configs: linaro-base: enable ZRAM features"Kevin Hilman
This reverts commit 773ebaba52f2514f7aa5cf5c7a38d5bb466b55ec.
2015-06-02configs: linaro-base: enable ZRAM featuresKevin Hilman
Signed-off-by: Kevin Hilman <khilman@linaro.org>
2015-05-26linaro/configs: remove options already present in base defconfigKevin Hilman
Thin out linaro-specific config fragments by only leaving what is not already configured by the base defconfig (e.g. multi_v7_defconfig) Used: comm -13 <(sort -u $BASE) <(sort -u $FRAG), where $BASE is the the resulting .config of a multi_v7_defconfig build. Signed-off-by: Kevin Hilman <khilman@linaro.org>
2015-05-26linaro/configs: removed unused config fragmentsKevin Hilman
Signed-off-by: Kevin Hilman <khilman@linaro.org>
2015-05-22linaro/configs: preempt-rt: remove SLUB settingKevin Hilman
RT now has its own Kconfig dependencies setup for the right allocator so it's not needed here. Signed-off-by: Kevin Hilman <khilman@linaro.org>
2015-05-20linaro/configs: remove android.conf, not usedKevin Hilman
Android/AOSP ships with android/configs/*.cfg which should be used as config fragments. Drop the Linaro specific one in favor or the AOSP fragments. Signed-off-by: Kevin Hilman <khilman@linaro.org>
2015-05-12configs: Enable coresight by defaultMark Brown
Signed-off-by: Mark Brown <broonie@linaro.org>
2015-05-12configs: Enable RCU torture tests as masterMark Brown
Signed-off-by: Mark Brown <broonie@linaro.org>
2015-05-12configs: Enable fanotifyMark Brown
Some LTP tests use it. Signed-off-by: Mark Brown <broonie@linaro.org>
2015-05-12configs: Always enable DEBUG_INFO for perf testsMark Brown
Signed-off-by: Mark Brown <broonie@linaro.org>
2015-05-12configs: Enable BLK_DEV_LOOP everywhere for LTPMark Brown
Signed-off-by: Mark Brown <broonie@linaro.org>
2015-05-12configs: Enable USB PHY for JunoMark Brown
Signed-off-by: Mark Brown <broonie@linaro.org>
2015-05-12LSK/panda: add missed kernel configure for lsk 3.14 bootingAlex Shi
Without the added configs, the lsk 3.14 boot hang on panda board from 'start kernel' Signed-off-by: Alex Shi <alex.shi@linaro.org>
2015-05-12configs: Enable some SELinux optionsMark Brown
Going forward Android will require SELinux and we may as well make sure it does't get in the way for other configurations. Signed-off-by: Mark Brown <broonie@linaro.org>
2015-05-12configs: Enable ARMv8 crypto acceleration buildMark Brown
Signed-off-by: Mark Brown <broonie@linaro.org>
2015-05-12configs: Enable mailbox APIMark Brown
Signed-off-by: Mark Brown <broonie@linaro.org>
2015-05-12configs: Enable function tracingMark Brown
Signed-off-by: Mark Brown <broonie@linaro.org>
2015-05-12configs: Enable ARMv8 PSCI based cpuidleMark Brown
Signed-off-by: Mark Brown <broonie@linaro.org>
2015-05-12config: Enable cpufreq for vexpress64Mark Brown
Signed-off-by: Mark Brown <broonie@linaro.org>
2015-05-12configs: Enable KGDBMark Brown
Signed-off-by: Mark Brown <broonie@linaro.org>
2015-05-12configs: Enable jump label optimisation and strict devmemMark Brown
For the coverage. Signed-off-by: Mark Brown <broonie@linaro.org>
2015-05-12configs: Make cpufreq not set for RTMark Brown
Not sure this is going to do the right thing but it fixes errors that the CI sees. Why isn't the RT testing just setting the performance governor anyway? Signed-off-by: Mark Brown <broonie@linaro.org>
2015-05-12configs: juno: Add some needed configurationRyan Harkin
Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org> Signed-off-by: Mark Brown <broonie@linaro.org>
2015-05-12linaro/configs: add fragment preempt-rtAnders Roxell
Signed-off-by: Anders Roxell <anders.roxell@linaro.org> Signed-off-by: Mark Brown <broonie@linaro.org>
2015-05-12configs: Turn on huge TLB optionsMark Brown
Backported to ARMv8 but may as well test everywhere. Signed-off-by: Mark Brown <broonie@linaro.org>
2015-05-12configs: Enable TUN by defaultMark Brown
There some tests in LTP for TUN so make sure we get coverage. Signed-off-by: Mark Brown <broonie@linaro.org>
2015-05-12configs: Add big endian config fragmentMark Brown
Signed-off-by: Mark Brown <broonie@linaro.org>
2015-05-12configs: android: Enable ION dummy driver for lskJohn Stultz
Enable the ION_DUMMY driver config for lsk Signed-off-by: John Stultz <john.stultz@linaro.org> Signed-off-by: Mark Brown <broonie@linaro.org>
2015-05-12configs: Enable ION test driver, sync and ADF on AndroidMark Brown
Mainly for build coverage at this point. Signed-off-by: Mark Brown <broonie@linaro.org>
2015-05-12configs: vexpress64: Update to 8 CPUsMark Brown
For the 4x4 fast model. Signed-off-by: Mark Brown <broonie@linaro.org>
2015-05-12configs: Enable ION in Android buildsMark Brown
We don't have any devices that usefully use ION but this at least ensures that we have build coverage. Signed-off-by: Mark Brown <broonie@linaro.org>
2015-05-12configs: Remove USB from Arndale configurationMark Brown
It does not work in v3.10. Signed-off-by: Mark Brown <broonie@linaro.org>
2015-05-12configs: Remove EDID firmware from Arndale configMark Brown
It has not been backported, we will have to take a decision about backporting any extra support and what will be included. Signed-off-by: Mark Brown <broonie@linaro.org>
2015-05-12configs: Add Arndale configMark Brown
Taken from current linux-linaro. Signed-off-by: Mark Brown <broonie@linaro.org>
2015-05-12configs: Add config for OMAP4Mark Brown
Taken from current linux-linaro. Signed-off-by: Mark Brown <broonie@linaro.org>
2015-05-12configs: Add config fragment for highbankMark Brown
Taken from current linux-linaro. Signed-off-by: Mark Brown <broonie@linaro.org>
2015-05-12LSK: Add vexpress64 config fragmentMark Brown
Taken from current linux-linaro, needed to enable ARMv8 testing. Signed-off-by: Mark Brown <broonie@linaro.org.
2015-05-12configs: Add config fragments for big LITTLE IKSNaresh Kamboju
This patch adds config fragments used to enable most of the features used by big LITTLE IKS. Signed-off-by: Naresh Kamboju <naresh.kamboju@linaro.org> (cherry picked from commit 34319fb8e6f1e9c13e379383c8d1311f6b7e0cd2) Signed-off-by: Mark Brown <broonie@linaro.org>
2015-05-12Add snippet for xen-enabled kernelsWookey
2015-05-12linaro-base.conf: remove CONFIG_MTD_CHAR=y - it doesn't exist anymore.Fathi Boudra
Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2015-05-12distribution.conf: add more configs for libvirt (NETFILTER_XT_CONNMARK,Fathi Boudra
NETFILTER_XT_MARK, NETFILTER_XT_TARGET_CHECKSUM, BRIDGE_EBT_MARK_T) Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2015-05-12kvm-host.conf: remove CONFIG_NFS_*, NFS support is enabled fromFathi Boudra
linaro-base.conf Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2015-05-12add NBD guestfs accessRiku Voipio
2015-05-12kvm-host: set CONFIG_VIRTUALIZATION=yRiku Voipio
2015-05-12kvm-host: remove mmc debugRiku Voipio
2015-05-12kvm-host: enable nfs for convinienceRiku Voipio