]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commitdiff
UBUNTU: [Packaging] Fix ODM DRIVERS Kconfig
authorChia-Lin Kao (AceLan) <acelan.kao@canonical.com>
Fri, 11 Jun 2021 10:01:31 +0000 (18:01 +0800)
committerAndrea Righi <andrea.righi@canonical.com>
Tue, 7 Dec 2021 06:32:07 +0000 (07:32 +0100)
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@canonical.com>
Acked-by: Stefan Bader <stefan.bader@canonical.com>
Acked-by: Kleber Sacilotto de Souza <kleber.souza@canonical.com>
Signed-off-by: Andrea Righi <andrea.righi@canonical.com>
ubuntu/Kconfig

index 5575ce574577a47b0747e0f6ea83ed50bda42019..110b7122dc978c9f682363ccd64e5aac274b899d 100644 (file)
@@ -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
 
 #