Browse Source

sunxi: Enable SD block devices

USB storage support is however SCSI Disk block device support isn't
meaning that connected devices wont enumerate.
Enable CONFIG_BLK_DEV_SD by default to fix it.

Signed-off-by: Daniel Engberg <[email protected]>
Daniel Engberg 7 years ago
parent
commit
3accbc6aac
1 changed files with 1 additions and 0 deletions
  1. 1 0
      target/linux/sunxi/config-4.14

+ 1 - 0
target/linux/sunxi/config-4.14

@@ -67,6 +67,7 @@ CONFIG_BACKLIGHT_LCD_SUPPORT=y
 CONFIG_BACKLIGHT_PWM=y
 CONFIG_BINFMT_MISC=y
 CONFIG_BLK_DEV_LOOP=y
+CONFIG_BLK_DEV_SD=y
 CONFIG_BLK_SCSI_REQUEST=y
 CONFIG_BOUNCE=y
 # CONFIG_BPF_SYSCALL is not set