arch/sh/boards/mach-sdk7780/Kconfig

Source file repositories/reference/linux-study-clean/arch/sh/boards/mach-sdk7780/Kconfig

File Facts

System
Linux kernel
Corpus path
arch/sh/boards/mach-sdk7780/Kconfig
Extension
[no extension]
Size
332 bytes
Lines
18
Domain
Architecture Layer
Bucket
arch/sh
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
if SH_SDK7780

choice
	prompt "SDK7780 options"
	default SH_SDK7780_BASE

config SH_SDK7780_BASE
	bool "SDK7780 with base-board support"
	depends on CPU_SUBTYPE_SH7780
	help
	  Selecting this option will enable support for the expansion
	  baseboard devices. If in doubt, say Y.

endchoice

endif

Annotation

Implementation Notes