diff options
author | Adam Ford <aford173@gmail.com> | 2019-08-14 07:54:34 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-08-23 16:45:40 -0400 |
commit | 78f28773a55db9ed434e7b1920b94bb95167844f (patch) | |
tree | 53fc282a4dc2bed3436284ee5353e75fdcb965b1 /configs/bcm28155_w1d_defconfig | |
parent | 3f70bef1b8c2519fe34a16937457342629303e62 (diff) |
Convert CONFIG_MX_CYCLIC to Kconfig
This converts the following to Kconfig:
CONFIG_MX_CYCLIC
Signed-off-by: Adam Ford <aford173@gmail.com>
Acked-by: David Lechner <david@lechnology.com>
Diffstat (limited to 'configs/bcm28155_w1d_defconfig')
-rw-r--r-- | configs/bcm28155_w1d_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/bcm28155_w1d_defconfig b/configs/bcm28155_w1d_defconfig index 7972e273fd4..9f3020c16e3 100644 --- a/configs/bcm28155_w1d_defconfig +++ b/configs/bcm28155_w1d_defconfig @@ -11,6 +11,7 @@ CONFIG_HUSH_PARSER=y # CONFIG_AUTOBOOT is not set CONFIG_CMD_BOOTZ=y CONFIG_CMD_ASKENV=y +CONFIG_MX_CYCLIC=y # CONFIG_CMD_FLASH is not set CONFIG_CMD_GPIO=y CONFIG_CMD_I2C=y |