提交 731fcec4 编写于 作者: G Geert Uytterhoeven 提交者: Greg Kroah-Hartman

misc: panel: Remove reference to misc device support

As of commit 7c5763b8 ("drivers: misc: Remove MISC_DEVICES
config option"), misc device support no longer needs to be enabled
manually.
Signed-off-by: NGeert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 e28fa714
...@@ -499,10 +499,9 @@ config PANEL ...@@ -499,10 +499,9 @@ config PANEL
Say Y here if you have an HD44780 or KS-0074 LCD connected to your Say Y here if you have an HD44780 or KS-0074 LCD connected to your
parallel port. This driver also features 4 and 6-key keypads. The LCD parallel port. This driver also features 4 and 6-key keypads. The LCD
is accessible through the /dev/lcd char device (10, 156), and the is accessible through the /dev/lcd char device (10, 156), and the
keypad through /dev/keypad (10, 185). Both require misc device to be keypad through /dev/keypad (10, 185). This code can either be
enabled. This code can either be compiled as a module, or linked into compiled as a module, or linked into the kernel and started at boot.
the kernel and started at boot. If you don't understand what all this If you don't understand what all this is about, say N.
is about, say N.
config PANEL_PARPORT config PANEL_PARPORT
int "Default parallel port number (0=LPT1)" int "Default parallel port number (0=LPT1)"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册