summaryrefslogtreecommitdiff
path: root/arch/arm/mach-exynos/Kconfig
Commit message (Expand)AuthorAgeFilesLines
* ARM: exynos: Re-introduce Exynos4212 supportArtur Weber2023-05-091-0/+5
* Merge tag 'arm-multiplatform-5.19-1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-05-261-1/+0
|\
| * ARM: rework endianess selectionArnd Bergmann2022-04-081-1/+0
* | pinctrl: samsung: fix missing GPIOLIB on ARM64 Exynos configKrzysztof Kozlowski2022-04-211-1/+0
|/
* ARM: samsung: Remove HAVE_S3C2410_I2C and use direct dependenciesSam Protsenko2021-11-211-1/+0
* rtc: s3c: remove HAVE_S3C_RTC in favor of direct dependenciesWill McVicker2021-10-171-1/+0
* soc: samsung: exynos-chipid: do not enforce built-inKrzysztof Kozlowski2021-09-291-1/+0
* soc: samsung: exynos-chipid: convert to driver and merge exynos-asvKrzysztof Kozlowski2021-01-031-1/+0
* arm: remove CONFIG_ARCH_HAS_HOLES_MEMORYMODELMike Rapoport2020-12-151-1/+0
* ARM: samsung: remove HAVE_S3C2410_WATCHDOG and use direct dependenciesKrzysztof Kozlowski2020-08-191-1/+0
* soc: samsung: exynos-regulator-coupler: Add simple voltage coupler for Exynos...Marek Szyprowski2020-07-221-0/+1
* arm: Unplug KVM from the build systemMarc Zyngier2020-03-241-1/+1
* Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds2020-02-081-19/+18
|\
| * ARM: exynos: Drop unneeded select of MIGHT_HAVE_CACHE_L2X0Geert Uytterhoeven2020-01-211-1/+0
| * ARM: samsung: Rename Samsung and Exynos to lowercaseKrzysztof Kozlowski2020-01-071-18/+18
| * ARM: exynos: Correct the help text for platform Kconfig optionKrzysztof Kozlowski2020-01-071-1/+1
* | irqchip: Define EXYNOS_IRQ_COMBINERHyunki Koo2020-01-201-0/+1
|/
* ARM: exynos: Enable exynos-asv driver for ARCH_EXYNOSSylwester Nawrocki2019-10-281-0/+1
* ARM: exynos: Enable support for ARM architected timersMarek Szyprowski2019-09-091-0/+1
* ARM: exynos: Enable exynos-chipid driverPankaj Dubey2019-08-151-0/+1
* ARM: exynos: Only build MCPM support if usedArnd Bergmann2019-06-211-1/+5
* ARM: exynos: Make ARCH_EXYNOS3 a default optionKrzysztof Kozlowski2019-05-301-0/+1
* ARM: exynos: Set MCPM as mandatory for Exynos542x/5800 SoCsMarek Szyprowski2019-04-101-9/+3
* ARM: exynos: no need to select ARCH_HAS_BANDGAP any longerBartlomiej Zolnierkiewicz2018-05-031-1/+0
* ARM: exynos: Remove support for Exynos5440Krzysztof Kozlowski2018-05-021-12/+0
* ARM: EXYNOS: Add SPDX license identifiersKrzysztof Kozlowski2018-01-031-3/+1
* ARM: EXYNOS: Remove Exynos4212 related dead codeMarek Szyprowski2017-10-081-5/+0
* ARM: EXYNOS: Remove Exynos4415 arch code (SoC not supported anymore)Krzysztof Kozlowski2017-01-181-5/+0
* Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/a...Linus Torvalds2016-10-071-0/+1
|\
| * ARM: EXYNOS: Enable ARCH_SUPPORTS_BIG_ENDIAN explicitlyBen Dooks2016-08-101-0/+1
* | ARM: select PCI_DOMAINS config from ARCH_MULTIPLATFORMKishon Vijay Abraham I2016-09-211-1/+0
* | ARM: stop *MIGHT_HAVE_PCI* config from being selected redundantlyKishon Vijay Abraham I2016-09-211-1/+0
|/
* Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2016-08-011-0/+1
|\
| * soc: samsung: pm_domains: Enable COMPILE_TEST for build coverageKrzysztof Kozlowski2016-05-301-0/+1
* | Merge tag 'armsoc-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2016-08-011-1/+1
|\ \
| * | ARM: do away with ARCH_[WANT_OPTIONAL|REQUIRE]_GPIOLIBLinus Walleij2016-06-031-1/+1
| |/
* | Merge tag 'samsung-fixes-4.7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Olof Johansson2016-06-031-1/+0
|\ \ | |/ |/|
| * ARM: exynos: don't select keyboard driverArnd Bergmann2016-05-181-1/+0
* | memory: samsung: exynos-srom: Add support for bank configurationPavel Fedin2016-04-181-1/+1
* | ARM: EXYNOS: Remove SROM related register settings from mach-exynosPankaj Dubey2016-04-181-0/+3
|/
* Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/a...Linus Torvalds2016-03-201-1/+3
|\
| * drivers: soc: Add support for Exynos PMU driverPankaj Dubey2016-02-251-0/+2
| * ARM: EXYNOS: Correct header comment in Kconfig filePankaj Dubey2016-02-251-1/+1
* | ARM: EXYNOS: select THERMAL_OFArnd Bergmann2016-02-011-0/+1
|/
* Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/a...Linus Torvalds2016-01-201-0/+3
|\
| * Merge branch 'treewide/cleanup' into next/socOlof Johansson2015-12-221-1/+2
| |\
| * | ARM: EXYNOS: Switch to syscon reboot and poweroffAlim Akhtar2015-11-201-0/+3
* | | Merge tag 'armsoc-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2016-01-201-1/+2
|\ \ \ | | |/ | |/|
| * | ARM: use "depends on" for SoC configs instead of "if" after promptMasahiro Yamada2015-12-011-1/+2
| |/
* | clocksource/drivers/exynos_mct: Fix Kconfig and add COMPILE_TEST optionDaniel Lezcano2015-12-151-0/+1
|/