/openbmc/linux/drivers/net/phy/ |
H A D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 11 help 21 help 34 help 35 Adds support for a set of LED trigger events per-PHY. Link 39 logical-or of all the link speed ones. 50 help 57 help 61 Currently tested with mpc866ads and mpc8349e-mitx. 73 help [all …]
|
/openbmc/u-boot/cmd/ |
H A D | Kconfig | 4 bool "Support U-Boot commands" 6 help 7 Enable U-Boot's command-line functions. This provides a means 8 to enter commands into U-Boot for a wide variety of purposes. It 12 substantially to the size of U-Boot. 17 help 30 help 38 help 42 bool "Enable long help messages" 45 help [all …]
|
/openbmc/linux/drivers/clocksource/ |
H A D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 38 help 44 help 49 help 56 help 60 bool "OMAP dual-mode timer driver" if ARCH_K3 || COMPILE_TEST 63 help 64 Enables the support for the TI dual-mode timer driver. 68 help 82 help [all …]
|
/openbmc/u-boot/drivers/i2c/ |
H A D | Kconfig | 10 help 22 help 23 Enable old-style I2C functions for compatibility with existing code. 31 help 41 ---help--- 43 often dealt with by using an I2C pass-through interface provided by 44 the EC. On some unfortunate models (e.g. Spring) the pass-through 55 help 63 help 69 help [all …]
|
/openbmc/linux/drivers/regulator/ |
H A D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 5 help 30 help 35 help 38 managed regulators and simple non-configurable regulators. 42 help 52 help 63 help 65 They provide two I2C-controlled DC/DC step-down converters with 71 help [all …]
|
/openbmc/linux/drivers/media/dvb-frontends/ |
H A D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0 5 comment "DVB Frontend drivers auto-selected by 'Autoselect ancillary drivers'" 19 help 23 tristate "MaxLinear MxL5xx based tuner-demodulators" 26 help 27 MaxLinear MxL5xx family of DVB-S/S2 tuners/demodulators. 35 help 36 A DVB-S/S2/DSS Multistandard demodulator. Say Y when you want 43 help 51 help [all …]
|
/openbmc/linux/drivers/gpio/ |
H A D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 8 help 21 help 44 help 47 this symbol, but new drivers should use the generic gpio-regmap 53 help 55 These checks help ensure that GPIOs have been properly initialized 57 non-sleeping contexts. They can make bitbanged serial protocols 58 slower. The diagnostics help catch the type of setup errors 65 help [all …]
|
/openbmc/linux/arch/arm64/ |
H A D | Kconfig.platforms | 1 # SPDX-License-Identifier: GPL-2.0-only 8 help 12 bool "Allwinner sunxi 64-bit SoC Family" 19 help 25 help 32 help 33 This enables support for Apple's in-house ARM SoC family, starting 51 help 60 help 66 help [all …]
|
/openbmc/linux/drivers/power/supply/ |
H A D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 4 help 14 help 23 help 34 help 41 help 49 help 56 help 63 help 70 help [all …]
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 082 | 4 # Test qemu-img command line parsing 56 # Last -f should win 57 run_qemu_img create -f foo -f $IMGFMT "$TEST_IMG" $size 60 # Multiple -o should be merged 61 run_qemu_img create -f $IMGFMT -o cluster_size=4k -o lazy_refcounts=on "$TEST_IMG" $size 62 _img_info --format-specific 64 # If the same -o key is specified more than once, the last one wins 65 run_qemu_img create -f $IMGFMT -o cluster_size=4k -o lazy_refcounts=on -o cluster_size=8k "$TEST_IM… 66 _img_info --format-specific 67 run_qemu_img create -f $IMGFMT -o cluster_size=4k,cluster_size=8k "$TEST_IMG" $size [all …]
|
/openbmc/linux/drivers/hid/ |
H A D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 9 help 19 help 22 most commonly used to refer to the USB-HID specification, but other 27 removed from the HID bus by the transport-layer drivers, such as 40 help 47 help 58 to work on raw hid events when they want to, and avoid using transport-specific 64 tristate "User-space I/O driver support for HID subsystem" 66 help [all …]
|
/openbmc/linux/drivers/media/i2c/ |
H A D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 8 comment "IR I2C driver auto-selected by 'Autoselect ancillary drivers'" 15 help 46 help 54 tristate "Hynix Hi-556 sensor support" 55 help 57 Hi-556 camera. 63 tristate "Hynix Hi-846 sensor support" 64 help 66 Hi-846 camera. [all …]
|
/openbmc/u-boot/tools/buildman/ |
H A D | cmdline.py | 1 # SPDX-License-Identifier: GPL-2.0+ 16 parser.add_option('-b', '--branch', type='string', 17 help='Branch name to build, or range of commits to build') 18 parser.add_option('-B', '--bloat', dest='show_bloat', 20 help='Show changes in function code size for each board') 21 parser.add_option('--boards', type='string', action='append', 22 help='List of board names to build separated by comma') 23 parser.add_option('-c', '--count', dest='count', type='int', 24 default=-1, help='Run build on the top n commits') 25 parser.add_option('-C', '--force-reconfig', dest='force_reconfig', [all …]
|
/openbmc/linux/drivers/video/backlight/ |
H A D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 13 help 14 This framework adds support for low-level control of LCD. 15 Some framebuffer devices connect to platform-specific LCD modules 16 in order to have a platform-specific way to control the flat panel 27 help 35 help 43 help 50 help 61 help [all …]
|
/openbmc/linux/drivers/clk/mediatek/ |
H A D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 11 help 17 help 26 help 32 help 38 help 44 help 50 help 56 help 62 help [all …]
|
/openbmc/u-boot/arch/arm/mach-sunxi/ |
H A D | Kconfig | 4 default "arch/arm/cpu/armv7/sunxi/u-boot-spl.lds" if !ARM64 11 help 17 help 23 help 29 help 35 help 41 help 47 help 53 help 64 help [all …]
|
/openbmc/linux/drivers/ata/ |
H A D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0 8 help 10 uses pata-platform driver to enable the relevant driver in the 20 help 21 If you want to use an ATA hard disk, ATA tape drive, ATA CD-ROM or 46 help 57 help 62 <file:Documentation/admin-guide/kernel-parameters.txt>. 75 help 76 This option adds support for ATA-related ACPI objects. [all …]
|
/openbmc/linux/arch/sh/boards/ |
H A D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0 24 bool "J-Core SoC" 29 help 31 J-Core SoC, including interrupt controllers and timers. 40 help 48 help 56 help 64 help 74 help 85 help [all …]
|
/openbmc/linux/drivers/spi/ |
H A D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 8 help 13 dynamic device discovery; some are even write-only or read-only. 17 chips, analog to digital (and d-to-a) converters, and more. 31 help 43 help 44 If your system has an master-capable SPI controller (which 53 help 56 by providing a high-level interface to send memory-like commands. 64 help [all …]
|
/openbmc/openbmc/poky/meta/lib/oe/ |
H A D | useradd.py | 4 # SPDX-License-Identifier: GPL-2.0-only 11 bb.warn("%s - %s: %s" % (d.getVar('PN'), pkg, message)) 15 … message = message or ("%s - %s: useradd.bbclass: Argument parsing exited" % (d.getVar('PN'), pkg)) 32 # The following comes from --help on useradd from shadow 34 …parser.add_argument("-b", "--base-dir", metavar="BASE_DIR", help="base directory for the home dire… 35 parser.add_argument("-c", "--comment", metavar="COMMENT", help="GECOS field of the new account") 36 …parser.add_argument("-d", "--home-dir", metavar="HOME_DIR", help="home directory of the new accoun… 37 …parser.add_argument("-D", "--defaults", help="print or change default useradd configuration", acti… 38 …parser.add_argument("-e", "--expiredate", metavar="EXPIRE_DATE", help="expiration date of the new … 39 …parser.add_argument("-f", "--inactive", metavar="INACTIVE", help="password inactivity period of th… [all …]
|
/openbmc/linux/drivers/rtc/ |
H A D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 18 help 28 help 37 help 44 This clock should be battery-backed, so that it reads the correct 45 time when the system boots from a power-off state. Otherwise, your 56 help 66 help 74 help 82 help [all …]
|
/openbmc/linux/drivers/power/reset/ |
H A D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 4 help 13 bool "ams AS3722 power-off driver" 15 help 16 This driver supports turning off board via a ams AS3722 power-off. 22 help 30 help 35 tristate "Atmel AT91 SAMA5D2-Compatible shutdown controller driver" 38 help 43 tristate "Actions Semi ATC260x PMIC power-off driver" [all …]
|
/openbmc/linux/drivers/staging/fbtft/ |
H A D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0 15 tristate "FB driver for the AGM1264K-FL LCD display" 17 help 18 Framebuffer support for the AGM1264K-FL LCD display (two Samsung KS0108 compatible chips) 23 help 29 help 35 help 41 help 47 help 53 help [all …]
|
/openbmc/linux/drivers/edac/ |
H A D | Kconfig | 15 help 16 EDAC is a subsystem along with hardware-specific drivers designed to 17 report hardware errors. These are low-level errors that are reported 22 The mailing list for the EDAC project is linux-edac@vger.kernel.org. 29 help 37 help 40 levels are 0-4 (from low to high) and by default it is set to 2. 44 tristate "Decode MCEs in human-readable form (only on AMD for now)" 47 help 49 occurring on your machine in human-readable form. [all …]
|
/openbmc/u-boot/drivers/led/ |
H A D | Kconfig | 6 help 8 U-Boot provides a uclass API to implement this feature. LED drivers 9 can provide access to board-specific LEDs. Use of the device tree 15 help 26 help 34 help 43 help 50 bool "LED support for GPIO-connected LEDs" 52 help 59 bool "LED support for GPIO-connected LEDs in SPL" [all …]
|