<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in Kconfig</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>d4718eff - usb: core: Kconfig: Improve USB authorization mode help</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/usb/core/Kconfig#d4718eff</link>
        <description>usb: core: Kconfig: Improve USB authorization mode helpUpdate the default USB device authorization mode help text so that themeaning of the option and it&apos;s available values are described moreaccurately.Reported-by: Geert Uytterhoeven &lt;geert@linux-m68k.org&gt;Closes: https://lore.kernel.org/linux-usb/CAMuHMdUy793gzDVR0jfNnx5TUdJ_2MKH5NPGSgHkytAhArtqmw@mail.gmail.com/Signed-off-by: Niko Mauno &lt;niko.mauno@vaisala.com&gt;Link: https://lore.kernel.org/r/20240213124518.20231-1-niko.mauno@vaisala.comSigned-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/usb/core/Kconfig</description>
        <pubDate>Tue, 13 Feb 2024 12:45:18 +0000</pubDate>
        <dc:creator>Niko Mauno &lt;niko.mauno@vaisala.com&gt;</dc:creator>
    </item>
<item>
        <title>bec7e43b - usb: core: Make default authorization mode configurable</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/usb/core/Kconfig#bec7e43b</link>
        <description>usb: core: Make default authorization mode configurableMake the default USB device authorization mode configurable at buildtime. This is useful for systems that require a mode that is stricterthan the standard setting, as it avoids relying on the kernel commandline being properly set.Signed-off-by: Niko Mauno &lt;niko.mauno@vaisala.com&gt;Link: https://lore.kernel.org/r/20240105114956.30714-2-niko.mauno@vaisala.comSigned-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/usb/core/Kconfig</description>
        <pubDate>Fri, 05 Jan 2024 11:49:56 +0000</pubDate>
        <dc:creator>Niko Mauno &lt;niko.mauno@vaisala.com&gt;</dc:creator>
    </item>
<item>
        <title>fb6f076d - USB: hub: Add Kconfig option to reduce number of port initialization retries</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/usb/core/Kconfig#fb6f076d</link>
        <description>USB: hub: Add Kconfig option to reduce number of port initialization retriesDescription based on one by Yasushi Asano:According to 6.7.22 A-UUT &#8220;Device No Response&#8221; for connection timeoutof USB OTG and EH automated compliance plan v1.2, enumeration failurehas to be detected within 30 seconds.  However, the old and newenumeration schemes each make a total of 12 attempts, and each attemptcan take 5 seconds to time out, so the PET test fails.This patch adds a new Kconfig option (CONFIG_USB_FEW_INIT_RETRIES);when the option is set all the initialization retry loops except theoutermost are reduced to a single iteration.  This reduces the totalnumber of attempts to four, allowing Linux hosts to pass the PET test.The new option is disabled by default to preserve the existingbehavior.  The reduced number of retries may fail to initialize a fewdevices that currently do work, but for the most part there should beno change.  And in cases where the initialization does fail, it willfail much more quickly.Reported-and-tested-by: yasushi asano &lt;yazzep@gmail.com&gt;Signed-off-by: Alan Stern &lt;stern@rowland.harvard.edu&gt;Link: https://lore.kernel.org/r/20200928152217.GB134701@rowland.harvard.eduSigned-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/usb/core/Kconfig</description>
        <pubDate>Mon, 28 Sep 2020 15:22:17 +0000</pubDate>
        <dc:creator>Alan Stern &lt;stern@rowland.harvard.edu&gt;</dc:creator>
    </item>
