Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild
Pull kconfig updates from Michal Marek: "Yann E Morin was supposed to take over kconfig maintainership, but this hasn't happened. So I'm sending a few kconfig patches that I collected: - Fix for missing va_end in kconfig - merge_config.sh displays used if given too few arguments - s/boolean/bool/ in Kconfig files for consistency, with the plan to only support bool in the future" * 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild: kconfig: use va_end to match corresponding va_start merge_config.sh: Display usage if given too few arguments kconfig: use bool instead of boolean for type definition attributes
This commit is contained in:
@@ -397,14 +397,14 @@ config USB_NET_CDC_SUBSET
|
||||
not generally have permanently assigned Ethernet addresses.
|
||||
|
||||
config USB_ALI_M5632
|
||||
boolean "ALi M5632 based 'USB 2.0 Data Link' cables"
|
||||
bool "ALi M5632 based 'USB 2.0 Data Link' cables"
|
||||
depends on USB_NET_CDC_SUBSET
|
||||
help
|
||||
Choose this option if you're using a host-to-host cable
|
||||
based on this design, which supports USB 2.0 high speed.
|
||||
|
||||
config USB_AN2720
|
||||
boolean "AnchorChips 2720 based cables (Xircom PGUNET, ...)"
|
||||
bool "AnchorChips 2720 based cables (Xircom PGUNET, ...)"
|
||||
depends on USB_NET_CDC_SUBSET
|
||||
help
|
||||
Choose this option if you're using a host-to-host cable
|
||||
@@ -412,7 +412,7 @@ config USB_AN2720
|
||||
Cypress brand.
|
||||
|
||||
config USB_BELKIN
|
||||
boolean "eTEK based host-to-host cables (Advance, Belkin, ...)"
|
||||
bool "eTEK based host-to-host cables (Advance, Belkin, ...)"
|
||||
depends on USB_NET_CDC_SUBSET
|
||||
default y
|
||||
help
|
||||
@@ -421,7 +421,7 @@ config USB_BELKIN
|
||||
microcontroller, with LEDs that indicate traffic.
|
||||
|
||||
config USB_ARMLINUX
|
||||
boolean "Embedded ARM Linux links (iPaq, ...)"
|
||||
bool "Embedded ARM Linux links (iPaq, ...)"
|
||||
depends on USB_NET_CDC_SUBSET
|
||||
default y
|
||||
help
|
||||
@@ -438,14 +438,14 @@ config USB_ARMLINUX
|
||||
this simpler protocol by installing a different kernel.
|
||||
|
||||
config USB_EPSON2888
|
||||
boolean "Epson 2888 based firmware (DEVELOPMENT)"
|
||||
bool "Epson 2888 based firmware (DEVELOPMENT)"
|
||||
depends on USB_NET_CDC_SUBSET
|
||||
help
|
||||
Choose this option to support the usb networking links used
|
||||
by some sample firmware from Epson.
|
||||
|
||||
config USB_KC2190
|
||||
boolean "KT Technology KC2190 based cables (InstaNet)"
|
||||
bool "KT Technology KC2190 based cables (InstaNet)"
|
||||
depends on USB_NET_CDC_SUBSET
|
||||
help
|
||||
Choose this option if you're using a host-to-host cable
|
||||
|
Reference in New Issue
Block a user