Added USB configuration option.

This commit is contained in:
mark 2001-09-27 20:54:52 +00:00
parent c46d02d61a
commit 5843338ed2
2 changed files with 8 additions and 0 deletions

View File

@ -263,6 +263,13 @@ ask_bool "Build Prism2.5 native PCI (_pci) driver?" PRISM2_PCI
$ECHO ""
#=======================================================================
# Should we build for Prism2.5 USB?
ask_bool "Build Prism2.5 USB (_usb) driver?" PRISM2_USB
$ECHO ""
#=======================================================================
# Collect the kernel source tree and test for sanity

View File

@ -19,3 +19,4 @@ HOST_COMPILE=
PRISM2_PLX=n
PRISM2_PCMCIA=y
PRISM2_PCI=n
PRISM2_USB=n