summaryrefslogtreecommitdiff
path: root/configs/pm9263_defconfig
diff options
context:
space:
mode:
authorIlko Iliev <iliev@ronetix.at>2019-03-11 13:06:25 +0100
committerTom Rini <trini@konsulko.com>2019-07-12 10:04:29 -0400
commit26eff4573747050518863b5c8ba777dc0202d7c3 (patch)
tree603231a2e04e25253affa5800e31ad5f7fd1d708 /configs/pm9263_defconfig
parent7a0b1f713e723b2bb7fe8a9bf16abf2a8441519d (diff)
board: pm9263: 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/pm9263_defconfig')
-rw-r--r--configs/pm9263_defconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/pm9263_defconfig b/configs/pm9263_defconfig
index 1c948b2ce5..3ab535ffb0 100644
--- a/configs/pm9263_defconfig
+++ b/configs/pm9263_defconfig
@@ -33,6 +33,7 @@ CONFIG_DEFAULT_DEVICE_TREE="at91sam9263ek"
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
@@ -52,5 +53,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