diff options
author | Tom Rini <trini@konsulko.com> | 2022-06-15 12:03:43 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-07-05 17:03:01 -0400 |
commit | 89d888ed6db14cf396ade61c38e71a93e57dd3b6 (patch) | |
tree | 75ed8d6308033dc2a1bb90914d0e77bc3255e297 /configs/galileo_defconfig | |
parent | e1d3e637c78790e18d64733fae913d088c4c3c76 (diff) | |
download | u-boot-89d888ed6db14cf396ade61c38e71a93e57dd3b6.tar.gz u-boot-89d888ed6db14cf396ade61c38e71a93e57dd3b6.tar.bz2 u-boot-89d888ed6db14cf396ade61c38e71a93e57dd3b6.zip |
Convert CONFIG_DW_ALTDESCRIPTOR to Kconfig
This converts the following to Kconfig:
CONFIG_DW_ALTDESCRIPTOR
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/galileo_defconfig')
-rw-r--r-- | configs/galileo_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/galileo_defconfig b/configs/galileo_defconfig index 104532bd05..5ae13d5a1e 100644 --- a/configs/galileo_defconfig +++ b/configs/galileo_defconfig @@ -49,6 +49,7 @@ CONFIG_TFTP_TSIZE=y CONFIG_REGMAP=y CONFIG_SYSCON=y CONFIG_CPU=y +CONFIG_DW_ALTDESCRIPTOR=y CONFIG_SPI=y CONFIG_USB_STORAGE=y CONFIG_USB_KEYBOARD=y |