LinnuxKPI: drm2: retire timespec_to_jiffies()
[freebsd/src.git] / sys / powerpc / conf / MPC85XXSPE
blob207533c325598dad609e445f1536f2030a59ca6f
2 # Custom kernel for Freescale MPC85XX development boards like the CDS etc.
6 cpu             BOOKE
7 cpu             BOOKE_E500
8 ident           MPC85XXSPE
10 machine         powerpc powerpcspe
12 include         "dpaa/config.dpaa"
13 makeoptions     DEBUG=-g                # Build kernel with gdb(1) debug symbols
14 makeoptions     WITH_CTF=1
16 options         FPU_EMU
17 options         MAXCPU=2
19 options         _KPOSIX_PRIORITY_SCHEDULING
20 options         ALT_BREAK_TO_DEBUGGER
21 options         BREAK_TO_DEBUGGER
22 options         BOOTP
23 options         BOOTP_NFSROOT
24 #options        BOOTP_NFSV3
25 options         CD9660
26 options         COMPAT_43
27 options         DDB
28 #options        DEADLKRES
29 options         DEVICE_POLLING
30 #options        DIAGNOSTIC
31 options         FDT
32 #makeoptions    FDT_DTS_FILE=mpc8555cds.dts
33 options         FFS
34 options         GDB
35 options         GEOM_PART_GPT
36 options         GEOM_LABEL              # Provides labelization
37 options         INET
38 options         INET6
39 options         TCP_HHOOK               # hhook(9) framework for TCP
40 options         INVARIANTS
41 options         INVARIANT_SUPPORT
42 options         KDB
43 options         KTRACE
44 options         MD_ROOT
45 options         MPC85XX
46 options         MSDOSFS
47 options         NFS_ROOT
48 options         NFSCL
49 options         NFSLOCKD
50 options         PRINTF_BUFR_SIZE=128    # Prevent printf output being interspersed.
51 options         PROCFS
52 options         PSEUDOFS
53 options         SCHED_ULE
54 options         CAPABILITIES
55 options         CAPABILITY_MODE
56 options         SMP
57 options         SYSVMSG
58 options         SYSVSEM
59 options         SYSVSHM
60 options         WITNESS
61 options         WITNESS_SKIPSPIN
63 # The powerpcspe target arch can run non Altivec/VMX powerpc binaries
64 # Keep COMPAT options in sync with powerpc target arch.
65 options         COMPAT_FREEBSD6         # Compatible with FreeBSD6
66 options         COMPAT_FREEBSD7         # Compatible with FreeBSD7
67 options         COMPAT_FREEBSD9         # Compatible with FreeBSD9
68 options         COMPAT_FREEBSD10        # Compatible with FreeBSD10
69 options         COMPAT_FREEBSD11        # Compatible with FreeBSD11
70 options         COMPAT_FREEBSD12        # Compatible with FreeBSD12
71 options         COMPAT_FREEBSD13        # Compatible with FreeBSD13
72 options         COMPAT_FREEBSD14        # Compatible with FreeBSD14
74 options         HWPMC_HOOKS
75 options         KDTRACE_HOOKS           # Kernel DTrace hooks
76 options         DDB_CTF                 # Kernel ELF linker loads CTF data
78 device          ata
79 device          bpf
80 device          cfi
81 device          cpufreq
82 device          crypto
83 device          cryptodev
84 device          da
85 device          ds1307
86 device          ds1553
87 device          iflib
88 device          em
89 device          alc
90 device          ether
91 device          fxp
92 device          gpio
93 device          gpiopower
94 device          iic
95 device          iicbus
96 #device         isa
97 device          loop
98 device          md
99 device          miibus
100 device          mmc
101 device          mmcsd
102 device          pass
103 device          pci
104 device          quicc
105 #device         rl
106 device          scbus
107 device          scc
108 device          sdhci
109 device          sec
110 device          spibus
111 device          spigen
112 device          tsec
113 device          dpaa
114 device          tuntap
115 device          uart
116 options         USB_DEBUG       # enable debug msgs
117 #device         uhci
118 device          ehci
119 device          hkbd
120 device          ukbd
121 device          hms
122 device          ums
123 device          umass
124 device          usb
125 device          usbhid
126 device          vlan
128 # VirtIO support
129 device          virtio                  # Generic VirtIO bus (required)
130 device          virtio_pci              # VirtIO PCI device
131 device          vtnet                   # VirtIO Ethernet device
132 device          virtio_blk              # VirtIO Block device
133 device          virtio_scsi             # VirtIO SCSI device
134 device          virtio_balloon          # VirtIO Memory Balloon device
136 # P1022 DIU
137 device          diu
138 device          videomode
139 device          vt
140 device          fbd
142 # evdev interface
143 options         EVDEV_SUPPORT           # evdev support in legacy drivers
144 device          evdev                   # input event device support
145 device          uinput                  # install /dev/uinput cdev
147 # HID support
148 options         HID_DEBUG       # enable debug msgs
149 device          hid             # Generic HID support
150 device          hidbus          # Generic HID bus