32 lines · plain
1#2# LoongArch Platform Specific Drivers3#4 5menuconfig LOONGARCH_PLATFORM_DEVICES6 bool "LoongArch Platform Specific Device Drivers"7 default y8 depends on LOONGARCH9 help10 Say Y here to get to see options for device drivers of various11 LoongArch platforms, including vendor-specific laptop/desktop12 extension and hardware monitor drivers. This option itself does13 not add any kernel code.14 15 If you say N, all options in this submenu will be skipped and disabled.16 17if LOONGARCH_PLATFORM_DEVICES18 19config LOONGSON_LAPTOP20 tristate "Generic Loongson-3 Laptop Driver"21 depends on ACPI22 depends on BACKLIGHT_CLASS_DEVICE23 depends on INPUT24 depends on MACH_LOONGSON6425 select ACPI_VIDEO26 select INPUT_SPARSEKMAP27 default y28 help29 ACPI-based Loongson-3 family laptops generic driver.30 31endif # LOONGARCH_PLATFORM_DEVICES32