diff options
author | Daniel Engberg <daniel.engberg.lists@pyret.net> | 2017-06-02 03:00:39 +0200 |
---|---|---|
committer | Alexander Couzens <lynxis@fe80.eu> | 2017-06-02 12:02:21 +0200 |
commit | 22ac4bd555218d292de576fb574c3b88b63097f8 (patch) | |
tree | 0eaebbe4dee0e668e0e49048c57033faa7575718 /target/linux/mvebu | |
parent | 1893b5622df4c7b8be0f2bc5bb73756ac1ded1eb (diff) | |
download | upstream-22ac4bd555218d292de576fb574c3b88b63097f8.tar.gz upstream-22ac4bd555218d292de576fb574c3b88b63097f8.tar.bz2 upstream-22ac4bd555218d292de576fb574c3b88b63097f8.zip |
mvebu: Add block device sd to default kernel config
Add block device sd to kernel config otherwise AHCI/eSATA devices won't get enumerated in /dev
Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
Diffstat (limited to 'target/linux/mvebu')
-rw-r--r-- | target/linux/mvebu/config-4.9 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/mvebu/config-4.9 b/target/linux/mvebu/config-4.9 index 3d7bf949c9..a84a7b9baf 100644 --- a/target/linux/mvebu/config-4.9 +++ b/target/linux/mvebu/config-4.9 @@ -57,6 +57,7 @@ CONFIG_ATAGS=y CONFIG_AUTO_ZRELADDR=y # CONFIG_BINFMT_FLAT is not set CONFIG_BLK_DEV_LOOP=y +CONFIG_BLK_DEV_SD=y CONFIG_BLK_MQ_PCI=y CONFIG_BOUNCE=y # CONFIG_CACHE_FEROCEON_L2 is not set |