From: hauke Date: Fri, 13 Sep 2013 20:39:23 +0000 (+0000) Subject: kernel: add missing config option X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=ae0f70c3fc5a06b3326278ab0751c430aa951be2;p=openwrt.git kernel: add missing config option git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37978 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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 \