diff options
author | Heiko Schocher <hs@denx.de> | 2016-09-21 07:58:19 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-09-26 13:24:43 -0400 |
commit | 8f2fe0c86c56175dd7d5d0e3bc26bef41f224f03 (patch) | |
tree | c478fa6b150ebebee69c582a01fd73d6f56e23dc /configs/pogo_e02_defconfig | |
parent | 37cc64460081df4b824e4fc13526c53ea3846f87 (diff) |
kconfig: introduce kconfig for UBI
move the UBI config options into Kconfig.
Signed-off-by: Heiko Schocher <hs@denx.de>
Reviewed-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Andrew F. Davis <afd@ti.com>
Reviewed by: Evgeni Dobrev <evgeni at studio-punkt.com>
Diffstat (limited to 'configs/pogo_e02_defconfig')
-rw-r--r-- | configs/pogo_e02_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/pogo_e02_defconfig b/configs/pogo_e02_defconfig index 258adba48b4..cdb85d20f77 100644 --- a/configs/pogo_e02_defconfig +++ b/configs/pogo_e02_defconfig @@ -13,6 +13,7 @@ CONFIG_CMD_MII=y CONFIG_CMD_PING=y CONFIG_CMD_EXT2=y CONFIG_CMD_FAT=y +CONFIG_CMD_UBI=y CONFIG_SYS_NS16550=y CONFIG_USB=y CONFIG_USB_STORAGE=y |