arch/arc/plat-hsdk/Kconfig

Source file repositories/reference/linux-study-clean/arch/arc/plat-hsdk/Kconfig

File Facts

System
Linux kernel
Corpus path
arch/arc/plat-hsdk/Kconfig
Extension
[no extension]
Size
340 bytes
Lines
15
Domain
Architecture Layer
Bucket
arch/arc
Inferred role
Architecture Layer: build/configuration rule
Status
atlas-only

Why This File Exists

CPU and platform-specific kernel glue: boot entry, traps, syscall entry, interrupts, page tables, context switch, and low-level barriers.

Dependency Surface

Detected Declarations

Annotated Snippet

# SPDX-License-Identifier: GPL-2.0-only
# Copyright (C) 2017 Synopsys, Inc. (www.synopsys.com)
#

menuconfig ARC_SOC_HSDK
	bool "ARC HS Development Kit SOC"
	depends on ISA_ARCV2
	select ARC_HAS_ACCL_REGS
	select ARC_IRQ_NO_AUTOSAVE
	select ARC_FPU_SAVE_RESTORE
	select CLK_HSDK
	select RESET_CONTROLLER
	select RESET_HSDK
	select HAVE_PCI

Annotation

Implementation Notes