summaryrefslogtreecommitdiff
path: root/arch/arm/configs/tegra_bonaire_sim_defconfig
AgeCommit message (Collapse)Author
2014-01-10video: tegra: host: Separate gk20a configsLauri Peltonen
Remove "TEGRA_" from the gk20a specific configs, and move those configs to a separate Kconfig file under the gk20a directory. Also replace the config names under arch/arm/configs - it would be tedious to do this kind of renaming in separate patches. Bug 1434573 Change-Id: Ib802382badd405e0ece4d573c1bf9b5c5f08ad19 Signed-off-by: Lauri Peltonen <lpeltonen@nvidia.com> Reviewed-on: http://git-master/r/352041 Reviewed-by: Terje Bergstrom <tbergstrom@nvidia.com> Tested-by: Terje Bergstrom <tbergstrom@nvidia.com>
2014-01-09ARM: tegra: config: enable I2C on all tegra configLaxman Dewangan
Enable CONFIG_I2C on all Tegra defconfig as I2C support is require for all Tegra platforms. Change-Id: I7b3e6b44dcfe715d8f0005cdf0001143a4c16678 Signed-off-by: Laxman Dewangan <ldewangan@nvidia.com> Reviewed-on: http://git-master/r/353776
2013-10-18ARM: tegra: don't enable both SMC91X and SMSC911XMatt Craighead
Some defconfigs were enabling both, which could lead to strange problems because they would both try to use the same IRQ. Bug 1351589 Change-Id: I1f34711e18fb4f72b3c73b364324b53918fb44ce Signed-off-by: Matt Craighead <mcraighead@nvidia.com> Reviewed-on: http://git-master/r/301374 Reviewed-by: Automatic_Commit_Validation_User GVS: Gerrit_Virtual_Submit Reviewed-by: Chao Xu <cxu@nvidia.com> Reviewed-by: Bo Yan <byan@nvidia.com>
2013-09-14ARM: configs: enable SMSC911X for all configsPeng Du
Various simulators have agreed to unify the fake NIC to be SMSC911X, since both ASIM and TegraSIM support it. To ease the transition, we firstly only enable the new NIC (SMSC911X) while keep the legacy (SMC91X) card around. Plan is that when things stablized after a while, we would remove SMC91X completely from both the configs and common.c to clean up the kernel. Change-Id: I7bcfd66f32eaef4a97cfdfcaf7e002f8944dde32 Signed-off-by: Peng Du <pdu@nvidia.com> Reviewed-on: http://git-master/r/214177 Reviewed-by: Bo Yan <byan@nvidia.com> Reviewed-on: http://git-master/r/214677 Reviewed-by: Alexander Van Brunt <avanbrunt@nvidia.com> Tested-by: Alexander Van Brunt <avanbrunt@nvidia.com>
2013-09-14arm: tegra: config: enable devfreqBibek Basu
enable PM_DEVFREQ Bug 1211729 Change-Id: I9ba46b1dff21ef83032055a2f2aaf67d5d94f3d1 Signed-off-by: Bibek Basu <bbasu@nvidia.com> Reviewed-on: http://git-master/r/213951
2013-09-14arm: tegra12: bonaire defconfig for l4t buildBibek Basu
This patch adds defconfig for bonaire and bonaire_sim build for L4T Bug 1211729 Change-Id: Ief358240f7389b89a39f031e95c4d8d5b5a3d12a Signed-off-by: Bibek Basu <bbasu@nvidia.com> Reviewed-on: http://git-master/r/202023 Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: Stefan Becker <stefanb@nvidia.com> Tested-by: Stefan Becker <stefanb@nvidia.com> Reviewed-by: Chao Xu <cxu@nvidia.com>