From 68e7a2a0b7d8730933d3788806c3480c8f0d09de Mon Sep 17 00:00:00 2001 From: Sergey Ryazanov Date: Wed, 31 May 2017 00:46:40 +0300 Subject: 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 --- target/linux/lantiq/config-4.9 | 1 - 1 file changed, 1 deletion(-) (limited to 'target/linux/lantiq') diff --git a/target/linux/lantiq/config-4.9 b/target/linux/lantiq/config-4.9 index edfc1c10dc..52e58ab1f4 100644 --- a/target/linux/lantiq/config-4.9 +++ b/target/linux/lantiq/config-4.9 @@ -183,7 +183,6 @@ CONFIG_SCHED_HRTICK=y # CONFIG_SENSORS_LTQ_CPUTEMP is not set # CONFIG_SERIAL_8250 is not set CONFIG_SERIAL_LANTIQ=y -# CONFIG_SG_POOL is not set # CONFIG_SOC_AMAZON_SE is not set # CONFIG_SOC_FALCON is not set CONFIG_SOC_TYPE_XWAY=y -- cgit v1.2.3