diff options
author | Adam Ford <aford173@gmail.com> | 2018-01-02 10:38:36 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-01-22 16:43:30 -0500 |
commit | 3b9e2a2520082ebf64ad4607bace057ac8fb0076 (patch) | |
tree | f5c2abe13083b791b8e3efec2040d0415a6cf229 /include/configs/cm_t35.h | |
parent | 26410c1517bbb6d6f90de55b5fa65dac3c298bc7 (diff) |
Convert CONFIG_TWL4030_USB to Kconfig
This converts the following to Kconfig:
CONFIG_TWL4030_USB
Signed-off-by: Adam Ford <aford173@gmail.com>
Diffstat (limited to 'include/configs/cm_t35.h')
-rw-r--r-- | include/configs/cm_t35.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/cm_t35.h b/include/configs/cm_t35.h index 8abe870e9f..3c64cb575c 100644 --- a/include/configs/cm_t35.h +++ b/include/configs/cm_t35.h @@ -71,9 +71,6 @@ #define CONFIG_SYS_BAUDRATE_TABLE {4800, 9600, 19200, 38400, 57600,\ 115200} -/* USB */ -#define CONFIG_TWL4030_USB - /* USB device configuration */ #define CONFIG_USB_DEVICE #define CONFIG_USB_TTY |