]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blob - ubuntu/Kconfig
platform/x86: hp-wmi: Fix hp_wmi_read_int() reporting error (0x05)
[mirror_ubuntu-jammy-kernel.git] / ubuntu / Kconfig
1 menu "Ubuntu Supplied Third-Party Device Drivers"
2
3
4 config UBUNTU_ODM_DRIVERS
5 def_bool $(success,$(srctree)/debian/scripts/misc/arch-has-odm-enabled.sh $(DEB_ARCH))
6 help
7 Turn on support for Ubuntu ODM supplied drivers
8
9 #
10 # NOTE: to allow drivers to be added and removed without causing merge
11 # collisions you should add new entries in the middle of the six lines
12 # of ## at the bottom of the list. Always add three lines of ## above
13 # your new entry and maintain the six lines below.
14 #
15
16 ##
17 ##
18 ##
19 source "ubuntu/ubuntu-host/Kconfig"
20 ##
21 ##
22 ##
23 ##
24 ##
25 ##
26
27 endmenu