summaryrefslogtreecommitdiff
path: root/include/configs/rk3328_common.h
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-06-25 11:02:31 -0400
committerTom Rini <trini@konsulko.com>2022-07-07 09:29:08 -0400
commitcd6a45a41fb2c19884ac87afade87b4d53601929 (patch)
tree62724a663a3e2f8ced64c0be547a596c1f4d5585 /include/configs/rk3328_common.h
parentb340199f828e7d57945785b698ff97469972d1ca (diff)
Convert CONFIG_USB_OHCI_NEW et al to Kconfig
This converts the following to Kconfig: CONFIG_SYS_OHCI_SWAP_REG_ACCESS CONFIG_SYS_USB_OHCI_CPU_INIT CONFIG_SYS_USB_OHCI_MAX_ROOT_PORTS CONFIG_SYS_USB_OHCI_SLOT_NAME CONFIG_USB_ATMEL CONFIG_USB_ATMEL_CLK_SEL_PLLB CONFIG_USB_ATMEL_CLK_SEL_UPLL CONFIG_USB_OHCI_LPC32XX CONFIG_USB_OHCI_NEW Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/rk3328_common.h')
-rw-r--r--include/configs/rk3328_common.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/configs/rk3328_common.h b/include/configs/rk3328_common.h
index 9018357920..165b78ff33 100644
--- a/include/configs/rk3328_common.h
+++ b/include/configs/rk3328_common.h
@@ -30,8 +30,4 @@
"partitions=" PARTS_DEFAULT \
BOOTENV
-/* rockchip ohci host driver */
-#define CONFIG_USB_OHCI_NEW
-#define CONFIG_SYS_USB_OHCI_MAX_ROOT_PORTS 1
-
#endif