summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-tegra/Kconfig
Commit message (Expand)AuthorAgeFilesLines
* arch: define the ARCH_DMA_ADDR_T_64BIT config symbol in lib/KconfigChristoph Hellwig2018-05-091-1/+0
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* ARM: tegra: Select appropriate DMA options for LPAEPaul Kocialkowski2017-07-311-0/+2
* ARM: do away with ARCH_[WANT_OPTIONAL|REQUIRE]_GPIOLIBLinus Walleij2016-06-031-1/+1
* Merge tag 'tegra-for-4.5-soc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Olof Johansson2016-01-121-52/+0
|\
| * ARM: tegra: select USB_ULPI from EHCI rather than platformArnd Bergmann2015-11-241-2/+0
| * soc/tegra: Provide per-SoC Kconfig symbolsThierry Reding2015-11-241-51/+1
* | ARM: use "depends on" for SoC configs instead of "if" after promptMasahiro Yamada2015-12-011-1/+2
|/
* clk: tegra: Add functions for parsing CVB tablesTuomas Tynkkynen2015-07-161-0/+1
* clocksource: Build Tegra timer on 32-bit ARM onlyThierry Reding2015-01-091-0/+4
* ARM: tegra: Move AHB Kconfig to drivers/ambaThierry Reding2014-11-261-8/+1
* ARM: use menuconfig for sub-arch menusRob Herring2014-06-171-4/+3
* ARM: Remove ARCH_HAS_CPUFREQ config optionStephen Boyd2014-06-171-1/+0
* ARM: kconfig: allow PCI support to be selected with ARCH_MULTIPLATFORMWill Deacon2014-05-291-1/+0
* ARM: tegra: remove TEGRA_EMC_SCALING_ENABLEPaul Bolle2014-04-241-3/+0
* Merge tag 'cleanup-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds2014-04-051-8/+0
|\
| * ARM: select MIGHT_HAVE_CACHE_L2X0 for V6 and V7 multi-platformRob Herring2014-02-191-1/+0
| * ARM: select HAVE_SMP for V7 multi-platformRob Herring2014-02-191-1/+0
| * ARM: centralize common multi-platform kconfig optionsRob Herring2014-02-191-6/+0
* | usb: host: remove selects of USB_ARCH_HAS_?HCIPaul Bolle2014-02-181-1/+0
|/
* Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-01-231-0/+1
|\
| * ARM: tegra: add support for Trusted FoundationsAlexandre Courbot2013-12-131-0/+1
* | Merge tag 'tegra-for-3.14-soc' of git://git.kernel.org/pub/scm/linux/kernel/g...Olof Johansson2013-12-261-0/+1
|\ \
| * | ARM: tegra: select PINCTRL_TEGRA124 for Tegra124 SoCLaxman Dewangan2013-12-121-0/+1
| |/
* | ARM: tegra: select the reset frameworkStephen Warren2013-12-111-0/+2
|/
* Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2013-11-141-1/+1
|\
| * ARM: fix build errors caused by selection of errata 798181Russell King2013-10-211-1/+1
* | Merge tag 'soc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus Torvalds2013-11-111-0/+8
|\ \
| * | ARM: tegra: add Tegra124 SoC supportJoseph Lo2013-10-181-0/+8
* | | Merge tag 'tegra-for-3.13-cleanup' of git://git.kernel.org/pub/scm/linux/kern...Kevin Hilman2013-10-171-1/+1
|\ \ \ | |/ /
| * | ARM: tegra: fix ARCH_TEGRA_114_SOC select sort orderStephen Warren2013-10-071-1/+1
| |/
* | ARM: drop explicit selection of HAVE_CLK and CLKDEV_LOOKUPUwe Kleine-König2013-10-071-2/+0
|/
* Merge tag 'soc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus Torvalds2013-09-061-20/+8
|\
| * ARM: tegra: Drop ARCH_SUPPORTS_MSI and sort listThierry Reding2013-08-291-2/+1
| * PCI: tegra: Move PCIe driver to drivers/pci/hostThierry Reding2013-08-131-5/+2
| * ARM: tegra: unify Tegra's Kconfig a bit moreStephen Warren2013-08-081-15/+6
| * ARM: tegra: enable Cortex-A15 erratum 798181Joseph Lo2013-07-151-0/+1
* | Merge tag 'remove-local-timers' of git://git.kernel.org/pub/scm/linux/kernel/...Olof Johansson2013-07-231-1/+1
|\ \ | |/ |/|
| * ARM: smp_twd: Divorce smp_twd from local timer APIStephen Boyd2013-06-241-1/+1
* | Merge tag 'pm+acpi-3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-07-031-3/+0
|\ \
| * | cpufreq: tegra: create CONFIG_ARM_TEGRA_CPUFREQViresh Kumar2013-06-181-3/+0
| |/
* | arm: fix up ARM_ARCH_TIMER selectsMark Rutland2013-06-071-1/+1
|/
* Merge branch 'late/fixes' into fixesOlof Johansson2013-05-091-0/+1
|\
| * ARM: tegra: Tegra114 needs CPU_FREQ_TABLEArnd Bergmann2013-05-031-0/+1
* | Merge tag 'multiplatform-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-05-021-7/+22
|\ \
| * | ARM: Push selects for TWD/SCU into machine entriesStephen Boyd2013-04-091-0/+2
| * | ARM: tegra: convert to multi-platformStephen Warren2013-03-291-7/+20
| |/
* | arm: tegra: fix Kconfig select clausesFelipe Balbi2013-03-201-4/+4
|/
* ARM: tegra: sort Kconfig selects for Tegra114Stephen Warren2013-02-091-2/+2
* ARM: tegra: enable ARCH_REQUIRE_GPIOLIB for Tegra114Stephen Warren2013-02-091-2/+0
OpenPOWER on IntegriCloud