From db246aa57a8e82fca9f7fdd1ecc31ab08d635eda Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Tue, 6 May 2008 20:42:26 -0700 Subject: [PATCH] --- yaml --- r: 96128 b: refs/heads/master c: 3f9827bc05581b6bb34ab0c6b5d8e028f71b4e78 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/drivers/accessibility/Kconfig | 12 +++++++++++- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index a6cffcef35cd..53d329c4f061 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 3de2403e6659d71b36ec820dc9b942762ddfe6eb +refs/heads/master: 3f9827bc05581b6bb34ab0c6b5d8e028f71b4e78 diff --git a/trunk/drivers/accessibility/Kconfig b/trunk/drivers/accessibility/Kconfig index 1264c4b98094..ef3b65bfdd0a 100644 --- a/trunk/drivers/accessibility/Kconfig +++ b/trunk/drivers/accessibility/Kconfig @@ -1,7 +1,17 @@ menuconfig ACCESSIBILITY bool "Accessibility support" ---help--- - Enable a submenu where accessibility items may be enabled. + Accessibility handles all special kinds of hardware devices or + software adapters which help people with disabilities (e.g. + blindness) to use computers. + + That includes braille devices, speech synthesis, keyboard + remapping, etc. + + Say Y here to get to see options for accessibility. + This option alone does not add any kernel code. + + If you say N, all options in this submenu will be skipped and disabled. If unsure, say N.