diff options
| author | Tom Rini <trini@konsulko.com> | 2022-06-12 20:02:04 -0400 |
|---|---|---|
| committer | Tom Rini <trini@konsulko.com> | 2022-06-28 17:11:48 -0400 |
| commit | 3371eddaa10212b1303b2de305e1d976fe7770ca (patch) | |
| tree | 1328087906bd0b877adb77a563c750544149855d /configs/P1020RDB-PC_NAND_defconfig | |
| parent | 525fbfabf1f91bde3bd8fc8aa3ec8504e77c074f (diff) | |
Convert CONFIG_USB_MAX_CONTROLLER_COUNT to Kconfig
This converts the following to Kconfig:
CONFIG_USB_MAX_CONTROLLER_COUNT
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/P1020RDB-PC_NAND_defconfig')
| -rw-r--r-- | configs/P1020RDB-PC_NAND_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/P1020RDB-PC_NAND_defconfig b/configs/P1020RDB-PC_NAND_defconfig index e06a58254c9..80ca03cb1e9 100644 --- a/configs/P1020RDB-PC_NAND_defconfig +++ b/configs/P1020RDB-PC_NAND_defconfig @@ -136,4 +136,5 @@ CONFIG_DM_SPI=y CONFIG_FSL_ESPI=y CONFIG_USB=y CONFIG_USB_EHCI_FSL=y +CONFIG_USB_MAX_CONTROLLER_COUNT=2 CONFIG_USB_STORAGE=y |
