diff options
author | Ilko Iliev <iliev@ronetix.at> | 2019-03-11 13:06:24 +0100 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-07-12 10:04:29 -0400 |
commit | 7a0b1f713e723b2bb7fe8a9bf16abf2a8441519d (patch) | |
tree | db39683f0249c97c03b19e0e5dc249016a73d764 /configs | |
parent | a9758ece08bceb60634145c2126582e5d282bd09 (diff) | |
download | u-boot-7a0b1f713e723b2bb7fe8a9bf16abf2a8441519d.tar.gz |
board: pm9261: Convert to CONFIG_DM_USB and CONFIG_DM_VIDEO
Convert the board to support the USB and video driver model and remove
the unnecessary code.
Diffstat (limited to 'configs')
-rw-r--r-- | configs/pm9261_defconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/pm9261_defconfig b/configs/pm9261_defconfig index 4a749321a0..33bf85865d 100644 --- a/configs/pm9261_defconfig +++ b/configs/pm9261_defconfig @@ -33,6 +33,7 @@ CONFIG_DEFAULT_DEVICE_TREE="at91sam9261ek" CONFIG_ENV_IS_IN_FLASH=y CONFIG_ENV_SECT_SIZE=0x10000 CONFIG_DM=y +CONFIG_BLK=y CONFIG_CLK=y CONFIG_CLK_AT91=y CONFIG_DM_GPIO=y @@ -54,5 +55,7 @@ CONFIG_ATMEL_USART=y CONFIG_SPI=y CONFIG_DM_SPI=y CONFIG_USB=y +CONFIG_DM_USB=y CONFIG_USB_STORAGE=y CONFIG_LCD=y +CONFIG_DM_VIDEO=y |