aboutsummaryrefslogtreecommitdiff
path: root/linaro/configs/arndale.conf
AgeCommit message (Collapse)Author
2014-06-18configs: Add Arndale configMark Brown
Taken from current linux-linaro. Signed-off-by: Mark Brown <broonie@linaro.org>
2014-03-19linaro/configs: arndale: Enable thermal configTushar Behera
Signed-off-by: Tushar Behera <tushar.behera@linaro.org>
2014-02-11linaro/configs: arndale/arndale_octa: Remove undefined config symbolsTushar Behera
Signed-off-by: Tushar Behera <tushar.behera@linaro.org>
2014-02-11linaro/configs: arndale/arndale_octa: Enable EDID firmware blob in LT configTushar Behera
The firmware blob is added in LT tree, hence the config option should be enabled in lt-specific config fragment. Signed-off-by: Tushar Behera <tushar.behera@linaro.org>
2014-02-07linaro/configs: arndale: Enable stub-audio supportTushar Behera
Signed-off-by: Tushar Behera <tushar.behera@linaro.org>
2014-02-07linaro/configs: arndale: Load EDID firmware blobTushar Behera
Signed-off-by: Tushar Behera <tushar.behera@linaro.org>
2014-02-07linaro/configs: arndale: Enable DRM-HDMI supportTushar Behera
Signed-off-by: Tushar Behera <tushar.behera@linaro.org>
2014-02-07linaro/configs: arndale: Enable SATA supportTushar Behera
Signed-off-by: Tushar Behera <tushar.behera@linaro.org>
2014-02-07linaro/configs: arndale: Disable XHCI supportTushar Behera
Currently we are getting a boot-time panic when XHCI is enabled. Till the issue is fixed, XHCI would be disabled. USB 2.0 port would be active. Signed-off-by: Tushar Behera <tushar.behera@linaro.org>
2014-02-07linaro/configs: arndale: Enable RTC supportTushar Behera
Signed-off-by: Tushar Behera <tushar.behera@linaro.org>
2014-02-07linaro/configs: arndale: Enable CMA supportTushar Behera
Signed-off-by: Tushar Behera <tushar.behera@linaro.org>
2014-02-07linaro/configs: arndale: Set dwc3 to host modeTushar Behera
DWC3 is not working in default 'Dual Role mode'. Till the issue is fixed, setting this to host mode so that at least we can start using USB 3.0 devices on Arndale board. Signed-off-by: Tushar Behera <tushar.behera@linaro.org>
2014-02-07linaro/configs: arndale: Update config name for EHCI host driverTushar Behera
Config name USB_EHCI_S5P is now replaced by USB_EHCI_EXYNOS. Signed-off-by: Tushar Behera <tushar.behera@linaro.org>
2014-02-07linaro/configs: arndale: Enable USB3503 HSIC driverTushar Behera
Signed-off-by: Tushar Behera <tushar.behera@linaro.org>
2014-02-07linaro/configs: arndale: Enable fixed-voltage regulator supportTushar Behera
Signed-off-by: Tushar Behera <tushar.behera@linaro.org>
2014-02-07arndale.conf: enable CONFIG_TUNAndrey Konovalov
Signed-off-by: Andrey Konovalov <andrey.konovalov@linaro.org>
2014-02-07arndale.conf: remove DEBUG_LL and EARLY_PRINTKAndrey Konovalov
Also remove DEBUG_S3C_UART2=y as it depends on the above options. These debugging options are causing problems to XEN. If still needed, could be moved to a separate config fragment. Signed-off-by: Andrey Konovalov <andrey.konovalov@linaro.org>
2014-02-07linaro/configs: arndale: Enable configs to support suspend/resumeTushar Behera
Mark the SD/MMC cards as non-removable and enable support for GPIO buttons. Signed-off-by: Tushar Behera <tushar.behera@linaro.org>
2014-02-07linaro/configs: arndale: Enable USB supportTushar Behera
Signed-off-by: Tushar Behera <tushar.behera@linaro.org>
2014-02-07linaro/configs: arndale: Update as per 3.10-rc1 kernelTushar Behera
Signed-off-by: Tushar Behera <tushar.behera@linaro.org>
2014-02-07linaro/configs: arndale: Set CONFIG_PREEMPT_NONETushar Behera
Signed-off-by: Tushar Behera <tushar.behera@linaro.org>
2014-02-07linaro/configs: arndale: Remove default/unnecessary optionsTushar Behera
Signed-off-by: Tushar Behera <tushar.behera@linaro.org>
2014-02-07linaro/configs: arndale: Enable runtime PM supportTushar Behera
Signed-off-by: Tushar Behera <tushar.behera@linaro.org>
2014-02-07linaro/configs: arndale: Use 2G/2G memory splitTushar Behera
Arndale has 2GB of RAM. Using 3G/1G memory split, half of the board's RAM ends up being "highmem", severely impacting system performance. It also means that kernel code must explicitly manage mapping in/out of any code/data resident above physical address 0x80000000. Using 2G/2G memory split is the optimum configuration. Suggested-by: Leif Lindholm <leif.lindholm@linaro.org> Signed-off-by: Tushar Behera <tushar.behera@linaro.org>
2014-02-07configs: arndale: disable CONFIG_DEBUG_MUTEXESAndrey Konovalov
This debug option adds significant overhead. E.g. netperf on the loopback improves by ~200% with DEBUG_MUTEXES disabled. Signed-off-by: Andrey Konovalov <andrey.konovalov@linaro.org>
2014-02-07linaro/configs: arndale: Enable USB-Ethernet driversTushar Behera
Signed-off-by: Tushar Behera <tushar.behera@linaro.org>
2014-02-07linaro/configs: arndale: Add initial board config fragmentTushar Behera
Signed-off-by: Tushar Behera <tushar.behera@linaro.org>