diff options
author | Tom Rini <trini@konsulko.com> | 2020-06-16 19:06:13 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-06-26 10:29:05 -0400 |
commit | 103354d60d22993ef9cd2d7f36097a67b5de442f (patch) | |
tree | 0a5061cfa5f4f69a4622f4574b3586881c7c0757 /include/configs/mx53ppd.h | |
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 'include/configs/mx53ppd.h')
-rw-r--r-- | include/configs/mx53ppd.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/mx53ppd.h b/include/configs/mx53ppd.h index 2ee66612c2..8c7d1395d0 100644 --- a/include/configs/mx53ppd.h +++ b/include/configs/mx53ppd.h @@ -144,8 +144,6 @@ #define CONFIG_FSL_IIM -#define CONFIG_BCH - /* Backlight Control */ #define CONFIG_IMX6_PWM_PER_CLK 66666000 |