[PATCH 4/4][SRU][H] UBUNTU: [Packaging] Fix ODM DRIVERS Kconfig

AceLan Kao acelan.kao at canonical.com
Fri Jun 11 10:01:27 UTC 2021


From: "Chia-Lin Kao (AceLan)" <acelan.kao at canonical.com>

BugLink: https://bugs.launchpad.net/bugs/1912789

Encounted below errors, prefer 'help' over '---help---' for new help texts
ubuntu/Kconfig:7: syntax error
ubuntu/Kconfig:6: unknown statement "---help---"
ubuntu/Kconfig:7: unknown statement "Turn"

Signed-off-by: Chia-Lin Kao (AceLan) <acelan.kao at canonical.com>
---
 ubuntu/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ubuntu/Kconfig b/ubuntu/Kconfig
index 5575ce574577..110b7122dc97 100644
--- a/ubuntu/Kconfig
+++ b/ubuntu/Kconfig
@@ -3,7 +3,7 @@ menu "Ubuntu Supplied Third-Party Device Drivers"
 
 config UBUNTU_ODM_DRIVERS
 	def_bool $(success,$(srctree)/debian/scripts/misc/arch-has-odm-enabled.sh $(DEB_ARCH))
-	---help---
+	help
 	  Turn on support for Ubuntu ODM supplied drivers
 
 #
-- 
2.25.1




More information about the kernel-team mailing list