From: Miguel Bernal Marin Date: Wed, 1 Feb 2017 00:02:16 +0000 (-0600) Subject: misc: fix typo on Kconfig X-Git-Tag: v4.11-rc1~118^2~52 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=e1ef962bf1255cea2f165f3a7374766a7ceb4308;p=karo-tx-linux.git misc: fix typo on Kconfig When panel driver was moved from staging to misc a new line was missing to be added on Kconfig file. Fixes: 305b37bd01c2 ("misc: Move panel driver out of staging") Signed-off-by: Miguel Bernal Marin Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/misc/Kconfig b/drivers/misc/Kconfig index 0444a8f9b094..b4d6aac83824 100644 --- a/drivers/misc/Kconfig +++ b/drivers/misc/Kconfig @@ -491,6 +491,7 @@ config VEXPRESS_SYSCFG ARM Ltd. Versatile Express uses specialised platform configuration bus. System Configuration interface is one of the possible means of generating transactions on this bus. + config PANEL tristate "Parallel port LCD/Keypad Panel support" depends on PARPORT