diff options
author | Christoph Jaeger <cj@linux.com> | 2014-12-20 15:41:11 -0500 |
---|---|---|
committer | Michal Marek <mmarek@suse.cz> | 2015-01-07 07:08:04 -0500 |
commit | 6341e62b212a2541efb0160c470e90bd226d5496 (patch) | |
tree | d627887c8ec8f3c65f5cef59ebd85becac7634b2 /drivers/net | |
parent | 97bf6af1f928216fd6c5a66e8a57bfa95a659672 (diff) |
kconfig: use bool instead of boolean for type definition attributes
Support for keyword 'boolean' will be dropped later on.
No functional change.
Reference: http://lkml.kernel.org/r/cover.1418003065.git.cj@linux.com
Signed-off-by: Christoph Jaeger <cj@linux.com>
Signed-off-by: Michal Marek <mmarek@suse.cz>
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/wireless/rt2x00/Kconfig | 6 |
3 files changed, 11 insertions, 11 deletions
diff --git a/drivers/net/ethernet/ti/Kconfig b/drivers/net/ethernet/ti/Kconfig index 605dd909bcc3..ca37fb200a44 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 |
@@ -71,7 +71,7 @@ config TI_CPSW | |||
71 | will be called cpsw. | 71 | will be called cpsw. |
72 | 72 | ||
73 | config TI_CPTS | 73 | config TI_CPTS |
74 | boolean "TI Common Platform Time Sync (CPTS) Support" | 74 | bool "TI Common Platform Time Sync (CPTS) Support" |
75 | depends on TI_CPSW | 75 | depends on TI_CPSW |
76 | select PTP_1588_CLOCK | 76 | select PTP_1588_CLOCK |
77 | ---help--- | 77 | ---help--- |
diff --git a/drivers/net/usb/Kconfig b/drivers/net/usb/Kconfig index 37eed4d84e9c..3bd9678315ad 100644 --- a/drivers/net/usb/Kconfig +++ b/drivers/net/usb/Kconfig | |||
@@ -397,14 +397,14 @@ config USB_NET_CDC_SUBSET | |||
397 | not generally have permanently assigned Ethernet addresses. | 397 | not generally have permanently assigned Ethernet addresses. |
398 | 398 | ||
399 | config USB_ALI_M5632 | 399 | config USB_ALI_M5632 |
400 | boolean "ALi M5632 based 'USB 2.0 Data Link' cables" | 400 | bool "ALi M5632 based 'USB 2.0 Data Link' cables" |
401 | depends on USB_NET_CDC_SUBSET | 401 | depends on USB_NET_CDC_SUBSET |
402 | help | 402 | help |
403 | Choose this option if you're using a host-to-host cable | 403 | Choose this option if you're using a host-to-host cable |
404 | based on this design, which supports USB 2.0 high speed. | 404 | based on this design, which supports USB 2.0 high speed. |
405 | 405 | ||
406 | config USB_AN2720 | 406 | config USB_AN2720 |
407 | boolean "AnchorChips 2720 based cables (Xircom PGUNET, ...)" | 407 | bool "AnchorChips 2720 based cables (Xircom PGUNET, ...)" |
408 | depends on USB_NET_CDC_SUBSET | 408 | depends on USB_NET_CDC_SUBSET |
409 | help | 409 | help |
410 | Choose this option if you're using a host-to-host cable | 410 | Choose this option if you're using a host-to-host cable |
@@ -412,7 +412,7 @@ config USB_AN2720 | |||
412 | Cypress brand. | 412 | Cypress brand. |
413 | 413 | ||
414 | config USB_BELKIN | 414 | config USB_BELKIN |
415 | boolean "eTEK based host-to-host cables (Advance, Belkin, ...)" | 415 | bool "eTEK based host-to-host cables (Advance, Belkin, ...)" |
416 | depends on USB_NET_CDC_SUBSET | 416 | depends on USB_NET_CDC_SUBSET |
417 | default y | 417 | default y |
418 | help | 418 | help |
@@ -421,7 +421,7 @@ config USB_BELKIN | |||
421 | microcontroller, with LEDs that indicate traffic. | 421 | microcontroller, with LEDs that indicate traffic. |
422 | 422 | ||
423 | config USB_ARMLINUX | 423 | config USB_ARMLINUX |
424 | boolean "Embedded ARM Linux links (iPaq, ...)" | 424 | bool "Embedded ARM Linux links (iPaq, ...)" |
425 | depends on USB_NET_CDC_SUBSET | 425 | depends on USB_NET_CDC_SUBSET |
426 | default y | 426 | default y |
427 | help | 427 | help |
@@ -438,14 +438,14 @@ config USB_ARMLINUX | |||
438 | this simpler protocol by installing a different kernel. | 438 | this simpler protocol by installing a different kernel. |
439 | 439 | ||
440 | config USB_EPSON2888 | 440 | config USB_EPSON2888 |
441 | boolean "Epson 2888 based firmware (DEVELOPMENT)" | 441 | bool "Epson 2888 based firmware (DEVELOPMENT)" |
442 | depends on USB_NET_CDC_SUBSET | 442 | depends on USB_NET_CDC_SUBSET |
443 | help | 443 | help |
444 | Choose this option to support the usb networking links used | 444 | Choose this option to support the usb networking links used |
445 | by some sample firmware from Epson. | 445 | by some sample firmware from Epson. |
446 | 446 | ||
447 | config USB_KC2190 | 447 | config USB_KC2190 |
448 | boolean "KT Technology KC2190 based cables (InstaNet)" | 448 | bool "KT Technology KC2190 based cables (InstaNet)" |
449 | depends on USB_NET_CDC_SUBSET | 449 | depends on USB_NET_CDC_SUBSET |
450 | help | 450 | help |
451 | Choose this option if you're using a host-to-host cable | 451 | Choose this option if you're using a host-to-host cable |
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 |