]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/blame - ubuntu/Kconfig
arm64: initialize all of CNTHCTL_EL2
[mirror_ubuntu-hirsute-kernel.git] / ubuntu / Kconfig
CommitLineData
5bbe8099
LO
1menu "Ubuntu Supplied Third-Party Device Drivers"
2
8f7bd5a2
SB
3
4config UBUNTU_ODM_DRIVERS
5 def_bool $(success,$(srctree)/debian/scripts/misc/arch-has-odm-enabled.sh $(DEB_ARCH))
0f60740c 6 help
8f7bd5a2
SB
7 Turn on support for Ubuntu ODM supplied drivers
8
5bbe8099
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
77205ed7
KM
16##
17##
18##
19source "ubuntu/hio/Kconfig"
5bbe8099
LO
20##
21##
22##
0e16382c
SF
23source "ubuntu/ubuntu-host/Kconfig"
24##
25##
26##
5bbe8099
LO
27##
28##
29##
30
31endmenu