diff options
author | Qianyu Gong <qianyu.gong@nxp.com> | 2017-06-15 11:10:08 +0800 |
---|---|---|
committer | York Sun <york.sun@nxp.com> | 2017-08-01 08:28:56 -0700 |
commit | b171cd9f968e89cae9bbbcaab2bdaf4106c1a61c (patch) | |
tree | 579ae4bb4e5da232780d1012deb81e8d2e08b8a8 /configs/ls1046aqds_defconfig | |
parent | 5ba909f4265aa7866e65c90c21cfc3bf09325989 (diff) |
armv8: ls1046a: move CONFIG_CMD_USB to defconfig
Move the macro to defconfig to take effect globally.
Signed-off-by: Gong Qianyu <Qianyu.Gong@nxp.com>
Reviewed-by: York Sun <york.sun@nxp.com>
Diffstat (limited to 'configs/ls1046aqds_defconfig')
-rw-r--r-- | configs/ls1046aqds_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/ls1046aqds_defconfig b/configs/ls1046aqds_defconfig index ea006902f5c..679852cd19e 100644 --- a/configs/ls1046aqds_defconfig +++ b/configs/ls1046aqds_defconfig @@ -21,6 +21,7 @@ CONFIG_CMD_PING=y CONFIG_CMD_CACHE=y CONFIG_CMD_EXT2=y CONFIG_CMD_FAT=y +CONFIG_CMD_USB=y CONFIG_OF_CONTROL=y CONFIG_DM=y CONFIG_FSL_CAAM=y |