aboutsummaryrefslogtreecommitdiff
path: root/linaro/configs/distribution.conf
AgeCommit message (Collapse)Author
2015-06-19Revert "linaro/configs: remove options already present in base defconfig"Kevin Hilman
This reverts commit e80e30b33ac823fbbf94fc003935f9f3c1f950fb.
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-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-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-12distribution.conf: add CONFIG_BRIDGE=mFathi Boudra
Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2015-05-12Add CONFIG_BRIDGE_NETFILTER and CONFIG_BRIDGE_NF_EBTABLES for libvirtFathi Boudra
Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2015-05-12distribution: add CONFIG_IP_NF_MANGLE and CONFIG_IP6_NF_MANGLEFathi Boudra
Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2015-05-12Rename ubuntu-minimal.conf to distribution.conf:Fathi Boudra
the config fragment is now used for booting various distributions like Fedora, OpenEmbedded, Ubuntu. It isn't specific to Ubuntu anymore. Remove ubuntu.conf: the config fragment is unused. Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>