drivers/platform/mips/Kconfig
Source file repositories/reference/linux-study-clean/drivers/platform/mips/Kconfig
File Facts
- System
- Linux kernel
- Corpus path
drivers/platform/mips/Kconfig- Extension
[no extension]- Size
- 1034 bytes
- Lines
- 41
- Domain
- Driver Families
- Bucket
- drivers/platform
- Inferred role
- Driver Families: build/configuration rule
- Status
- atlas-only
Why This File Exists
Repeatable hardware-adapter layer. Deep compatibility for every driver is out of scope; this atlas records patterns, probe lifecycles, bus glue, IRQ/DMA usage, and links back to core abstractions.
- Repeatable hardware-adapter layer. Deep compatibility for every driver is out of scope; this atlas records patterns, probe lifecycles, bus glue, IRQ/DMA usage, and links back to core abstractions.
Dependency Surface
- No C-style include directives detected by the generator.
Detected Declarations
- No top-level syscall, struct, function, initcall, or export declaration detected by the generator.
Annotated Snippet
# SPDX-License-Identifier: GPL-2.0-only
#
# MIPS Platform Specific Drivers
#
menuconfig MIPS_PLATFORM_DEVICES
bool "MIPS Platform Specific Device Drivers"
default y
depends on MIPS
help
Say Y here to get to see options for device drivers of various
MIPS platforms, including vendor-specific netbook/laptop/desktop
extension and hardware monitor drivers. This option itself does
not add any kernel code.
If you say N, all options in this submenu will be skipped and disabled.
if MIPS_PLATFORM_DEVICES
config CPU_HWMON
bool "Loongson-3 CPU HWMon Driver"
depends on MACH_LOONGSON64
select HWMON
default y
help
Loongson-3A/3B CPU Hwmon (temperature sensor) driver.
config RS780E_ACPI
bool "Loongson RS780E ACPI Controller"
depends on MACH_LOONGSON64 || COMPILE_TEST
help
Loongson RS780E PCH ACPI Controller driver.
config LS2K_RESET
bool "Loongson-2K1000 Reset Controller"
depends on MACH_LOONGSON64 || COMPILE_TEST
help
Loongson-2K1000 Reset Controller driver.
endif # MIPS_PLATFORM_DEVICES
Annotation
- Atlas domain: Driver Families / drivers/platform.
- Implementation status: atlas-only.
Implementation Notes
- This generated page is the file-by-file coverage layer; curated subsystem chapters should link here when they synthesize a multi-file control flow.
- Core OS pages should be promoted from atlas-only to deep-reviewed when they explain data structures, invariants, locking, lifecycle, and C implementation snippets.
- Driver-family pages are intentionally pattern-oriented unless they are part of the selected PCIe/NVMe representative device path.