[PATCH] [TRIVIAL] usb: gadget: drop "selectUSB_GADGET_S3C_HSOTG_PIO"

From: Paul Bolle
Date: Sun Nov 13 2011 - 18:01:21 EST


There is no Kconfig symbol named USB_GADGET_S3C_HSOTG_PIO. The select
statement for that symbol is a nop. Drop it.

Signed-off-by: Paul Bolle <pebolle@xxxxxxxxxx>
---
0) Tested with "make ARCH=arm menuconfig" before and after applying this
patch. Identical .config files were generated, as was expected.

1) This select statement was introduced in commit 5b7d70c6db ("USB:
Gadget driver for Samsung HS/OtG block"). I have no idea why.

2) This concludes this ad hoc series of Kconfig cleanups: select
statements with bogus Kconfig symbols. On to the next series, perhaps...

drivers/usb/gadget/Kconfig | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/drivers/usb/gadget/Kconfig b/drivers/usb/gadget/Kconfig
index b21cd37..870a707 100644
--- a/drivers/usb/gadget/Kconfig
+++ b/drivers/usb/gadget/Kconfig
@@ -264,7 +264,6 @@ config USB_PXA27X
config USB_S3C_HSOTG
tristate "S3C HS/OtG USB Device controller"
depends on S3C_DEV_USB_HSOTG
- select USB_GADGET_S3C_HSOTG_PIO
select USB_GADGET_DUALSPEED
help
The Samsung S3C64XX USB2.0 high-speed gadget controller
--
1.7.4.4

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/