]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blame - ubuntu/Kconfig
UBUNTU: [Packaging] Fix ODM DRIVERS Kconfig
[mirror_ubuntu-jammy-kernel.git] / ubuntu / Kconfig
CommitLineData
29f98055
LO
1menu "Ubuntu Supplied Third-Party Device Drivers"
2
e2655225
SB
3
4config UBUNTU_ODM_DRIVERS
5 def_bool $(success,$(srctree)/debian/scripts/misc/arch-has-odm-enabled.sh $(DEB_ARCH))
59519abf 6 help
e2655225
SB
7 Turn on support for Ubuntu ODM supplied drivers
8
29f98055
LO
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
8638ff92
KM
16##
17##
18##
19source "ubuntu/hio/Kconfig"
29f98055
LO
20##
21##
22##
0d3151ac
SF
23source "ubuntu/ubuntu-host/Kconfig"
24##
25##
26##
29f98055
LO
27##
28##
29##
30
31endmenu