470cc41503
Add the WUSB build system (Kconfig and Kbuild) files. Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de> Signed-off-by: David Vrabel <david.vrabel@csr.com>
18 lines
441 B
Plaintext
18 lines
441 B
Plaintext
#
|
|
# Wireless USB Core configuration
|
|
#
|
|
config USB_WUSB
|
|
tristate "Enable Wireless USB extensions"
|
|
depends on USB
|
|
select UWB
|
|
select CRYPTO
|
|
select CRYPTO_BLKCIPHER
|
|
select CRYPTO_CBC
|
|
select CRYPTO_MANAGER
|
|
select CRYPTO_AES
|
|
help
|
|
Enable the host-side support for Wireless USB.
|
|
|
|
To compile this support select Y (built in). It is safe to
|
|
select even if you don't have the hardware.
|