Add ubuntu_vexpress_defconfig

arch/arm/configs/vexpress_defconfig is not updated for more than a year,
and should not be used for vexpress builds.
The correct ubuntu kernel config is now produced by the following command:
ARCH=arm scripts/kconfig/merge_config.sh \
    linaro/configs/linaro-base.conf linaro/configs/ubuntu.conf \
    linaro/configs/big-LITTLE-MP.conf linaro/configs/vexpress.conf
This commit puts the config created by the command above into
arch/arm/configs/ubuntu_vexpress_defconfig for convenience (lines
starting with # removed).

    Signed-off-by: Andrey Konovalov <andrey.konovalov@linaro.org>
1 file changed