diff options
author | Simon Glass <sjg@chromium.org> | 2015-02-05 21:41:46 -0700 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2015-02-12 10:35:35 -0700 |
commit | 7b051c5235d6c82cbb396e4419e8d90c7d7635e7 (patch) | |
tree | 319591dbd26d77b5d0f79a9ae46cf042d3fad7ae /configs | |
parent | f4aae59fdfc161cbcd3bc628af100d305d739033 (diff) | |
download | u-boot-imx-7b051c5235d6c82cbb396e4419e8d90c7d7635e7.zip u-boot-imx-7b051c5235d6c82cbb396e4419e8d90c7d7635e7.tar.gz u-boot-imx-7b051c5235d6c82cbb396e4419e8d90c7d7635e7.tar.bz2 |
dm: sunxi: 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>
Acked-by: Ian Campbell <ijc@hellion.org.uk>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/Linksprite_pcDuino3_fdt_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/Linksprite_pcDuino3_fdt_defconfig b/configs/Linksprite_pcDuino3_fdt_defconfig index 3b6dfa6..cfed375 100644 --- a/configs/Linksprite_pcDuino3_fdt_defconfig +++ b/configs/Linksprite_pcDuino3_fdt_defconfig @@ -2,6 +2,8 @@ CONFIG_SPL=y CONFIG_SYS_EXTRA_OPTIONS="AXP209_POWER,SUNXI_GMAC,AHCI,SATAPWR=SUNXI_GPH(2),USB_EHCI" CONFIG_FDTFILE="sun7i-a20-pcduino3.dtb" CONFIG_DM=y +CONFIG_DM_GPIO=y +CONFIG_DM_SERIAL=y CONFIG_DEFAULT_DEVICE_TREE="sun7i-a20-pcduino3" CONFIG_OF_CONTROL=y CONFIG_OF_SEPARATE=y |