| Kconfig (5ca56718917a353a7a916b182f6d7f1f2479c5bf) | Kconfig (a00cd11b3986f4ab9b43f553785c3f9e8fb64323) |
|---|---|
| 1# 2# X86 Platform Specific Drivers 3# 4 5menuconfig X86_PLATFORM_DEVICES 6 bool "X86 Platform Specific Device Drivers" 7 default y | 1# 2# X86 Platform Specific Drivers 3# 4 5menuconfig X86_PLATFORM_DEVICES 6 bool "X86 Platform Specific Device Drivers" 7 default y |
| 8 depends on X86 |
|
| 8 ---help--- 9 Say Y here to get to see options for device drivers for various 10 x86 platforms, including vendor-specific laptop extension drivers. 11 This option alone does not add any kernel code. 12 13 If you say N, all options in this submenu will be skipped and disabled. 14 15if X86_PLATFORM_DEVICES --- 568 unchanged lines hidden --- | 9 ---help--- 10 Say Y here to get to see options for device drivers for various 11 x86 platforms, including vendor-specific laptop extension drivers. 12 This option alone does not add any kernel code. 13 14 If you say N, all options in this submenu will be skipped and disabled. 15 16if X86_PLATFORM_DEVICES --- 568 unchanged lines hidden --- |