diff options
author | Thomas Pugliese <thomas.pugliese@gmail.com> | 2014-09-16 15:40:04 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2014-09-23 22:04:44 -0700 |
commit | 58e4ab3eb02c77e11eae1555e4d635a058afb629 (patch) | |
tree | ebea3e24cd86477b14cc3a085dc0253de1f996ac /drivers | |
parent | e53582bbb53c91342f0a80add9c689e75cd9b564 (diff) |
uwb: remove UWB build dependency on PCI
UWB does not require PCI to be enabled so remove build dependency.
Signed-off-by: Thomas Pugliese <thomas.pugliese@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/uwb/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/uwb/Kconfig b/drivers/uwb/Kconfig index 2431eedbe6a5..c204094e1bb4 100644 --- a/drivers/uwb/Kconfig +++ b/drivers/uwb/Kconfig @@ -4,7 +4,6 @@ menuconfig UWB tristate "Ultra Wideband devices" - depends on PCI default n help UWB is a high-bandwidth, low-power, point-to-point radio |