commit | 5cc1d9214a73720631c40685dff1fa32ec11106a | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Wed Jun 08 08:24:28 2022 -0400 |
committer | Tom Rini <trini@konsulko.com> | Tue Jun 28 17:03:31 2022 -0400 |
tree | 940b77135657574bfffb82cbe2ebfeddb870f99f | |
parent | e78e880da9e9f85a9b901385fa1d6d37b9f60d2d [diff] [blame] |
Convert CONFIG_HAS_FSL_DR_USB to Kconfig This converts the following to Kconfig: CONFIG_HAS_FSL_DR_USB Signed-off-by: Tom Rini <trini@konsulko.com>
diff --git a/board/freescale/common/Kconfig b/board/freescale/common/Kconfig index b0e6e43..195fc47 100644 --- a/board/freescale/common/Kconfig +++ b/board/freescale/common/Kconfig
@@ -108,3 +108,7 @@ bool "Access to QIXIS is over i2c" depends on FSL_QIXIS default y + +config HAS_FSL_DR_USB + def_bool y + depends on USB_EHCI_HCD && PPC