diff options
author | Sergey Ryazanov <ryazanov.s.a@gmail.com> | 2017-05-31 00:46:40 +0300 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2017-06-07 18:31:10 +0200 |
commit | 68e7a2a0b7d8730933d3788806c3480c8f0d09de (patch) | |
tree | 27063e6adce24c2a73205232db0ad8f8ba986a79 /target/linux/x86 | |
parent | 6a3d82a3fabb4cae6a9baa29ed60b65501a4f01d (diff) | |
download | upstream-68e7a2a0b7d8730933d3788806c3480c8f0d09de.tar.gz upstream-68e7a2a0b7d8730933d3788806c3480c8f0d09de.tar.bz2 upstream-68e7a2a0b7d8730933d3788806c3480c8f0d09de.zip |
kernel: disable CONFIG_SG_POOL by default
CONFIG_SG_POOL symbol is selected only by CONFIG_SCSI, since the last
one is disabled by default then disable CONFIG_SG_POOL by default too.
And explicitly enable it only for platforms that use CONFIG_SCSI.
Signed-off-by: Sergey Ryazanov <ryazanov.s.a@gmail.com>
Diffstat (limited to 'target/linux/x86')
-rw-r--r-- | target/linux/x86/config-4.9 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/x86/config-4.9 b/target/linux/x86/config-4.9 index a9de3d20ec..9747e536eb 100644 --- a/target/linux/x86/config-4.9 +++ b/target/linux/x86/config-4.9 @@ -386,6 +386,7 @@ CONFIG_SERIO=y CONFIG_SERIO_I8042=y CONFIG_SERIO_LIBPS2=y CONFIG_SERIO_SERPORT=y +CONFIG_SG_POOL=y # CONFIG_SMSC37B787_WDT is not set # CONFIG_SMSC_SCH311X_WDT is not set CONFIG_SPARSEMEM_STATIC=y |