Staging
v0.7.0
https://github.com/torvalds/linux
Raw File
Tip revision: 79a3aaa7b82e3106be97842dedfd8429248896e6 authored by Linus Torvalds on 31 March 2019, 21:39:29 UTC
Linux 5.1-rc3
Tip revision: 79a3aaa
Kconfig
menuconfig ARCH_GEMINI
	bool "Cortina Systems Gemini"
	depends on ARCH_MULTI_V4
	select ARCH_HAS_RESET_CONTROLLER
	select ARM_AMBA
	select ARM_APPENDED_DTB # Old Redboot bootloaders deployed
	select COMMON_CLK_GEMINI
	select FARADAY_FTINTC010
	select FTTMR010_TIMER
	select GPIO_FTGPIO010
	select GPIOLIB
	select PINCTRL
	select PINCTRL_GEMINI
	select POWER_RESET
	select POWER_RESET_GEMINI_POWEROFF
	select POWER_RESET_SYSCON
	help
	  Support for the Cortina Systems Gemini family SoCs
back to top