aboutsummaryrefslogtreecommitdiff
path: root/linaro/configs/vexpress.conf
AgeCommit message (Collapse)Author
2014-02-07ARM: VExpress: PSCI: Compile PSCI code by defaultLiviu Dudau
Compile support for PSCI by default and let the command line decide whether support for SMC calls gets enabled or not. Signed-off-by: Liviu Dudau <Liviu.Dudau@arm.com>
2014-02-07linaro/configs: rtsm: add virtio mmio supportRyan Harkin
Add support for the virtio mmio block device to the configs. This also requires a corresponding DTB change to also add the virtio device. Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
2014-02-07configs: vexpress: Enable TC2 cpufreq driverJon Medhurst
Note, for the sake of a faster boot and better performance, we default to maximum CPU clock frequency (CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE) and will rely on user-side scripts on Android and Ubuntu to change this as appropriate for big.LITTLE power saving. E.g. changing LITTLE cores to 'ondemand'. Signed-off-by: Jon Medhurst <tixy@linaro.org>
2014-02-07configs: vexpress: Enable big.LITTLE power managementJon Medhurst
Signed-off-by: Jon Medhurst <tixy@linaro.org>
2014-02-07configs: vexpress: Extra options needed for TC2Jon Medhurst
TC2 has 5 CPUS and 2GB DRAM so allow the kernel to make use of all of these resources. Signed-off-by: Jon Medhurst <tixy@linaro.org>
2014-02-07configs: vexpress: Enable LEDsJon Medhurst
To provide access to LEDs enable CONFIG_LEDS_CLASS=y CONFIG_LEDS_GPIO=y (LED's are available from user side under under /sys/class/leds) To use the motherboard LEDs to show CPU activity... CONFIG_LEDS_TRIGGERS=y CONFIG_LEDS_TRIGGER_HEARTBEAT=y CONFIG_LEDS_TRIGGER_CPU=y Signed-off-by: Jon Medhurst <tixy@linaro.org>
2014-02-07configs: vexpress: Changes needed for Linux 3.9Jon Medhurst
Signed-off-by: Jon Medhurst <tixy@linaro.org>
2014-02-07configs: vexpress: Changes needed for Linux 3.8Jon Medhurst
Signed-off-by: Jon Medhurst <tixy@linaro.org>
2014-02-07configs: vexpress: Enable CONFIG_SMC91XJon Medhurst
This is the ethernet device RTSM models and we want normal vexpress kernels also working on RTSM. Signed-off-by: Jon Medhurst <tixy@linaro.org>
2014-02-07configs: vexpress: Basic board config fragmentJon Medhurst
Signed-off-by: Jon Medhurst <tixy@linaro.org>