]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/blob - ubuntu/Kconfig
UBUNTU: [Packaging] Add support for ODM drivers
[mirror_ubuntu-hirsute-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/hio/Kconfig"
20 ##
21 ##
22 ##
23 source "ubuntu/ubuntu-host/Kconfig"
24 ##
25 ##
26 ##
27 ##
28 ##
29 ##
30
31 endmenu