From: Hauke Mehrtens Date: Fri, 13 Sep 2013 20:39:23 +0000 (+0000) Subject: kernel: add missing config option X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=0c597a8f536ef99a6b89a28b75a92ad0dccf8ceb;p=librecmc%2Flibrecmc.git kernel: add missing config option SVN-Revision: 37978 --- diff --git a/package/kernel/linux/modules/other.mk b/package/kernel/linux/modules/other.mk index cfd44ce520..2f10741cea 100644 --- a/package/kernel/linux/modules/other.mk +++ b/package/kernel/linux/modules/other.mk @@ -309,6 +309,7 @@ define KernelPackage/bcma CONFIG_BCMA_BLOCKIO=y \ CONFIG_BCMA_HOST_PCI_POSSIBLE=y \ CONFIG_BCMA_HOST_PCI=y \ + CONFIG_BCMA_HOST_SOC=n \ CONFIG_BCMA_DRIVER_MIPS=n \ CONFIG_BCMA_DRIVER_PCI_HOSTMODE=n \ CONFIG_BCMA_DRIVER_GMAC_CMN=n \