File tree Expand file tree Collapse file tree 3 files changed +17
-0
lines changed
Expand file tree Collapse file tree 3 files changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -253,6 +253,15 @@ CONFIG_RT_USING_QSPI=y
253253# CONFIG_RT_USING_LCD is not set
254254# CONFIG_RT_USING_HWCRYPTO is not set
255255# CONFIG_RT_USING_WIFI is not set
256+ CONFIG_RT_USING_BLK=y
257+
258+ #
259+ # Partition Types
260+ #
261+ CONFIG_RT_BLK_PARTITION_DFS=y
262+ CONFIG_RT_BLK_PARTITION_EFI=y
263+ # end of Partition Types
264+
256265# CONFIG_RT_USING_VIRTIO is not set
257266CONFIG_RT_USING_PIN=y
258267CONFIG_RT_USING_KTIME=y
Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ config PHYTIUM_ARCH_AARCH64
2626 select RT_USING_CACHE
2727 select TARGET_ARMV8_AARCH64
2828 select ARCH_ARM_BOOTWITH_FLUSH_CACHE
29+ select ARCH_USING_IRQ_CTX_LIST
2930 select RT_USING_HW_ATOMIC
3031 default y
3132
Original file line number Diff line number Diff line change 160160#define RT_MMCSD_MAX_PARTITION 16
161161#define RT_USING_SPI
162162#define RT_USING_QSPI
163+ #define RT_USING_BLK
164+
165+ /* Partition Types */
166+
167+ #define RT_BLK_PARTITION_DFS
168+ #define RT_BLK_PARTITION_EFI
169+ /* end of Partition Types */
163170#define RT_USING_PIN
164171#define RT_USING_KTIME
165172#define RT_USING_CHERRYUSB
You can’t perform that action at this time.
0 commit comments