diff options
Diffstat (limited to 'drivers/net')
-rw-r--r-- | drivers/net/ethernet/ti/Kconfig | 4 | ||||
-rw-r--r-- | drivers/net/usb/Kconfig | 12 | ||||
-rw-r--r-- | drivers/net/virtio_net.c | 6 | ||||
-rw-r--r-- | drivers/net/wireless/rt2x00/Kconfig | 6 |
4 files changed, 17 insertions, 11 deletions
diff --git a/drivers/net/ethernet/ti/Kconfig b/drivers/net/ethernet/ti/Kconfig index 3bc992cd70b7..f6a71092e135 100644 --- a/drivers/net/ethernet/ti/Kconfig +++ b/drivers/net/ethernet/ti/Kconfig | |||
@@ -50,7 +50,7 @@ config TI_DAVINCI_CPDMA | |||
50 | will be called davinci_cpdma. This is recommended. | 50 | will be called davinci_cpdma. This is recommended. |
51 | 51 | ||
52 | config TI_CPSW_PHY_SEL | 52 | config TI_CPSW_PHY_SEL |
53 | boolean "TI CPSW Switch Phy sel Support" | 53 | bool "TI CPSW Switch Phy sel Support" |
54 | depends on TI_CPSW | 54 | depends on TI_CPSW |
55 | ---help--- | 55 | ---help--- |
56 | This driver supports configuring of the phy mode connected to | 56 | This driver supports configuring of the phy mode connected to |
@@ -77,7 +77,7 @@ config TI_CPSW | |||
77 | will be called cpsw. | 77 | will be called cpsw. |
78 | 78 | ||
79 | config TI_CPTS | 79 | config TI_CPTS |
80 | boolean "TI Common Platform Time Sync (CPTS) Support" | 80 | bool "TI Common Platform Time Sync (CPTS) Support" |
81 | depends on TI_CPSW | 81 | depends on TI_CPSW |
82 | select PTP_1588_CLOCK | 82 | select PTP_1588_CLOCK |
83 | ---help--- | 83 | ---help--- |
diff --git a/drivers/net/usb/Kconfig b/drivers/net/usb/Kconfig index 0732f9e16128..7ba8d0885f12 100644 --- a/drivers/net/usb/Kconfig +++ b/drivers/net/usb/Kconfig | |||
@@ -398,14 +398,14 @@ config USB_NET_CDC_SUBSET | |||
398 | not generally have permanently assigned Ethernet addresses. | 398 | not generally have permanently assigned Ethernet addresses. |
399 | 399 | ||
400 | config USB_ALI_M5632 | 400 | config USB_ALI_M5632 |
401 | boolean "ALi M5632 based 'USB 2.0 Data Link' cables" | 401 | bool "ALi M5632 based 'USB 2.0 Data Link' cables" |
402 | depends on USB_NET_CDC_SUBSET | 402 | depends on USB_NET_CDC_SUBSET |
403 | help | 403 | help |
404 | Choose this option if you're using a host-to-host cable | 404 | Choose this option if you're using a host-to-host cable |
405 | based on this design, which supports USB 2.0 high speed. | 405 | based on this design, which supports USB 2.0 high speed. |
406 | 406 | ||
407 | config USB_AN2720 | 407 | config USB_AN2720 |
408 | boolean "AnchorChips 2720 based cables (Xircom PGUNET, ...)" | 408 | bool "AnchorChips 2720 based cables (Xircom PGUNET, ...)" |
409 | depends on USB_NET_CDC_SUBSET | 409 | depends on USB_NET_CDC_SUBSET |
410 | help | 410 | help |
411 | Choose this option if you're using a host-to-host cable | 411 | Choose this option if you're using a host-to-host cable |
@@ -413,7 +413,7 @@ config USB_AN2720 | |||
413 | Cypress brand. | 413 | Cypress brand. |
414 | 414 | ||
415 | config USB_BELKIN | 415 | config USB_BELKIN |
416 | boolean "eTEK based host-to-host cables (Advance, Belkin, ...)" | 416 | bool "eTEK based host-to-host cables (Advance, Belkin, ...)" |
417 | depends on USB_NET_CDC_SUBSET | 417 | depends on USB_NET_CDC_SUBSET |
418 | default y | 418 | default y |
419 | help | 419 | help |
@@ -422,7 +422,7 @@ config USB_BELKIN | |||
422 | microcontroller, with LEDs that indicate traffic. | 422 | microcontroller, with LEDs that indicate traffic. |
423 | 423 | ||
424 | config USB_ARMLINUX | 424 | config USB_ARMLINUX |
425 | boolean "Embedded ARM Linux links (iPaq, ...)" | 425 | bool "Embedded ARM Linux links (iPaq, ...)" |
426 | depends on USB_NET_CDC_SUBSET | 426 | depends on USB_NET_CDC_SUBSET |
427 | default y | 427 | default y |
428 | help | 428 | help |
@@ -439,14 +439,14 @@ config USB_ARMLINUX | |||
439 | this simpler protocol by installing a different kernel. | 439 | this simpler protocol by installing a different kernel. |
440 | 440 | ||
441 | config USB_EPSON2888 | 441 | config USB_EPSON2888 |
442 | boolean "Epson 2888 based firmware (DEVELOPMENT)" | 442 | bool "Epson 2888 based firmware (DEVELOPMENT)" |
443 | depends on USB_NET_CDC_SUBSET | 443 | depends on USB_NET_CDC_SUBSET |
444 | help | 444 | help |
445 | Choose this option to support the usb networking links used | 445 | Choose this option to support the usb networking links used |
446 | by some sample firmware from Epson. | 446 | by some sample firmware from Epson. |
447 | 447 | ||
448 | config USB_KC2190 | 448 | config USB_KC2190 |
449 | boolean "KT Technology KC2190 based cables (InstaNet)" | 449 | bool "KT Technology KC2190 based cables (InstaNet)" |
450 | depends on USB_NET_CDC_SUBSET | 450 | depends on USB_NET_CDC_SUBSET |
451 | help | 451 | help |
452 | Choose this option if you're using a host-to-host cable | 452 | Choose this option if you're using a host-to-host cable |
diff --git a/drivers/net/virtio_net.c b/drivers/net/virtio_net.c index 110a2cf67244..f1ff3666f090 100644 --- a/drivers/net/virtio_net.c +++ b/drivers/net/virtio_net.c | |||
@@ -1710,6 +1710,12 @@ static int virtnet_probe(struct virtio_device *vdev) | |||
1710 | struct virtnet_info *vi; | 1710 | struct virtnet_info *vi; |
1711 | u16 max_queue_pairs; | 1711 | u16 max_queue_pairs; |
1712 | 1712 | ||
1713 | if (!vdev->config->get) { | ||
1714 | dev_err(&vdev->dev, "%s failure: config access disabled\n", | ||
1715 | __func__); | ||
1716 | return -EINVAL; | ||
1717 | } | ||
1718 | |||
1713 | if (!virtnet_validate_features(vdev)) | 1719 | if (!virtnet_validate_features(vdev)) |
1714 | return -EINVAL; | 1720 | return -EINVAL; |
1715 | 1721 | ||
diff --git a/drivers/net/wireless/rt2x00/Kconfig b/drivers/net/wireless/rt2x00/Kconfig index 006b8bcb2e31..2b4ef256c6b9 100644 --- a/drivers/net/wireless/rt2x00/Kconfig +++ b/drivers/net/wireless/rt2x00/Kconfig | |||
@@ -243,14 +243,14 @@ config RT2X00_LIB | |||
243 | select AVERAGE | 243 | select AVERAGE |
244 | 244 | ||
245 | config RT2X00_LIB_FIRMWARE | 245 | config RT2X00_LIB_FIRMWARE |
246 | boolean | 246 | bool |
247 | select FW_LOADER | 247 | select FW_LOADER |
248 | 248 | ||
249 | config RT2X00_LIB_CRYPTO | 249 | config RT2X00_LIB_CRYPTO |
250 | boolean | 250 | bool |
251 | 251 | ||
252 | config RT2X00_LIB_LEDS | 252 | config RT2X00_LIB_LEDS |
253 | boolean | 253 | bool |
254 | default y if (RT2X00_LIB=y && LEDS_CLASS=y) || (RT2X00_LIB=m && LEDS_CLASS!=n) | 254 | default y if (RT2X00_LIB=y && LEDS_CLASS=y) || (RT2X00_LIB=m && LEDS_CLASS!=n) |
255 | 255 | ||
256 | config RT2X00_LIB_DEBUGFS | 256 | config RT2X00_LIB_DEBUGFS |