diff options
author | Daniel Engberg <daniel.engberg.lists@pyret.net> | 2018-06-22 20:55:15 +0200 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2018-07-07 18:19:39 +0200 |
commit | 3accbc6aacae62c83ddf010f9b095fb7a3d69f05 (patch) | |
tree | 395899da82456678ff282522849247039025317b | |
parent | 7de50d19171b94642025dd55dd96b2c09c1e9762 (diff) | |
download | upstream-3accbc6aacae62c83ddf010f9b095fb7a3d69f05.tar.gz upstream-3accbc6aacae62c83ddf010f9b095fb7a3d69f05.tar.bz2 upstream-3accbc6aacae62c83ddf010f9b095fb7a3d69f05.zip |
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 <daniel.engberg.lists@pyret.net>
-rw-r--r-- | target/linux/sunxi/config-4.14 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/sunxi/config-4.14 b/target/linux/sunxi/config-4.14 index 197e099ab4..6e318250a7 100644 --- a/target/linux/sunxi/config-4.14 +++ b/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 |