Convert CONFIG_OMAP_EHCI_PHY1_RESET_GPIO et al to Kconfig
authorTom Rini <trini@konsulko.com>
Mon, 13 Sep 2021 00:32:28 +0000 (20:32 -0400)
committerTom Rini <trini@konsulko.com>
Tue, 28 Sep 2021 01:38:34 +0000 (21:38 -0400)
commit899867a28a86a0c6142337c060a546def16963a3
treed6eb02e51c611c71a3bbd367ac075c29b1eb1af2
parentfb1d1778f92c90a6b56d9ec6ceb3689b32bce8a7
Convert CONFIG_OMAP_EHCI_PHY1_RESET_GPIO et al to Kconfig

This converts the following to Kconfig:
   CONFIG_OMAP_EHCI_PHY1_RESET_GPIO
   CONFIG_OMAP_EHCI_PHY2_RESET_GPIO
   CONFIG_OMAP_EHCI_PHY3_RESET_GPIO

To do this, we also introduce CONFIG_HAS_CONFIG_OMAP_EHCI_PHYn_RESET_GPIO
options to get setting the GPIO number.

Signed-off-by: Tom Rini <trini@konsulko.com>
13 files changed:
configs/am3517_evm_defconfig
configs/omap35_logic_somlv_defconfig
configs/omap3_beagle_defconfig
configs/omap3_logic_somlv_defconfig
configs/omap4_panda_defconfig
configs/omap5_uevm_defconfig
drivers/usb/host/Kconfig
include/configs/am3517_evm.h
include/configs/omap3_beagle.h
include/configs/omap3_logic.h
include/configs/omap4_panda.h
include/configs/omap5_uevm.h
include/configs/tam3517-common.h