<item>
        <title>f8f02d5c - USB: OTG: rename product list of devices</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/usb/core/Kconfig#f8f02d5c</link>
        <description>USB: OTG: rename product list of devicesRename the list of specific devices that an OTG device could support tomake it more obvious as to what this list is for and what it is doing.Also rename the configuration option to make it more obvious as well.Cc: Thomas Bogendoerfer &lt;tsbogend@alpha.franken.de&gt;Cc: Paul Burton &lt;paulburton@kernel.org&gt;Cc: &quot;Diego Elio Petten&#242;&quot; &lt;flameeyes@flameeyes.com&gt;Cc: &quot;Martin K. Petersen&quot; &lt;martin.petersen@oracle.com&gt;Cc: Jens Axboe &lt;axboe@kernel.dk&gt;Cc: Jiaxun Yang &lt;jiaxun.yang@flygoat.com&gt;Cc: Krzysztof Kozlowski &lt;krzk@kernel.org&gt;Cc: &quot;Philippe Mathieu-Daud&#233;&quot; &lt;f4bug@amsat.org&gt;Cc: Alan Stern &lt;stern@rowland.harvard.edu&gt;Cc: Eugeniu Rosca &lt;erosca@de.adit-jv.com&gt;Cc: Qi Zhou &lt;atmgnd@outlook.com&gt;Cc: Andrey Konovalov &lt;andreyknvl@google.com&gt;Cc: Hardik Gajjar &lt;hgajjar@de.adit-jv.com&gt;Cc: Harry Pan &lt;harry.pan@intel.com&gt;Cc: David Heinzelmann &lt;heinzelmann.david@gmail.com&gt;Cc: Nishad Kamdar &lt;nishadkamdar@gmail.com&gt;Link: https://lore.kernel.org/r/20200618094300.1887727-9-gregkh@linuxfoundation.orgSigned-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/usb/core/Kconfig</description>
        <pubDate>Thu, 18 Jun 2020 09:43:00 +0000</pubDate>
        <dc:creator>Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;</dc:creator>
    </item>
<item>
        <title>9af54301 - USB: rename USB OTG hub configuration option</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/usb/core/Kconfig#9af54301</link>
        <description>USB: rename USB OTG hub configuration optionThe USB OTG code has the ability to disable external hubs, but theconfiguration option for it is oddly named.  Rename it to be moreobvious as to what it does.Cc: Thomas Bogendoerfer &lt;tsbogend@alpha.franken.de&gt;Cc: Bin Liu &lt;b-liu@ti.com&gt;Cc: Paul Cercueil &lt;paul@crapouillou.net&gt;Cc: Alan Stern &lt;stern@rowland.harvard.edu&gt;Cc: Eugeniu Rosca &lt;erosca@de.adit-jv.com&gt;Cc: Kai-Heng Feng &lt;kai.heng.feng@canonical.com&gt;Cc: David Heinzelmann &lt;heinzelmann.david@gmail.com&gt;Cc: &quot;Lee, Chiasheng&quot; &lt;chiasheng.lee@intel.com&gt;Cc: Keiya Nobuta &lt;nobuta.keiya@fujitsu.com&gt;Cc: Hardik Gajjar &lt;hgajjar@de.adit-jv.com&gt;Link: https://lore.kernel.org/r/20200618094300.1887727-3-gregkh@linuxfoundation.orgSigned-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/usb/core/Kconfig</description>
        <pubDate>Thu, 18 Jun 2020 09:42:54 +0000</pubDate>
        <dc:creator>Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;</dc:creator>
    </item>
