diff options
author | Adam Ford | 2017-08-11 09:46:05 -0500 |
---|---|---|
committer | Tom Rini | 2017-09-01 20:45:26 -0400 |
commit | 6ef2f90108e2cf101d931c71ea7904f2b6301641 (patch) | |
tree | 44c701cc24f7632835b60be65ca9737020c2a827 /configs/portl2_defconfig | |
parent | edd1653f04b3fae7e377be5f89e592f2b6266426 (diff) |
Convert CONFIG_BCH to Kconfig
This converts the following to Kconfig:
CONFIG_BCH
Signed-off-by: Adam Ford <aford173@gmail.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/portl2_defconfig')
-rw-r--r-- | configs/portl2_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/portl2_defconfig b/configs/portl2_defconfig index e272232a5e3..351f16b151e 100644 --- a/configs/portl2_defconfig +++ b/configs/portl2_defconfig @@ -28,4 +28,5 @@ CONFIG_ENV_IS_IN_EEPROM=y CONFIG_SPI_FLASH=y CONFIG_SPI_FLASH_STMICRO=y CONFIG_SYS_NS16550=y +CONFIG_BCH=y CONFIG_OF_LIBFDT=y |