aboutsummaryrefslogtreecommitdiff
path: root/linaro
Commit message (Collapse)AuthorAgeFilesLines
* configs/vexpress64: add SATA_SIL24 and SKY2 configure for Juno PCIeAlex Shi2015-11-161-0/+2
| | | | | | | | | 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>
* linaro-base.conf: remove CONFIG_NFS_V2 is not setChase Qi2015-10-221-1/+0
| | | | | | | | | | | | | | | | 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>
* configs: linaro-base: enable ZRAM featuresKevin Hilman2015-06-221-0/+6
| | | | Signed-off-by: Kevin Hilman <khilman@linaro.org>
* Revert "linaro/configs: remove options already present in base defconfig"Kevin Hilman2015-06-195-219/+413
| | | | This reverts commit e80e30b33ac823fbbf94fc003935f9f3c1f950fb.
* Revert "configs: linaro-base: enable ZRAM features"Kevin Hilman2015-06-191-6/+0
| | | | This reverts commit 773ebaba52f2514f7aa5cf5c7a38d5bb466b55ec.
* configs: linaro-base: enable ZRAM featuresKevin Hilman2015-06-021-0/+6
| | | | Signed-off-by: Kevin Hilman <khilman@linaro.org>
* linaro/configs: remove options already present in base defconfigKevin Hilman2015-05-265-413/+219
| | | | | | | | | | 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>
* linaro/configs: removed unused config fragmentsKevin Hilman2015-05-264-49/+0
| | | | Signed-off-by: Kevin Hilman <khilman@linaro.org>
* linaro/configs: preempt-rt: remove SLUB settingKevin Hilman2015-05-221-1/+0
| | | | | | | 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>
* linaro/configs: remove android.conf, not usedKevin Hilman2015-05-201-42/+0
| | | | | | | | 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>
* configs: Enable coresight by defaultMark Brown2015-05-121-0/+3
| | | | Signed-off-by: Mark Brown <broonie@linaro.org>
* configs: Enable RCU torture tests as masterMark Brown2015-05-121-0/+2
| | | | Signed-off-by: Mark Brown <broonie@linaro.org>
* configs: Enable fanotifyMark Brown2015-05-121-0/+1
| | | | | | Some LTP tests use it. Signed-off-by: Mark Brown <broonie@linaro.org>
* configs: Always enable DEBUG_INFO for perf testsMark Brown2015-05-121-0/+1
| | | | Signed-off-by: Mark Brown <broonie@linaro.org>
* configs: Enable BLK_DEV_LOOP everywhere for LTPMark Brown2015-05-121-0/+1
| | | | Signed-off-by: Mark Brown <broonie@linaro.org>
* configs: Enable USB PHY for JunoMark Brown2015-05-121-0/+1
| | | | Signed-off-by: Mark Brown <broonie@linaro.org>
* LSK/panda: add missed kernel configure for lsk 3.14 bootingAlex Shi2015-05-121-0/+2
| | | | | | | 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>
* configs: Enable some SELinux optionsMark Brown2015-05-121-0/+10
| | | | | | | 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>
* configs: Enable ARMv8 crypto acceleration buildMark Brown2015-05-121-0/+1
| | | | Signed-off-by: Mark Brown <broonie@linaro.org>
* configs: Enable mailbox APIMark Brown2015-05-121-0/+1
| | | | Signed-off-by: Mark Brown <broonie@linaro.org>
* configs: Enable function tracingMark Brown2015-05-121-0/+5
| | | | Signed-off-by: Mark Brown <broonie@linaro.org>
* configs: Enable ARMv8 PSCI based cpuidleMark Brown2015-05-122-0/+2
| | | | Signed-off-by: Mark Brown <broonie@linaro.org>
* config: Enable cpufreq for vexpress64Mark Brown2015-05-121-0/+4
| | | | Signed-off-by: Mark Brown <broonie@linaro.org>
* configs: Enable KGDBMark Brown2015-05-121-0/+2
| | | | Signed-off-by: Mark Brown <broonie@linaro.org>
* configs: Enable jump label optimisation and strict devmemMark Brown2015-05-121-0/+2
| | | | | | For the coverage. Signed-off-by: Mark Brown <broonie@linaro.org>
* configs: Make cpufreq not set for RTMark Brown2015-05-121-1/+1
| | | | | | | | 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>
* configs: juno: Add some needed configurationRyan Harkin2015-05-121-0/+17
| | | | | Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org> Signed-off-by: Mark Brown <broonie@linaro.org>
* linaro/configs: add fragment preempt-rtAnders Roxell2015-05-121-0/+4
| | | | | Signed-off-by: Anders Roxell <anders.roxell@linaro.org> Signed-off-by: Mark Brown <broonie@linaro.org>
* configs: Turn on huge TLB optionsMark Brown2015-05-121-0/+4
| | | | | | Backported to ARMv8 but may as well test everywhere. Signed-off-by: Mark Brown <broonie@linaro.org>
* configs: Enable TUN by defaultMark Brown2015-05-122-0/+2
| | | | | | There some tests in LTP for TUN so make sure we get coverage. Signed-off-by: Mark Brown <broonie@linaro.org>
* configs: Add big endian config fragmentMark Brown2015-05-121-0/+4
| | | | Signed-off-by: Mark Brown <broonie@linaro.org>
* configs: android: Enable ION dummy driver for lskJohn Stultz2015-05-121-0/+1
| | | | | | | 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>
* configs: Enable ION test driver, sync and ADF on AndroidMark Brown2015-05-121-0/+8
| | | | | | Mainly for build coverage at this point. Signed-off-by: Mark Brown <broonie@linaro.org>
* configs: vexpress64: Update to 8 CPUsMark Brown2015-05-121-0/+1
| | | | | | For the 4x4 fast model. Signed-off-by: Mark Brown <broonie@linaro.org>
* configs: Enable ION in Android buildsMark Brown2015-05-121-0/+1
| | | | | | | 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>
* configs: Remove USB from Arndale configurationMark Brown2015-05-121-19/+0
| | | | | | It does not work in v3.10. Signed-off-by: Mark Brown <broonie@linaro.org>
* configs: Remove EDID firmware from Arndale configMark Brown2015-05-121-1/+0
| | | | | | | 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>
* configs: Add Arndale configMark Brown2015-05-121-0/+86
| | | | | | Taken from current linux-linaro. Signed-off-by: Mark Brown <broonie@linaro.org>
* configs: Add config for OMAP4Mark Brown2015-05-121-0/+194
| | | | | | Taken from current linux-linaro. Signed-off-by: Mark Brown <broonie@linaro.org>
* configs: Add config fragment for highbankMark Brown2015-05-121-0/+40
| | | | | | Taken from current linux-linaro. Signed-off-by: Mark Brown <broonie@linaro.org>
* LSK: Add vexpress64 config fragmentMark Brown2015-05-121-0/+31
| | | | | | Taken from current linux-linaro, needed to enable ARMv8 testing. Signed-off-by: Mark Brown <broonie@linaro.org.
* configs: Add config fragments for big LITTLE IKSNaresh Kamboju2015-05-121-0/+5
| | | | | | | | | 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>
* Add snippet for xen-enabled kernelsWookey2015-05-121-0/+7
|
* linaro-base.conf: remove CONFIG_MTD_CHAR=y - it doesn't exist anymore.Fathi Boudra2015-05-121-1/+0
| | | | Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
* distribution.conf: add more configs for libvirt (NETFILTER_XT_CONNMARK,Fathi Boudra2015-05-121-0/+4
| | | | | | NETFILTER_XT_MARK, NETFILTER_XT_TARGET_CHECKSUM, BRIDGE_EBT_MARK_T) Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
* kvm-host.conf: remove CONFIG_NFS_*, NFS support is enabled fromFathi Boudra2015-05-121-15/+0
| | | | | | linaro-base.conf Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
* add NBD guestfs accessRiku Voipio2015-05-121-0/+1
|
* kvm-host: set CONFIG_VIRTUALIZATION=yRiku Voipio2015-05-121-0/+1
|
* kvm-host: remove mmc debugRiku Voipio2015-05-121-1/+0
|
* kvm-host: enable nfs for convinienceRiku Voipio2015-05-121-0/+14
|