diff options
author | Adam Ford | 2018-01-02 10:39:21 -0600 |
---|---|---|
committer | Tom Rini | 2018-01-22 16:43:30 -0500 |
commit | b9b500b0f9c3a37e064bd84eae65c807b8619dea (patch) | |
tree | 6a0cba6c54b37d2a586a42e809cd1a29eff0027d /include/configs/cm_t43.h | |
parent | 3b9e2a2520082ebf64ad4607bace057ac8fb0076 (diff) |
Convert CONFIG_OMAP_USB_PHY to Kconfig
This converts the following to Kconfig:
CONFIG_OMAP_USB_PHY
Signed-off-by: Adam Ford <aford173@gmail.com>
Diffstat (limited to 'include/configs/cm_t43.h')
-rw-r--r-- | include/configs/cm_t43.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/cm_t43.h b/include/configs/cm_t43.h index a2224915e7d..a564b86c8c3 100644 --- a/include/configs/cm_t43.h +++ b/include/configs/cm_t43.h @@ -55,7 +55,6 @@ /* USB support */ #define CONFIG_USB_XHCI_OMAP -#define CONFIG_OMAP_USB_PHY #define CONFIG_AM437X_USB2PHY2_HOST /* SPI Flash support */ |