]> Git Repo - linux.git/blob - drivers/clk/socfpga/Kconfig
Merge tag 'audit-pr-20221003' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoor...
[linux.git] / drivers / clk / socfpga / Kconfig
1 # SPDX-License-Identifier: GPL-2.0
2 config CLK_INTEL_SOCFPGA
3         bool "Intel SoCFPGA family clock support" if COMPILE_TEST && !ARCH_INTEL_SOCFPGA
4         default ARCH_INTEL_SOCFPGA
5         help
6           Support for the clock controllers present on Intel SoCFPGA and eASIC
7           devices like Aria, Cyclone, Stratix 10, Agilex and N5X eASIC.
8
9 if CLK_INTEL_SOCFPGA
10
11 config CLK_INTEL_SOCFPGA32
12         bool "Intel Aria / Cyclone clock controller support" if COMPILE_TEST && (!ARM || !ARCH_INTEL_SOCFPGA)
13         default ARM && ARCH_INTEL_SOCFPGA
14
15 config CLK_INTEL_SOCFPGA64
16         bool "Intel Stratix / Agilex / N5X clock controller support" if COMPILE_TEST && (!ARM64 || !ARCH_INTEL_SOCFPGA)
17         default ARM64 && ARCH_INTEL_SOCFPGA
18
19 endif # CLK_INTEL_SOCFPGA
This page took 0.037517 seconds and 4 git commands to generate.