blob: 0d372055cc8a1cd11878640a020853dad1ebc391 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
|
menu "Ubuntu Supplied Third-Party Device Drivers"
#
# NOTE: to allow drivers to be added and removed without causing merge
# collisions you should add new entries in the middle of the six lines
# of ## at the bottom of the list. Always add three lines of ## above
# your new entry and maintain the six lines below.
#
##
##
##
##
##
##
source "ubuntu/dm-raid4-5/Kconfig"
##
##
##
source "ubuntu/ndiswrapper/Kconfig"
##
##
##
source "ubuntu/rfkill/Kconfig"
##
##
##
source "ubuntu/fsam7400/Kconfig"
##
##
##
source "ubuntu/omnibook/Kconfig"
##
##
##
source "ubuntu/aufs/Kconfig"
##
##
##
##
##
##
endmenu
|