diff options
author | Adam Ford | 2018-01-02 10:39:52 -0600 |
---|---|---|
committer | Tom Rini | 2018-01-22 16:43:30 -0500 |
commit | 6574864df8db62a45e1875d4e1c42e5c8b8cbe0e (patch) | |
tree | 7ffc4cd3dd3bdd1dccf46fd2b4e17e48870460d7 /include/configs/rk3288_common.h | |
parent | b9b500b0f9c3a37e064bd84eae65c807b8619dea (diff) |
Convert CONFIG_ROCKCHIP_USB2_PHY to Kconfig
This converts the following to Kconfig:
CONFIG_ROCKCHIP_USB2_PHY
Signed-off-by: Adam Ford <aford173@gmail.com>
Diffstat (limited to 'include/configs/rk3288_common.h')
-rw-r--r-- | include/configs/rk3288_common.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/rk3288_common.h b/include/configs/rk3288_common.h index e2f070fd1c8..c2bd378437e 100644 --- a/include/configs/rk3288_common.h +++ b/include/configs/rk3288_common.h @@ -58,7 +58,6 @@ #ifndef CONFIG_SPL_BUILD /* usb otg */ -#define CONFIG_ROCKCHIP_USB2_PHY /* usb mass storage */ #define CONFIG_USB_FUNCTION_MASS_STORAGE |