/Linux-v6.6/drivers/hwmon/pmbus/ |
D | Kconfig | 10 Say yes here if you want to enable PMBus support. 21 If you say yes here you get hardware monitoring support for generic 33 If you say yes here you get hardware monitoring support for the ACBEL 44 If you say yes here you get hardware monitoring support for Analog 53 If you say yes here you get hardware monitoring support for Analog 63 If you say yes here you get hardware monitoring support for BEL 72 If you say yes here you get hardware monitoring support for BluTek 81 If you say yes here you get hardware monitoring support for 91 If you say yes here you get hardware monitoring support for 102 If you say yes here you get hardware monitoring support for the IBM [all …]
|
/Linux-v6.6/Documentation/process/ |
D | management-style.rst | 7 on who you ask) management style for the linux kernel. It's meant to 19 companies. If you sign purchase orders or you have any clue about the 20 budget of your group, you're almost certainly not a kernel manager. 21 These suggestions may or may not apply to you. 43 particular, if somebody tells you "choose (a) or (b), we really need you 44 to decide on this", you're in trouble as a manager. The people you 45 manage had better know the details better than you, so if they come to 46 you for a technical decision, you're screwed. You're clearly not 49 (Corollary:if the people you manage don't know the details better than 50 you, you're also screwed, although for a totally different reason. [all …]
|
D | maintainer-pgp-guide.rst | 66 Your distro should already have GnuPG installed by default, you just 67 need to verify that you are using a reasonably recent version of it. 72 If you have version 2.2 or above, then you are good to go. If you have a 80 you use the ``gpg`` command and run in the background with the purpose 81 of caching the private key passphrase. There are two options you should 84 - ``default-cache-ttl`` (seconds): If you use the same key again before 87 - ``max-cache-ttl`` (seconds): Regardless of how recently you've used 89 countdown expires, you'll have to enter the passphrase again. The 92 If you find either of these defaults too short (or too long), you can 103 to remove anything you had in place for older versions of GnuPG, as [all …]
|
D | 6.Followthrough.rst | 6 At this point, you have followed the guidelines given so far and, with the 28 process. Life can be made much easier, though, if you keep a few things in 31 - If you have explained your patch well, reviewers will understand its 32 value and why you went to the trouble of writing it. But that value 35 Many of the changes you may be asked to make - from coding style tweaks 42 they see the same mistakes being made over and over again. If you get a 45 the people, and code reviewers are not attacking you personally. 61 What all of this comes down to is that, when reviewers send you comments, 62 you need to pay attention to the technical observations that they are 64 from happening. When you get review comments on a patch, take the time to [all …]
|
/Linux-v6.6/drivers/hwmon/ |
D | Kconfig | 11 Hardware monitoring devices let you monitor the hardware health 15 control the speed of the fans. If you want this support you 19 To find out which specific driver(s) you need, use the 34 Say Y here if you want the I2C chip drivers to produce a bunch of 35 debug messages to the system log. Select this if you are having 45 If you say yes here you get support for the sensor part of the first 60 If you say yes here you get support for the sensor part of the 74 If you say yes here you get support for the thermal, voltage, 82 If you say yes here you get support for the Analog Devices 92 If you say yes here you get support for the Analog Devices [all …]
|
/Linux-v6.6/drivers/rtc/ |
D | Kconfig | 19 Generic RTC class support. If you say yes here, you will 29 If you say yes here, the system time (wall clock) will be set using 48 If the clock you specify here is not battery backed, it may still 57 If you say yes here, the system time (wall clock) will be stored 102 Say yes here if you want to use your RTCs using sysfs interfaces, 112 Say yes here if you want to use your system clock RTC through 124 Say yes here if you want to use your RTCs using the /dev 131 versions of "udev" are known to set up the symlink for you. 145 only if you know that you really need it. 150 If you say yes here you get support for the [all …]
|
/Linux-v6.6/drivers/w1/slaves/ |
D | Kconfig | 11 Say Y here if you want to connect 1-wire thermal sensors to your 17 Say Y here if you want to connect 1-wire 23 Say Y or M here if you want to use a DS2405 1-wire 31 Say Y here if you want to use a 1-wire 47 Say Y here if you want to use a 1-wire 54 Say Y or M here if you want to use a 1-wire 62 If you enable this you can read the counter values available 66 Say Y here if you want to use a 1-wire 72 Say Y here if you want to use a 1-wire 80 Say Y here if you want to use a 1-wire 256bit EEPROM [all …]
|
/Linux-v6.6/drivers/media/dvb-frontends/ |
D | Kconfig | 20 Say Y when you want to support this frontend. 29 Say Y when you want to support these frontends. 36 A DVB-S/S2/DSS Multistandard demodulator. Say Y when you want 45 demodulator. Say Y when you want to support this tuner. 53 Say Y when you want to support these frontends. 62 Say Y when you want to support these frontends. 78 Say Y when you want to support these frontends. 90 Say Y when you want to support this frontend. 98 Say Y when you want to support this frontend. 106 Say Y when you want to support this frontend. [all …]
|
/Linux-v6.6/drivers/iio/temperature/ |
D | Kconfig | 11 Say Y here if you want to build support for the Azoteq IQS620AT 34 If you say yes here you get support for the Maxim series of 61 If you say yes here you get support for the Melexis 72 If you say yes here you get support for the Melexis 83 If you say yes here you get support for the Texas Instruments 93 If you say yes here you get support for the Texas Instruments 103 If you say yes here you get support for the Texas Instruments 114 If you say yes here you get support for the Measurement Specialties 125 If you say yes here you get support for the Measurement Specialties 135 If you say yes here you get support for Maxim MAX30208 [all …]
|
/Linux-v6.6/Documentation/filesystems/ |
D | journalling.rst | 12 how you decide to allocate the physical media on which the journal 16 journal_t is a typedef for a struct pointer, so when you are finally 17 finished make sure you call jbd2_journal_destroy() on it to free up 20 Once you have got your journal_t object you need to 'mount' or load the 23 When loading the journal you must call jbd2_journal_load() to process 30 jbd2_journal_skip_recovery() for you if it detects any outstanding 35 Now you can go ahead and start modifying the underlying filesystem. 39 by wrapping them into transactions. Additionally you also need to wrap 41 so it knows what the modifications you are actually making are. To do 45 which indicates the end of a transaction are nestable calls, so you can [all …]
|
/Linux-v6.6/drivers/clk/qcom/ |
D | Kconfig | 28 Say Y if you want to support higher CPU frequencies on MSM8916 36 Say Y if you want to support higher CPU frequencies on SDX55 and SDX65 45 Say Y if you want to support CPU frequency scaling on devices 55 Say Y if you want to support CPU clock scaling using CPUfreq 65 Say Y if you want to support CPU frequency scaling on devices 78 Say Y if you want to support the clocks exposed by the RPM on 91 Say Y if you want to support the clocks exposed by the RPM on 100 Say Y if you want to support the clocks exposed by RPMh on 109 Say Y if you want to use peripheral devices such as UART, SPI, 119 Say Y if you want to support multimedia devices such as display, [all …]
|
/Linux-v6.6/fs/jbd2/ |
D | Kconfig | 14 If you are using ext4 or OCFS2, you need to say Y here. 15 If you are not using ext4 or OCFS2 then you will 19 called jbd2. If you are compiling ext4 or OCFS2 into the kernel, 20 you cannot compile this code as a module. 26 If you are using the ext4 journaled file system (or 28 allows you to enable debugging output while the system is running, 29 in order to help track down any problems you are having. 32 If you select Y here, then you will be able to turn on debugging
|
/Linux-v6.6/Documentation/hid/ |
D | uhid.rst | 19 dynamically so you need to rely on udev (or similar) to create the device node. 22 If a new device is detected by your HID I/O Driver and you want to register this 23 device with the HID subsystem, then you need to open /dev/uhid once for each 24 device you want to register. All further communication is done by read()'ing or 42 If you want to handle multiple events in a single syscall, then use vectored 48 The first thing you should do is send a UHID_CREATE2 event. This will 52 That is, you might put your device asleep unless you receive the UHID_OPEN 53 event. If you receive the UHID_OPEN event, you should start I/O. If the last 54 user closes the HID device, you will receive a UHID_CLOSE event. This may be 56 reference-counting in user-space. That is, you will never receive multiple [all …]
|
/Linux-v6.6/drivers/media/rc/ |
D | Kconfig | 11 Enable this option if you have a video capture board even 12 if you don't need IR, as otherwise, you may not be able to 15 Say Y when you have a TV or an IR device. 50 Enable this option if you have iMON PAD or Antec Veris infrared 51 remote control and you would like to use it with a raw IR 52 receiver, or if you wish to use an encoder to transmit this IR. 59 Enable this option if you have an infrared remote control which 60 uses the JVC protocol, and you need software decoding support. 67 Enable this option if you have a Microsoft Remote Keyboard for 68 Windows Media Center Edition, which you would like to use with [all …]
|
/Linux-v6.6/Documentation/admin-guide/ |
D | quickly-build-trimmed-linux.rst | 14 *[If you are new to compiling Linux, ignore this TLDR and head over to the next 18 which might be relevant for you.]* 24 you then use to configure, build and install your own kernel:: 29 # Hint: if you want to apply patches, do it at this point. See below for details. 32 # Hint: at this point you might want to adjust the build configuration; you'll 33 # have to, if you are running Debian. See below for details. 40 If you later want to build a newer mainline snapshot, use these commands:: 44 # Note: the next command will discard any changes you did to the code: 46 # Reminder: if you want to (re)apply patches, do it at this point. 47 # Reminder: you might want to add or modify a build tag at this point. [all …]
|
D | reporting-issues.rst | 11 Are you facing a regression with vanilla kernels from the same stable or 15 you don't find any, install `the latest release from that series 25 search the `LKML <https://lore.kernel.org/lkml/>`_ and the web, too. If you 29 The issue was fixed there, but you would like to see it resolved in a still 40 If you are facing multiple issues with the Linux kernel at once, report each 44 to pin-point the culprit with a bisection; if you succeed, include its 47 Once the report is out, answer any questions that come up and help where you 63 a slightly different order. That's in your interest, to make sure you notice 65 something else. These steps thus help to ensure the time you invest in this 68 * Are you facing an issue with a Linux kernel a hardware or software vendor [all …]
|
/Linux-v6.6/fs/nls/ |
D | Kconfig | 35 If you specify a wrong value, it will use the built-in NLS; 46 codepage if you want to be able to read/write these filenames on 49 say Y here if you want to include the DOS codepage that is used in 58 codepage if you want to be able to read/write these filenames on 61 say Y here if you want to include the DOS codepage that is used for 70 codepage if you want to be able to read/write these filenames on 73 say Y here if you want to include the DOS codepage that is used 83 codepage if you want to be able to read/write these filenames on 86 say Y here if you want to include the DOS codepage that is used for 99 codepage if you want to be able to read/write these filenames on [all …]
|
/Linux-v6.6/Documentation/networking/ |
D | arcnet.rst | 10 and cabling information if you're like many of us and didn't happen to get a 22 The point is: I REALLY REALLY REALLY REALLY REALLY want to hear from you if 23 you test this and get it working. Or if you don't. Or anything. 36 If you don't e-mail me about your success/failure soon, I may be forced to 40 If you think so, why not flame me in a quick little e-mail? Please also 41 include the type of card(s) you're using, software, size of network, and 87 Also, SMC (one of the companies that makes ARCnet cards) has a WWW site you 102 one you'll want to use with ARCnet cards) from 105 versions are available on my WWW page, or via e-mail if you don't have WWW 112 All you will need to do in order to install the driver is:: [all …]
|
/Linux-v6.6/drivers/pps/clients/ |
D | Kconfig | 11 If you say yes here you get support for a PPS debugging client 21 If you say yes here you get support for a PPS source connected 28 If you say yes here you get support for a PPS source connected 34 If you say yes here you get support for a PPS source using 35 GPIO. To be useful you must also register a platform device
|
/Linux-v6.6/Documentation/dev-tools/ |
D | kgdb.rst | 12 debugger front ends and dynamically transition between them if you 15 Kdb is simplistic shell-style interface which you can use on a system 19 you can set breakpoints and execute some basic kernel run control. Kdb 46 - In order to enable compilation of kdb, you must first enable kgdb. 54 To enable ``CONFIG_KGDB`` you should look under 58 While it is not a hard requirement that you have symbols in your vmlinux 59 file, gdb tends not to be very useful without the symbolic data, so you 63 It is advised, but not required, that you turn on the 70 If the architecture that you are using supports the kernel option 71 ``CONFIG_STRICT_KERNEL_RWX``, you should consider turning it off. This [all …]
|
/Linux-v6.6/Documentation/driver-api/media/ |
D | v4l2-dev.rst | 21 If you embed it in a larger struct, then you must set the ``release()`` 54 - :c:type:`video_device`->ioctl_ops: if you use the :c:type:`v4l2_ioctl_ops` 64 - :c:type:`video_device`->lock: leave to ``NULL`` if you want to do all the 65 locking in the driver. Otherwise you give it a pointer to a struct 85 in :c:type:`v4l2_device`. If you want to have a separate priority state per 86 (group of) device node(s), then you can point it to your own struct 89 - :c:type:`video_device`->dev_parent: you only set this if v4l2_device was 98 struct video_device is initialized you **do** know which parent 99 PCI device to use and so you set ``dev_device`` to the correct PCI device. 101 If you use :c:type:`v4l2_ioctl_ops`, then you should set [all …]
|
/Linux-v6.6/drivers/thermal/ti-soc-thermal/ |
D | Kconfig | 5 If you say yes here you get support for the Texas Instruments 16 If you say yes here you want to get support for generic thermal 27 If you say yes here you get thermal support for the Texas Instruments 42 If you say yes here you get thermal support for the Texas Instruments 56 If you say yes here you get thermal support for the Texas Instruments 68 If you say yes here you get thermal support for the Texas Instruments
|
/Linux-v6.6/drivers/gpu/drm/exynos/ |
D | Kconfig | 13 Choose this option if you have a Samsung SoC Exynos chipset. 25 Choose this option if you want to use Exynos FIMD for DRM. 30 Choose this option if you want to use Exynos5433 DECON for DRM. 36 Choose this option if you want to use Exynos DECON for DRM. 41 Choose this option if you want to use Exynos Mixer for DRM. 46 Choose this option if you want to use Exynos VIDI for DRM. 83 Choose this option if you want to use Exynos HDMI for DRM. 89 Choose this option if you want to use Exynos MIC for DRM. 97 Choose this option if you want to use Exynos G2D for DRM. 106 Choose this option if you want to use Exynos FIMC for DRM. [all …]
|
/Linux-v6.6/drivers/hsi/clients/ |
D | Kconfig | 12 Say Y here if you want to add support for the modem on Nokia 21 If you say Y here, you will enable the CMT speech protocol used 22 by Nokia modems. If you say M the protocol will be available as 31 If you say Y here, you will enable the SSI protocol aka McSAAB. 39 If you say Y here, you will enable the HSI/SSI character driver.
|
/Linux-v6.6/Documentation/core-api/ |
D | idr.rst | 31 the pointer you associated with the ID by calling idr_find() 34 If you need to change the pointer associated with an ID, you can call 42 idr_alloc_u32(). If you need IDs that will not fit in a u32, 43 we will work with you to address your needs. 45 If you need to allocate IDs sequentially, you can use 49 To perform an action on all pointers used by the IDR, you can 55 When you have finished using an IDR, you can call idr_destroy() 57 pointed to from the IDR; if you want to do that, use one of the iterators 63 If you need to take a lock while allocating a new ID from the IDR, 64 you may need to pass a restrictive set of GFP flags, which can lead [all …]
|