source: rtems-libbsd/buildset/default.ini

6-freebsd-12
Last change on this file was eb7bc09, checked in by Sebastian Huber <sebastian.huber@…>, on 02/25/22 at 07:34:52

Add Tsi148 driver template

  • Property mode set to 100644
File size: 1.2 KB
Line 
1#
2# Default configuration. Contains most features except for some big or slow ones
3# like WiFi or IPSec.
4#
5# At all developers: Please allways add all modules to this file and mark them
6# as explicitly "off" if they are not used.
7#
8
9[general]
10name = default
11
12[modules]
13altq = on
14base = on
15cam = on
16contrib_expat = on
17contrib_libpcap = on
18crypto = on
19crypto_openssl = on
20dev_input = on
21dev_net = on
22dev_nic = on
23dev_nic_broadcomm = on
24dev_nic_dc = on
25dev_nic_e1000 = on
26dev_nic_xilinx = on
27dev_nic_fxp = on
28dev_nic_re = on
29dev_nic_smc = on
30dev_usb = on
31dev_usb_controller = on
32dev_usb_controller_bbb = on
33dev_usb_input = on
34dev_usb_net = on
35dev_usb_quirk = on
36dev_usb_serial = on
37dev_usb_storage = on
38dev_usb_wlan = off
39dev_wlan_rtwn = off
40dhcpcd = on
41dpaa = on
42evdev = on
43fdt = on
44fs_nfs = on
45fs_nfsclient = on
46if_mve = on
47imx = on
48in_cksum = on
49mdnsresponder = on
50mmc = on
51mmc_ti = on
52net = on
53net80211 = off
54netinet = on
55netinet6 = on
56netipsec = off
57nfsv2 = off
58nfs = on
59nvme = on
60opencrypto = on
61pci = on
62pf = on
63regulator = on
64rpc = on
65rpc_user = on
66rtems = on
67tests = on
68tsi148 = off
69tty = on
70user_space = on
71user_space_wlanstats = off
72usr_bin_openssl = on
73usr_sbin_tcpdump = on
74usr_sbin_wpa_supplicant = off
Note: See TracBrowser for help on using the repository browser.