Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion bsp/k230/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,4 @@ choice BSP_ROOTFS_TYPE
bool "Use Compressed ROM File-System (ReadOnly)"
select RT_USING_DFS_CROMFS
select PKG_USING_ZLIB
select PKG_USING_ZLIB_LATEST_VERSION
endchoice
2 changes: 0 additions & 2 deletions bsp/k230/board/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ menu "Drivers Configuration"

config BSP_USING_SDIO0
bool "Enable SDIO0"
default y

if BSP_USING_SDIO0
config BSP_SDIO0_EMMC
Expand All @@ -33,7 +32,6 @@ menu "Drivers Configuration"

config BSP_USING_SDIO1
bool "Enable SDIO1"
default n
endchoice

config BSP_SD_MNT_DEVNAME
Expand Down