<item>
        <title>d991f855 - usb: remove redundant &apos;default n&apos; from Kconfig-s</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/usb/core/Kconfig#d991f855</link>
        <description>usb: remove redundant &apos;default n&apos; from Kconfig-s&apos;default n&apos; is the default value for any bool or tristate Kconfigsetting so there is no need to write it explicitly.Also since commit f467c5640c29 (&quot;kconfig: only write &apos;# CONFIG_FOOis not set&apos; for visible symbols&quot;) the Kconfig behavior is the sameregardless of &apos;default n&apos; being present or not:    ...    One side effect of (and the main motivation for) this change is making    the following two definitions behave exactly the same:        config FOO                bool        config FOO                bool                default n    With this change, neither of these will generate a    &apos;# CONFIG_FOO is not set&apos; line (assuming FOO isn&apos;t selected/implied).    That might make it clearer to people that a bare &apos;default n&apos; is    redundant.    ...Signed-off-by: Bartlomiej Zolnierkiewicz &lt;b.zolnierkie@samsung.com&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/usb/core/Kconfig</description>
        <pubDate>Mon, 20 May 2019 14:14:33 +0000</pubDate>
        <dc:creator>Bartlomiej Zolnierkiewicz &lt;b.zolnierkie@samsung.com&gt;</dc:creator>
    </item>
<item>
        <title>5d5d44de - usb: core: make default autosuspend delay configurable</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/usb/core/Kconfig#5d5d44de</link>
        <description>usb: core: make default autosuspend delay configurableMake the default autosuspend delay configurable at build time.This is useful for systems that require a non-standard value asit avoids relying on the command line being properly set.Signed-off-by: Mans Rullgard &lt;mans@mansr.com&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/usb/core/Kconfig</description>
        <pubDate>Fri, 01 Mar 2019 16:43:20 +0000</pubDate>
        <dc:creator>Mans Rullgard &lt;mans@mansr.com&gt;</dc:creator>
    </item>
<item>
        <title>cae8dc3b - USB: add missing SPDX lines to Kconfig and Makefiles</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/usb/core/Kconfig#cae8dc3b</link>
        <description>USB: add missing SPDX lines to Kconfig and MakefilesThere are a few remaining drivers/usb/ files that do not have SPDXidentifiers in them, all of these are either Kconfig or Makefiles.  Addthe correct GPL-2.0 identifier to them to make scanning tools happy.Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/usb/core/Kconfig</description>
        <pubDate>Thu, 17 Jan 2019 08:23:50 +0000</pubDate>
        <dc:creator>Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;</dc:creator>
    </item>
<item>
        <title>e1c3e6e1 - docs-rst: fix usb cross-references</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/usb/core/Kconfig#e1c3e6e1</link>
        <description>docs-rst: fix usb cross-referencesAs some USB documentation files got moved, adjust theircross-references to their new place.Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@s-opensource.com&gt;Acked-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;Signed-off-by: Jonathan Corbet &lt;corbet@lwn.net&gt;

            List of files:
            /linux-6.15/drivers/usb/core/Kconfig</description>
        <pubDate>Wed, 05 Apr 2017 13:23:15 +0000</pubDate>
        <dc:creator>Mauro Carvalho Chehab &lt;mchehab@s-opensource.com&gt;</dc:creator>
    </item>
<item>
        <title>0f247626 - usb: core: Introduce a USB port LED trigger</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/usb/core/Kconfig#0f247626</link>
        <description>usb: core: Introduce a USB port LED triggerThis commit adds a new trigger responsible for turning on LED when USBdevice gets connected to the selected USB port. This can can useful forvarious home routers that have USB port(s) and a proper LED telling usera device is connected.The trigger gets its documentation file but basically it just requiresenabling it and selecting USB ports (e.g. echo 1 &gt; ports/usb1-1).There was a long discussion on design of this driver. Its current stateis a result of picking them most adjustable solution as others couldn&apos;thandle all cases.1) It wasn&apos;t possible for the driver to register separated trigger for   each USB port. Some physical USB ports are handled by more than one   controller and so by more than one USB port. E.g. USB 2.0 physical   port may be handled by OHCI&apos;s port and EHCI&apos;s port.   It&apos;s also not possible to assign more than 1 trigger to a single LED   and implementing such feature would be tricky due to syncing triggers   and sysfs conflicts with old triggers.2) Another idea was to register trigger per USB hub. This wouldn&apos;t allow   handling devices with multiple USB LEDs and controllers (hubs)   controlling more than 1 physical port. It&apos;s common for hubs to have   few ports and each may have its own LED.This final trigger is highly flexible. It allows selecting any USB portsfor any LED. It was also modified (comparing to the initial version) toallow choosing ports rather than having user /guess/ proper names. Itwas successfully tested on SmartRG SR400ac which has 3 USB LEDs,2 physical ports and 3 controllers.It was noted USB subsystem already has usb-gadget and usb-host triggersbut they are pretty trivial ones. They indicate activity only and can&apos;thave ports specified.In future it may be good idea to consider adding activity support tousbport as well. This should allow switching to this more generic driverand maybe marking old ones as obsolete.This can be implemented with another sysfs file for setting mode. Thedefault mode wouldn&apos;t change so there won&apos;t be ABI breakage and so suchfeature can be safely implemented later.There was also an idea of supporting other devices (PCI, SDIO, etc.) butas this driver already contains some USB specific code (and will getmore) these should be probably separated drivers (triggers).Signed-off-by: Rafa&#322; Mi&#322;ecki &lt;rafal@milecki.pl&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/usb/core/Kconfig</description>
        <pubDate>Fri, 16 Sep 2016 14:13:48 +0000</pubDate>
        <dc:creator>Rafa&#322; Mi&#322;ecki &lt;rafal@milecki.pl&gt;</dc:creator>
    </item>
<item>
        <title>ad764c49 - usb: Kconfig: move ulpi bus support out of host</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/usb/core/Kconfig#ad764c49</link>
        <description>usb: Kconfig: move ulpi bus support out of hostThe ULPI bus is not only for host, but for device mode too, so moveit out from host&apos;s Kconfig.Signed-off-by: Peter Chen &lt;peter.chen@nxp.com&gt;Acked-by: Heikki Krogerus &lt;heikki.krogerus@linux.intel.com&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/usb/core/Kconfig</description>
        <pubDate>Tue, 16 Aug 2016 09:33:25 +0000</pubDate>
        <dc:creator>Peter Chen &lt;peter.chen@nxp.com&gt;</dc:creator>
    </item>
