Enable USB in kernconf of Armada38x
With this commit, USB 2.0 works fine on Armada38x platforms. Obtained from: Semihalf Sponsored by: Stormshield Submitted by: Bartosz Szczepanek <bsz@semihalf.com> Differential revision: https://reviews.freebsd.org/D4375
This commit is contained in:
parent
5c8fae4064
commit
f4c36f2b60
@ -16,7 +16,8 @@ makeoptions WERROR="-Werror"
|
||||
|
||||
options MD_ROOT
|
||||
#makeoptions MFS_IMAGE=/path/to/miniroot
|
||||
options ROOTDEVNAME=\"ufs:md0\"
|
||||
#options ROOTDEVNAME=\"ufs:md0\"
|
||||
options ROOTDEVNAME=\"/dev/da0s1a\"
|
||||
|
||||
options SCHED_ULE # ULE scheduler
|
||||
#options SCHED_4BSD # 4BSD scheduler
|
||||
@ -57,6 +58,14 @@ device gic
|
||||
# Timers
|
||||
device mpcore_timer
|
||||
|
||||
# USB
|
||||
device usb
|
||||
device ehci
|
||||
device umass
|
||||
device scbus
|
||||
device pass
|
||||
device da
|
||||
|
||||
#FDT
|
||||
options FDT
|
||||
options FDT_DTB_STATIC
|
||||
|
Loading…
x
Reference in New Issue
Block a user