source: rtems-libbsd/buildset/default.ini @ 53145c7

5
Last change on this file since 53145c7 was 53145c7, checked in by Sebastian Huber <sebastian.huber@…>, on 09/03/18 at 12:21:14

NVME(4): Port to RTEMS

Update #3821.

  • Property mode set to 100644
File size: 1.1 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_fxp = on
27dev_nic_re = on
28dev_nic_smc = on
29dev_usb = on
30dev_usb_controller = on
31dev_usb_controller_bbb = on
32dev_usb_input = on
33dev_usb_net = on
34dev_usb_quirk = on
35dev_usb_serial = on
36dev_usb_storage = on
37dev_usb_wlan = off
38dev_wlan_rtwn = off
39iic = on
40pinmux = on
41display = on
42dhcpcd = on
43dpaa = on
44evdev = on
45fdt = on
46in_cksum = on
47mdnsresponder = on
48mmc = on
49mmc_ti = on
50net = on
51net80211 = off
52netinet = on
53netinet6 = on
54netipsec = off
55nvme = on
56opencrypto = on
57pci = on
58pf = on
59rtems = on
60tests = on
61tty = on
62user_space = on
63user_space_wlanstats = off
64usr_bin_openssl = on
65usr_sbin_tcpdump = on
66usr_sbin_wpa_supplicant = off
Note: See TracBrowser for help on using the repository browser.