<item>
        <title>a26a1422 - usb: remove redundant dependency on USB_SUPPORT</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/usb/core/Kconfig#a26a1422</link>
        <description>usb: remove redundant dependency on USB_SUPPORTThe whole Kconfig entries of the USB subsystem are surrounded with&quot;if USB_SUPPORT&quot; ... &quot;endif&quot;, so CONFIG_USB_SUPPORT=y is surely metwhen these two Kconfig options are visible.Signed-off-by: Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/usb/core/Kconfig</description>
        <pubDate>Fri, 22 Jul 2016 08:23:18 +0000</pubDate>
        <dc:creator>Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;</dc:creator>
    </item>
<item>
        <title>c4f16130 - usb: kconfig: fix warning of select USB_OTG</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/usb/core/Kconfig#c4f16130</link>
        <description>usb: kconfig: fix warning of select USB_OTGWhen choose randconfig for kernel build, it reports below warning:&quot;warning: (USB_OTG_FSM &amp;&amp; FSL_USB2_OTG &amp;&amp; USB_MV_OTG) selects USB_OTGwhich has unmet direct dependencies (USB_SUPPORT &amp;&amp; USB &amp;&amp; PM)&quot;In fact, USB_OTG is visible symbol and depends on PM, so the driverneeds to depend on it to reduce dependency problem.Signed-off-by: Peter Chen &lt;peter.chen@freescale.com&gt;Reported-by: Arnd Bergmann &lt;arnd@arndb.de&gt;Cc: Felipe Balbi &lt;balbi@ti.com&gt;Acked-by: Arnd Bergmann &lt;arnd@arndb.de&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/usb/core/Kconfig</description>
        <pubDate>Thu, 19 Nov 2015 03:47:47 +0000</pubDate>
        <dc:creator>Peter Chen &lt;peter.chen@freescale.com&gt;</dc:creator>
    </item>
<item>
        <title>ac722e30 - usb: kconfig: fix warning of select USB_OTG</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/usb/core/Kconfig#ac722e30</link>
        <description>usb: kconfig: fix warning of select USB_OTGWhen choose randconfig for kernel build, it reports below warning:&quot;warning: (USB_OTG_FSM &amp;&amp; FSL_USB2_OTG &amp;&amp; USB_MV_OTG) selects USB_OTGwhich has unmet direct dependencies (USB_SUPPORT &amp;&amp; USB &amp;&amp; PM)&quot;In fact, USB_OTG is visible symbol and depends on PM, so the driverneeds to depend on it to reduce dependency problem.Signed-off-by: Peter Chen &lt;peter.chen@freescale.com&gt;Reported-by: Arnd Bergmann &lt;arnd@arndb.de&gt;Cc: Felipe Balbi &lt;balbi@ti.com&gt;Acked-by: Arnd Bergmann &lt;arnd@arndb.de&gt;Signed-off-by: Felipe Balbi &lt;balbi@ti.com&gt;

            List of files:
            /linux-6.15/drivers/usb/core/Kconfig</description>
        <pubDate>Thu, 19 Nov 2015 03:47:47 +0000</pubDate>
        <dc:creator>Peter Chen &lt;peter.chen@freescale.com&gt;</dc:creator>
    </item>
