diff options
author | Simon Glass <sjg@chromium.org> | 2015-02-09 13:41:30 -0700 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2015-02-13 07:19:55 -0700 |
commit | 1ae067952d509893bee7c267be954d45ab49f9dc (patch) | |
tree | c662f7f2821d906217e42224070a2cdef89ed3ca /configs/stv0991_defconfig | |
parent | 484fdf5ba058b07be5ca82763aa2b72063540ef3 (diff) | |
download | u-boot-imx-1ae067952d509893bee7c267be954d45ab49f9dc.zip u-boot-imx-1ae067952d509893bee7c267be954d45ab49f9dc.tar.gz u-boot-imx-1ae067952d509893bee7c267be954d45ab49f9dc.tar.bz2 |
dm: stv0991: Move driver model CONFIGs to Kconfig
Remove driver model CONFIGs from the board config headers and use Kconfig
instead.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'configs/stv0991_defconfig')
-rw-r--r-- | configs/stv0991_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/stv0991_defconfig b/configs/stv0991_defconfig index 37b10ba..1c9ba88 100644 --- a/configs/stv0991_defconfig +++ b/configs/stv0991_defconfig @@ -3,3 +3,5 @@ CONFIG_ARM=y CONFIG_TARGET_STV0991=y CONFIG_SYS_MALLOC_F=y CONFIG_SYS_MALLOC_F_LEN=0x2000 +CONFIG_DM=y +CONFIG_DM_SERIAL=y |