diff options
| author | Tom Rini <trini@konsulko.com> | 2022-06-25 11:02:31 -0400 |
|---|---|---|
| committer | Tom Rini <trini@konsulko.com> | 2022-07-07 09:29:08 -0400 |
| commit | cd6a45a41fb2c19884ac87afade87b4d53601929 (patch) | |
| tree | 62724a663a3e2f8ced64c0be547a596c1f4d5585 /include/configs/rockpro64_rk3399.h | |
| parent | b340199f828e7d57945785b698ff97469972d1ca (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/rockpro64_rk3399.h')
| -rw-r--r-- | include/configs/rockpro64_rk3399.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/rockpro64_rk3399.h b/include/configs/rockpro64_rk3399.h index 903e9df527c..9195b9b99e4 100644 --- a/include/configs/rockpro64_rk3399.h +++ b/include/configs/rockpro64_rk3399.h @@ -14,7 +14,4 @@ #include <configs/rk3399_common.h> #define SDRAM_BANK_SIZE (2UL << 30) - -#define CONFIG_USB_OHCI_NEW -#define CONFIG_SYS_USB_OHCI_MAX_ROOT_PORTS 2 #endif |
