]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
usb: phy: samsung: Select common driver part implicitly
authorTomasz Figa <t.figa@samsung.com>
Thu, 16 May 2013 09:57:06 +0000 (11:57 +0200)
committerFelipe Balbi <balbi@ti.com>
Tue, 28 May 2013 17:06:19 +0000 (20:06 +0300)
commit6278703bcc4fa9778898ce9a7028b0b8e99747ef
tree63db2b018639260f6bf07cb7aa848ea766799072
parentf85bff5d1ece92017a57129877573e0fa4b1050c
usb: phy: samsung: Select common driver part implicitly

Since phy-samsung-usb library can be used only by phy-samsung-usb2 and
phy-samsung-usb3 drivers, there is no need to give explicit control over
its Kconfig symbol.

This patch makes CONFIG_SAMSUNG_USBPHY symbol hidden and selected
implicitly by CONFIG_SAMSUNG_USB2PHY and CONFIG_SAMSUNG_USB3PHY.

Signed-off-by: Tomasz Figa <t.figa@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
drivers/usb/phy/Kconfig