arch/sh/boards/mach-migor/Kconfig

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

File Facts

System
Linux kernel
Corpus path
arch/sh/boards/mach-migor/Kconfig
Extension
[no extension]
Size
237 bytes
Lines
17
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_MIGOR

choice
	prompt "Migo-R LCD Panel Board Selection"
	default SH_MIGOR_QVGA

config SH_MIGOR_QVGA
	bool "QVGA (320x240)"

config SH_MIGOR_RTA_WVGA
	bool "RTA WVGA (800x480)"

endchoice

endif

Annotation

Implementation Notes