commit | 41713016ff856e06359540b91f3e14e01cf8060d | [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 | 30fd3d9c31fc783379332b8b9def9488f137e282 [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