ath79: kernel: Add missing quote to drivers/mfd/Kconfig
A missing quote in target/linux/ath79/patches-5.x/920-mikrotik-rb4xx.patch produces: ... scripts/kconfig/conf --syncconfig Kconfig drivers/mfd/Kconfig:2016:warning: multi-line strings not supported ... This patch adds missing closing quote, fixing the above warning. Signed-off-by: Paul Blazejowski <paulb@blazebox.homeip.net>
This commit is contained in:
parent
b309248730
commit
f7374bce00
@ -5,7 +5,7 @@
|
|||||||
device found on several devices in RAVE line of hardware.
|
device found on several devices in RAVE line of hardware.
|
||||||
|
|
||||||
+config MFD_RB4XX_CPLD
|
+config MFD_RB4XX_CPLD
|
||||||
+ tristate "CPLD driver for Mikrotik RB4xx series boards
|
+ tristate "CPLD driver for Mikrotik RB4xx series boards"
|
||||||
+ select MFD_CORE
|
+ select MFD_CORE
|
||||||
+ depends on ATH79 || COMPILE_TEST
|
+ depends on ATH79 || COMPILE_TEST
|
||||||
+ help
|
+ help
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
device found on several devices in RAVE line of hardware.
|
device found on several devices in RAVE line of hardware.
|
||||||
|
|
||||||
+config MFD_RB4XX_CPLD
|
+config MFD_RB4XX_CPLD
|
||||||
+ tristate "CPLD driver for Mikrotik RB4xx series boards
|
+ tristate "CPLD driver for Mikrotik RB4xx series boards"
|
||||||
+ select MFD_CORE
|
+ select MFD_CORE
|
||||||
+ depends on ATH79 || COMPILE_TEST
|
+ depends on ATH79 || COMPILE_TEST
|
||||||
+ help
|
+ help
|
||||||
|
Loading…
Reference in New Issue
Block a user