aboutsummaryrefslogtreecommitdiff
path: root/linaro/configs/vexpress64.conf
AgeCommit message (Collapse)Author
2013-10-07configs: vexpress64: Enable CONFIG_COMPATAndrey Konovalov
Signed-off-by: Andrey Konovalov <andrey.konovalov@linaro.org>
2013-10-07configs: vexpress: Enable the RTCJon Medhurst
The AEMv8 model supports this, so lets enable it. Signed-off-by: Jon Medhurst <tixy@linaro.org>
2013-10-07configs: vexpress64: Disable CONFIG_SERIO_I8042Jon Medhurst
This defaults to 'y' but produces a kernel oops at boot. Perhaps ARM64 should be added to the long list of architectures excluded in drivers/input/serio/Kconfig. Signed-off-by: Jon Medhurst <tixy@linaro.org>
2013-10-07configs: vexpress64: Disable CONFIG_VGA_CONSOLEJon Medhurst
This defaults to 'y' but produces a compilations error. Perhaps ARM64 should be added to the long list of architectures excluded in drivers/video/console/Kconfig. Signed-off-by: Jon Medhurst <tixy@linaro.org>
2013-10-07configs: vexpress64: Reduce config to minimum required for board supportJon Medhurst
Signed-off-by: Jon Medhurst <tixy@linaro.org>
2013-10-07configs: vexpress64: Fixes for Linux 3.9Jon Medhurst
CONFIG_PLAT_VEXPRESS has been renamed to CONFIG_ARCH_VEXPRESS and CONFIG_EXPERIMENTAL has been removed. Signed-off-by: Jon Medhurst <tixy@linaro.org>
2013-10-07configs: vexpress64: Enable regulator configsJon Medhurst
New device-trees include regulators and MMC driver gives errors if it can't find them. Signed-off-by: Jon Medhurst <tixy@linaro.org>
2013-10-07vexpress64: enable MMC needed for RTSM to bootMarcin Juszkiewicz
Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
2013-10-07enable VIRTIO_BLKMarcin Juszkiewicz
Signed-off-by: John Rigby <john.rigby@linaro.org>
2013-10-07defconfig from latest vexpress_defconfigJohn Rigby
Signed-off-by: John Rigby <john.rigby@linaro.org>
2013-10-07vexpress64.conf: updating config based on the reference config from omar's treeRicardo Salveti de Araujo
Signed-off-by: Ricardo Salveti de Araujo <ricardo.salveti@linaro.org>
2013-10-07update vexpress64.conf to one that actually buildsJohn Rigby
Signed-off-by: John Rigby <john.rigby@linaro.org>
2013-10-07vexpress64 configJohn Rigby