mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-25 12:12:35 +07:00
d61b7a572b
Quite a bit of code gets removed, and some stuff moved around, mostly the old samsung s3c24xx stuff. There should be no functional changes in this series otherwise. Some cleanups have dependencies on other arm-soc branches and will be sent in the second round. Signed-off-by: Arnd Bergmann <arnd@arndb.de> -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) iQIVAwUAT2pCjGCrR//JCVInAQLd8RAAqCxhzSc4ewTUP/974gVhujj3TrpiEQcS FKvYWF76yP38Lbf3CJZBZaONRtrQNOhYpVQ0jb3WCV4F8mEH9PCes2q9RObeBYiY TNX8VdcuVjX2U9HaH0+RQtBUdujNLHpEOqtO57un7T5UDNssR5JOive1tNAooRv1 pL0Hgx3AVqUbNOPpqQqHzy/MDdd67S6dX80yysANjFGMX87Nvp/ztYAdNnIdta+Z pDJt+DPlmK8LvjoSL3SEUN0p3Thk75621cCuauGq88PLIB2w62tzF0NFFbvIAgJT 3aMlHM2flOiTJAWkUvA8zJiUzwv/0vYvH3xPoTo84abve3lVfZcY+fHNcfxE/Gge ri2MmkHyimVP3rNeyM0GbN1RTej1TN1MezeQW3nq2wP6nvS2k0/t32ObLLtWU7XA 6iA0hKVMSnhqj4ln6jPAmyaDkaWHyYz97urhgetHqGadvLTiGPXCSBPalSiFmyMo 11tvuqwUNz9tw4nsvGboFQwS2ZoVquC5inoHp5seqZETkGCB67JyeRGxtAM4gbP/ wIRa3OBLY99yo1on6QovWNnSOMC6X4cOvBI/qHIjSEY/T9JVkslY87gRg3LkxCBR XpXfZ6iuLHoSRUGcIjE8D6KHjMgWIDPRnLkIliK4H+3Jn08g0R1MxCplevFCRtis egswZ8C24Xw= =o5Xl -----END PGP SIGNATURE----- Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc Pull "ARM: global cleanups" from Arnd Bergmann: "Quite a bit of code gets removed, and some stuff moved around, mostly the old samsung s3c24xx stuff. There should be no functional changes in this series otherwise. Some cleanups have dependencies on other arm-soc branches and will be sent in the second round. Signed-off-by: Arnd Bergmann <arnd@arndb.de>" Fixed up trivial conflicts mainly due to #include's being changes on both sides. * tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc: (121 commits) ep93xx: Remove unnecessary includes of ep93xx-regs.h ep93xx: Move EP93XX_SYSCON defines to SoC private header ep93xx: Move crunch code to mach-ep93xx directory ep93xx: Make syscon access functions private to SoC ep93xx: Configure GPIO ports in core code ep93xx: Move peripheral defines to local SoC header ep93xx: Convert the watchdog driver into a platform device. ep93xx: Use ioremap for backlight driver ep93xx: Move GPIO defines to gpio-ep93xx.h ep93xx: Don't use system controller defines in audio drivers ep93xx: Move PHYS_BASE defines to local SoC header file ARM: EXYNOS: Add clock register addresses for EXYNOS4X12 bus devfreq driver ARM: EXYNOS: add clock registers for exynos4x12-cpufreq PM / devfreq: update the name of EXYNOS clock registers that were omitted PM / devfreq: update the name of EXYNOS clock register ARM: EXYNOS: change the prefix S5P_ to EXYNOS4_ for clock ARM: EXYNOS: use static declaration on regarding clock ARM: EXYNOS: replace clock.c for other new EXYNOS SoCs ARM: OMAP2+: Fix build error after merge ARM: S3C24XX: remove call to s3c24xx_setup_clocks ...
148 lines
3.7 KiB
Plaintext
148 lines
3.7 KiB
Plaintext
if ARCH_TEGRA
|
|
|
|
comment "NVIDIA Tegra options"
|
|
|
|
config ARCH_TEGRA_2x_SOC
|
|
bool "Enable support for Tegra20 family"
|
|
select CPU_V7
|
|
select ARM_GIC
|
|
select ARCH_REQUIRE_GPIOLIB
|
|
select PINCTRL
|
|
select PINCTRL_TEGRA20
|
|
select USB_ARCH_HAS_EHCI if USB_SUPPORT
|
|
select USB_ULPI if USB_SUPPORT
|
|
select USB_ULPI_VIEWPORT if USB_SUPPORT
|
|
select ARM_ERRATA_720789
|
|
select ARM_ERRATA_742230
|
|
select ARM_ERRATA_751472
|
|
select ARM_ERRATA_754327
|
|
select ARM_ERRATA_764369
|
|
select PL310_ERRATA_727915 if CACHE_L2X0
|
|
select PL310_ERRATA_769419 if CACHE_L2X0
|
|
select CPU_FREQ_TABLE if CPU_FREQ
|
|
help
|
|
Support for NVIDIA Tegra AP20 and T20 processors, based on the
|
|
ARM CortexA9MP CPU and the ARM PL310 L2 cache controller
|
|
|
|
config ARCH_TEGRA_3x_SOC
|
|
bool "Enable support for Tegra30 family"
|
|
select CPU_V7
|
|
select ARM_GIC
|
|
select ARCH_REQUIRE_GPIOLIB
|
|
select PINCTRL
|
|
select PINCTRL_TEGRA30
|
|
select USB_ARCH_HAS_EHCI if USB_SUPPORT
|
|
select USB_ULPI if USB_SUPPORT
|
|
select USB_ULPI_VIEWPORT if USB_SUPPORT
|
|
select USE_OF
|
|
select ARM_ERRATA_743622
|
|
select ARM_ERRATA_751472
|
|
select ARM_ERRATA_754322
|
|
select ARM_ERRATA_764369
|
|
select PL310_ERRATA_769419 if CACHE_L2X0
|
|
select CPU_FREQ_TABLE if CPU_FREQ
|
|
help
|
|
Support for NVIDIA Tegra T30 processor family, based on the
|
|
ARM CortexA9MP CPU and the ARM PL310 L2 cache controller
|
|
|
|
config TEGRA_PCI
|
|
bool "PCI Express support"
|
|
depends on ARCH_TEGRA_2x_SOC
|
|
select PCI
|
|
|
|
comment "Tegra board type"
|
|
|
|
config MACH_HARMONY
|
|
bool "Harmony board"
|
|
depends on ARCH_TEGRA_2x_SOC
|
|
select MACH_HAS_SND_SOC_TEGRA_WM8903 if SND_SOC
|
|
help
|
|
Support for nVidia Harmony development platform
|
|
|
|
config MACH_KAEN
|
|
bool "Kaen board"
|
|
depends on ARCH_TEGRA_2x_SOC
|
|
select MACH_SEABOARD
|
|
select MACH_HAS_SND_SOC_TEGRA_WM8903 if SND_SOC
|
|
help
|
|
Support for the Kaen version of Seaboard
|
|
|
|
config MACH_PAZ00
|
|
bool "Paz00 board"
|
|
depends on ARCH_TEGRA_2x_SOC
|
|
help
|
|
Support for the Toshiba AC100/Dynabook AZ netbook
|
|
|
|
config MACH_SEABOARD
|
|
bool "Seaboard board"
|
|
depends on ARCH_TEGRA_2x_SOC
|
|
select MACH_HAS_SND_SOC_TEGRA_WM8903 if SND_SOC
|
|
help
|
|
Support for nVidia Seaboard development platform. It will
|
|
also be included for some of the derivative boards that
|
|
have large similarities with the seaboard design.
|
|
|
|
config MACH_TEGRA_DT
|
|
bool "Generic Tegra20 board (FDT support)"
|
|
depends on ARCH_TEGRA_2x_SOC
|
|
select USE_OF
|
|
help
|
|
Support for generic NVIDIA Tegra20 boards using Flattened Device Tree
|
|
|
|
config MACH_TRIMSLICE
|
|
bool "TrimSlice board"
|
|
depends on ARCH_TEGRA_2x_SOC
|
|
select TEGRA_PCI
|
|
help
|
|
Support for CompuLab TrimSlice platform
|
|
|
|
config MACH_WARIO
|
|
bool "Wario board"
|
|
depends on ARCH_TEGRA_2x_SOC
|
|
select MACH_SEABOARD
|
|
help
|
|
Support for the Wario version of Seaboard
|
|
|
|
config MACH_VENTANA
|
|
bool "Ventana board"
|
|
depends on ARCH_TEGRA_2x_SOC
|
|
select MACH_TEGRA_DT
|
|
help
|
|
Support for the nVidia Ventana development platform
|
|
|
|
choice
|
|
prompt "Low-level debug console UART"
|
|
default TEGRA_DEBUG_UART_NONE
|
|
|
|
config TEGRA_DEBUG_UART_NONE
|
|
bool "None"
|
|
|
|
config TEGRA_DEBUG_UARTA
|
|
bool "UART-A"
|
|
|
|
config TEGRA_DEBUG_UARTB
|
|
bool "UART-B"
|
|
|
|
config TEGRA_DEBUG_UARTC
|
|
bool "UART-C"
|
|
|
|
config TEGRA_DEBUG_UARTD
|
|
bool "UART-D"
|
|
|
|
config TEGRA_DEBUG_UARTE
|
|
bool "UART-E"
|
|
|
|
endchoice
|
|
|
|
config TEGRA_SYSTEM_DMA
|
|
bool "Enable system DMA driver for NVIDIA Tegra SoCs"
|
|
default y
|
|
help
|
|
Adds system DMA functionality for NVIDIA Tegra SoCs, used by
|
|
several Tegra device drivers
|
|
|
|
config TEGRA_EMC_SCALING_ENABLE
|
|
bool "Enable scaling the memory frequency"
|
|
|
|
endif
|