<item>
        <title>289fcff4 - usb: add bus type for USB ULPI</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/usb/core/Kconfig#289fcff4</link>
        <description>usb: add bus type for USB ULPIUTMI+ Low Pin Interface (ULPI) is a commonly used PHYinterface for USB 2.0. The ULPI specification describes astandard set of registers which the vendors can extend fortheir specific needs. ULPI PHYs provide often functionssuch as charger detection and ADP sensing and probing.There are two major issues that the bus type is meant totackle:Firstly, ULPI registers are accessed from the controller.The bus provides convenient method for the controllerdrivers to share that access with the actual PHY drivers.Secondly, there are already platforms that assume ULPI PHYsare runtime detected, such as many Intel Baytrail basedplatforms. They do not provide any kind of hardwaredescription for the ULPI PHYs like separate ACPI deviceobject that could be used to enumerate a device from.Signed-off-by: Heikki Krogerus &lt;heikki.krogerus@linux.intel.com&gt;Acked-by: David Cohen &lt;david.a.cohen@linux.intel.com&gt;Signed-off-by: Felipe Balbi &lt;balbi@ti.com&gt;

            List of files:
            /linux-6.15/drivers/usb/core/Kconfig</description>
        <pubDate>Wed, 13 May 2015 12:26:42 +0000</pubDate>
        <dc:creator>Heikki Krogerus &lt;heikki.krogerus@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>1b3e3aa6 - PM / Kconfig: Replace PM_RUNTIME with PM in dependencies</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/usb/core/Kconfig#1b3e3aa6</link>
        <description>PM / Kconfig: Replace PM_RUNTIME with PM in dependenciesAfter commit b2b49ccbdd54 (PM: Kconfig: Set PM_RUNTIME if PM_SLEEP isselected) PM_RUNTIME is always set if PM is set, so Kconfig optionsdepending on CONFIG_PM_RUNTIME may now be changed to depend onCONFIG_PM.Replace PM_RUNTIME with PM in Kconfig dependencies throughout thetree.Signed-off-by: Rafael J. Wysocki &lt;rafael.j.wysocki@intel.com&gt;Acked-by: Felipe Balbi &lt;balbi@ti.com&gt;Acked-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;Acked-by: Tejun Heo &lt;tj@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/usb/core/Kconfig</description>
        <pubDate>Fri, 12 Dec 2014 23:44:04 +0000</pubDate>
        <dc:creator>Rafael J. Wysocki &lt;rafael.j.wysocki@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>9bd0181c - usb: core: Kconfig: TPL should apply for both OTG and EH</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/usb/core/Kconfig#9bd0181c</link>
        <description>usb: core: Kconfig: TPL should apply for both OTG and EHUpdate configuration for USB_OTG_WHITELIST, any targeted hosts(non PC-hosts) can have TPL (Targered Peripheral List).Signed-off-by: Peter Chen &lt;peter.chen@freescale.com&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/usb/core/Kconfig</description>
        <pubDate>Tue, 19 Aug 2014 01:51:54 +0000</pubDate>
        <dc:creator>Peter Chen &lt;peter.chen@freescale.com&gt;</dc:creator>
    </item>
<item>
        <title>1dfa91aa - usb: common: rename phy-fsm-usb.c to usb-otg-fsm.c</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/usb/core/Kconfig#1dfa91aa</link>
        <description>usb: common: rename phy-fsm-usb.c to usb-otg-fsm.cSince usb otg fsm implementation is not related to usb phy.We move it from usb/phy/ to usb/common/, and rename it toreflect its real meaning.Cc: Felipe Balbi &lt;balbi@ti.com&gt;Signed-off-by: Peter Chen &lt;peter.chen@freescale.com&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/usb/core/Kconfig</description>
        <pubDate>Tue, 29 Apr 2014 00:35:59 +0000</pubDate>
        <dc:creator>Peter Chen &lt;peter.chen@freescale.com&gt;</dc:creator>
    </item>
<item>
        <title>a838ec7b - usb: core: remove the Kconfig entry for USB_DEBUG</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/usb/core/Kconfig#a838ec7b</link>
        <description>usb: core: remove the Kconfig entry for USB_DEBUGSince we have already removed the usage of CONFIG_USB_DEBUG, it ismeaningless that there is still a configuration entry for CONFIG_USB_DEBUG.Signed-off-by: Peter Chen &lt;peter.chen@freescale.com&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/usb/core/Kconfig</description>
        <pubDate>Mon, 28 Apr 2014 06:12:38 +0000</pubDate>
        <dc:creator>Peter Chen &lt;peter.chen@freescale.com&gt;</dc:creator>
    </item>
<item>
        <title>c7dcec7d - Kconfig: Remove useless &quot;default N&quot; lines</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/usb/core/Kconfig#c7dcec7d</link>
        <description>Kconfig: Remove useless &quot;default N&quot; linesA number of Kconfig entries default to (uppercase) &quot;N&quot;. It was clearlyintended to use &quot;default n&quot;. But since (lowercase) &quot;n&quot; is the defaultanyway, these lines might as well be removed.Signed-off-by: Paul Bolle &lt;pebolle@tiscali.nl&gt;Signed-off-by: Jiri Kosina &lt;jkosina@suse.cz&gt;

            List of files:
            /linux-6.15/drivers/usb/core/Kconfig</description>
        <pubDate>Tue, 11 Feb 2014 12:38:47 +0000</pubDate>
        <dc:creator>Paul Bolle &lt;pebolle@tiscali.nl&gt;</dc:creator>
    </item>
</channel>
</rss>
