diff options
author | Adam Ford <aford173@gmail.com> | 2018-07-08 06:43:36 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-07-21 22:26:56 -0400 |
commit | eba7f1ff6c9836931f0ce2812182190862e38b5f (patch) | |
tree | 0ff47420df77434c489f495621317549dbbe3d1b /configs/ipam390_defconfig | |
parent | e7db856bf96213ba3f6b716be9fa264e184f74e2 (diff) |
Convert CONFIG_NAND_DAVINCI to Kconfig
This converts the following to Kconfig:
CONFIG_NAND_DAVINCI
Signed-off-by: Adam Ford <aford173@gmail.com>
Diffstat (limited to 'configs/ipam390_defconfig')
-rw-r--r-- | configs/ipam390_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/ipam390_defconfig b/configs/ipam390_defconfig index 15c4944b3b0..d1a6e542cb6 100644 --- a/configs/ipam390_defconfig +++ b/configs/ipam390_defconfig @@ -34,4 +34,6 @@ CONFIG_CMD_DIAG=y CONFIG_CMD_UBI=y CONFIG_ENV_IS_IN_NAND=y # CONFIG_MMC is not set +CONFIG_NAND=y +CONFIG_NAND_DAVINCI=y CONFIG_SYS_NS16550=y |