Skip to content

Commit

Permalink
misc: panel: Remove reference to misc device support
Browse files Browse the repository at this point in the history
As of commit 7c5763b ("drivers: misc: Remove MISC_DEVICES
config option"), misc device support no longer needs to be enabled
manually.

Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  • Loading branch information
Geert Uytterhoeven authored and Greg Kroah-Hartman committed Feb 10, 2017
1 parent e28fa71 commit 731fcec
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions drivers/misc/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -499,10 +499,9 @@ config PANEL
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
is accessible through the /dev/lcd char device (10, 156), and the
keypad through /dev/keypad (10, 185). Both require misc device to be
enabled. This code can either be compiled as a module, or linked into
the kernel and started at boot. If you don't understand what all this
is about, say N.
keypad through /dev/keypad (10, 185). This code can either be
compiled as a module, or linked into the kernel and started at boot.
If you don't understand what all this is about, say N.

config PANEL_PARPORT
int "Default parallel port number (0=LPT1)"
Expand Down

0 comments on commit 731fcec

Please sign in to comment.