diff --git a/drivers/input/misc/Kconfig b/drivers/input/misc/Kconfig index 02f4f8f..3571569 100644 --- a/drivers/input/misc/Kconfig +++ b/drivers/input/misc/Kconfig @@ -14,10 +14,14 @@ if INPUT_MISC config INPUT_PCSPKR tristate "PC Speaker support" - depends on PCSPKR_PLATFORM + depends on PCSPKR_PLATFORM && EMBEDDED help Say Y here if you want the standard PC Speaker to be used for - bells and whistles. + bells and whistles. This driver is small and is good when you + do not need any other sounds from your machine. + There is another driver that does the same and also has the + PCM capabilities, called snd-pcsp, but it requires the entire + ALSA stack. If unsure, say Y.