diff options
author | Tom Rini | 2020-06-16 19:06:13 -0400 |
---|---|---|
committer | Tom Rini | 2020-06-26 10:29:05 -0400 |
commit | 103354d60d22993ef9cd2d7f36097a67b5de442f (patch) | |
tree | 0a5061cfa5f4f69a4622f4574b3586881c7c0757 /configs | |
parent | 44a666a84823e7f4deaed63b40a5816ee0aca165 (diff) |
Convert CONFIG_BCH to Kconfig
This converts the following to Kconfig:
CONFIG_BCH
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/ge_bx50v3_defconfig | 1 | ||||
-rw-r--r-- | configs/mx53ppd_defconfig | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/configs/ge_bx50v3_defconfig b/configs/ge_bx50v3_defconfig index 58778e670c9..d61c2380465 100644 --- a/configs/ge_bx50v3_defconfig +++ b/configs/ge_bx50v3_defconfig @@ -99,4 +99,5 @@ CONFIG_SYS_WHITE_ON_BLACK=y CONFIG_VIDEO_IPUV3=y CONFIG_WATCHDOG_TIMEOUT_MSECS=6000 CONFIG_IMX_WATCHDOG=y +CONFIG_BCH=y # CONFIG_EFI_LOADER is not set diff --git a/configs/mx53ppd_defconfig b/configs/mx53ppd_defconfig index 1dca2455c81..4b561adc7d3 100644 --- a/configs/mx53ppd_defconfig +++ b/configs/mx53ppd_defconfig @@ -77,3 +77,4 @@ CONFIG_SYS_WHITE_ON_BLACK=y CONFIG_VIDEO_IPUV3=y CONFIG_WATCHDOG_TIMEOUT_MSECS=8000 CONFIG_IMX_WATCHDOG=y +CONFIG_BCH=y |