diff options
author | Simon Glass <sjg@chromium.org> | 2016-10-17 20:12:43 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-10-23 18:33:40 -0400 |
commit | cfa307f839f59f27b6fd1e80f3686e53b457f8dc (patch) | |
tree | 976fdba341ddf8f028f170c8a309c90ab9832d64 /configs/PIP405_defconfig | |
parent | c6745195be700fa3f8a7221169a0f20df9c0e91f (diff) | |
download | u-boot-cfa307f839f59f27b6fd1e80f3686e53b457f8dc.zip u-boot-cfa307f839f59f27b6fd1e80f3686e53b457f8dc.tar.gz u-boot-cfa307f839f59f27b6fd1e80f3686e53b457f8dc.tar.bz2 |
Convert CONFIG_VIDEO_CT69000 to Kconfig
This converts the following to Kconfig:
CONFIG_VIDEO_CT69000
Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/PIP405_defconfig')
-rw-r--r-- | configs/PIP405_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/PIP405_defconfig b/configs/PIP405_defconfig index 114bdcb..2a42dc0 100644 --- a/configs/PIP405_defconfig +++ b/configs/PIP405_defconfig @@ -19,3 +19,4 @@ CONFIG_CMD_FAT=y CONFIG_SYS_NS16550=y CONFIG_USB=y CONFIG_USB_STORAGE=y +CONFIG_VIDEO_CT69000=y |