diff options
author | Thomas Pugliese <thomas.pugliese@gmail.com> | 2014-09-16 16:40:04 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2014-09-24 01:04:44 -0400 |
commit | 58e4ab3eb02c77e11eae1555e4d635a058afb629 (patch) | |
tree | ebea3e24cd86477b14cc3a085dc0253de1f996ac /drivers/uwb | |
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/uwb')
-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 @@ | |||
4 | 4 | ||
5 | menuconfig UWB | 5 | menuconfig UWB |
6 | tristate "Ultra Wideband devices" | 6 | tristate "Ultra Wideband devices" |
7 | depends on PCI | ||
8 | default n | 7 | default n |
9 | help | 8 | help |
10 | UWB is a high-bandwidth, low-power, point-to-point radio | 9 | UWB is a high-bandwidth, low-power, point-to-point radio |