From ce7bf201011fc28c837fa99706f4bf8553597786 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C5=82=20Mi=C5=82ecki?= Date: Mon, 16 Nov 2015 12:22:47 +0000 Subject: [PATCH] kernel: add CONFIG_SSB_HOST_SOC symbol MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Rafał Miłecki SVN-Revision: 47486 --- target/linux/brcm47xx/config-4.1 | 1 + target/linux/generic/config-4.1 | 1 + target/linux/generic/config-4.3 | 1 + 3 files changed, 3 insertions(+) diff --git a/target/linux/brcm47xx/config-4.1 b/target/linux/brcm47xx/config-4.1 index bae7013818..0b812d55a7 100644 --- a/target/linux/brcm47xx/config-4.1 +++ b/target/linux/brcm47xx/config-4.1 @@ -159,6 +159,7 @@ CONFIG_SSB_DRIVER_MIPS=y CONFIG_SSB_DRIVER_PCICORE=y CONFIG_SSB_DRIVER_PCICORE_POSSIBLE=y CONFIG_SSB_EMBEDDED=y +CONFIG_SSB_HOST_SOC=y CONFIG_SSB_PCICORE_HOSTMODE=y CONFIG_SSB_PCIHOST=y CONFIG_SSB_PCIHOST_POSSIBLE=y diff --git a/target/linux/generic/config-4.1 b/target/linux/generic/config-4.1 index 8d10eed7cb..205c056ec3 100644 --- a/target/linux/generic/config-4.1 +++ b/target/linux/generic/config-4.1 @@ -3985,6 +3985,7 @@ CONFIG_SQUASHFS_XZ=y # CONFIG_SSB_PCMCIAHOST is not set CONFIG_SSB_POSSIBLE=y # CONFIG_SSB_SDIOHOST is not set +# CONFIG_SSB_HOST_SOC is not set # CONFIG_SSB_SILENT is not set # CONFIG_SSFDC is not set CONFIG_STACKTRACE_SUPPORT=y diff --git a/target/linux/generic/config-4.3 b/target/linux/generic/config-4.3 index 9e971d629b..37fd52ed9f 100644 --- a/target/linux/generic/config-4.3 +++ b/target/linux/generic/config-4.3 @@ -4083,6 +4083,7 @@ CONFIG_SQUASHFS_XZ=y # CONFIG_SSB_PCMCIAHOST is not set CONFIG_SSB_POSSIBLE=y # CONFIG_SSB_SDIOHOST is not set +# CONFIG_SSB_HOST_SOC is not set # CONFIG_SSB_SILENT is not set # CONFIG_SSFDC is not set CONFIG_STACKTRACE_SUPPORT=y