]> Git Repo - J-linux.git/blob - arch/arm/mach-gemini/Kconfig
Merge tag 'vfs-6.13-rc7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
[J-linux.git] / arch / arm / mach-gemini / Kconfig
1 # SPDX-License-Identifier: GPL-2.0-only
2 menuconfig ARCH_GEMINI
3         bool "Cortina Systems Gemini"
4         depends on ARCH_MULTI_V4
5         depends on CPU_LITTLE_ENDIAN
6         select ARCH_HAS_RESET_CONTROLLER
7         select ARM_AMBA
8         select ARM_APPENDED_DTB # Old Redboot bootloaders deployed
9         select COMMON_CLK_GEMINI
10         select FARADAY_FTINTC010
11         select FTTMR010_TIMER
12         select GPIO_FTGPIO010
13         select GPIOLIB
14         select PINCTRL
15         select PINCTRL_GEMINI
16         select POWER_RESET
17         select POWER_RESET_GEMINI_POWEROFF
18         select POWER_RESET_SYSCON
19         help
20           Support for the Cortina Systems Gemini family SoCs
This page took 0.029247 seconds and 4 git commands to generate.