Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 06bfb7eb authored by Jan Engelhardt's avatar Jan Engelhardt Committed by Linus Torvalds
Browse files

Add some help texts to recently-introduced kconfig items



Signed-off-by: default avatarJan Engelhardt <jengelh@gmx.de>
Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de> (edited MACINTOSH_DRIVERS per Geert Uytterhoeven's remark)
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 9ef7ad22
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -1228,6 +1228,11 @@ menuconfig INSTRUMENTATION
	bool "Instrumentation Support"
	depends on EXPERIMENTAL
	default y
	---help---
	  Say Y here to get to see options related to performance measurement,
	  debugging, and testing. This option alone does not add any kernel code.

	  If you say N, all options in this submenu will be skipped and disabled.

if INSTRUMENTATION

+5 −0
Original line number Diff line number Diff line
@@ -6,6 +6,11 @@ menuconfig ATM_DRIVERS
	bool "ATM drivers"
	depends on NETDEVICES && ATM
	default y
	---help---
	  Say Y here to get to see options for Asynchronous Transfer Mode
	  device drivers. This option alone does not add any kernel code.

	  If you say N, all options in this submenu will be skipped and disabled.

if ATM_DRIVERS && NETDEVICES && ATM

+5 −0
Original line number Diff line number Diff line
@@ -8,6 +8,11 @@
menuconfig AUXDISPLAY
	depends on PARPORT
	bool "Auxiliary Display support"
	---help---
	  Say Y here to get to see options for auxiliary display drivers.
	  This option alone does not add any kernel code.

	  If you say N, all options in this submenu will be skipped and disabled.

if AUXDISPLAY && PARPORT

+6 −0
Original line number Diff line number Diff line
@@ -6,6 +6,12 @@ menuconfig BLK_DEV
	bool "Block devices"
	depends on BLOCK
	default y
	---help---
	  Say Y here to get to see options for various different block device
	  drivers. This option alone does not add any kernel code.

	  If you say N, all options in this submenu will be skipped and disabled;
	  only do this if you know what you are doing.

if BLK_DEV

+5 −0
Original line number Diff line number Diff line
@@ -2,6 +2,11 @@
menuconfig CRYPTO_HW
	bool "Hardware crypto devices"
	default y
	---help---
	  Say Y here to get to see options for hardware crypto devices and
	  processors. This option alone does not add any kernel code.

	  If you say N, all options in this submenu will be skipped and disabled.

if CRYPTO_HW

Loading