diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2017-10-08 12:27:23 +0200 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2017-10-08 13:39:44 +0200 |
commit | 29a6c4fcfb56c24aadcd3d7b5cc004c9d3f465e2 (patch) | |
tree | 086ddec6917df2910ead20d1fc366eaf69e277b4 /target | |
parent | 2cb8f0a4cf0f3d6606cad6b0cff687b71a78c3dd (diff) | |
download | upstream-29a6c4fcfb56c24aadcd3d7b5cc004c9d3f465e2.tar.gz upstream-29a6c4fcfb56c24aadcd3d7b5cc004c9d3f465e2.tar.bz2 upstream-29a6c4fcfb56c24aadcd3d7b5cc004c9d3f465e2.zip |
kernel: add missing config options for layerscape target
This fixes some problems found by build bot.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/generic/config-4.9 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/target/linux/generic/config-4.9 b/target/linux/generic/config-4.9 index 79d7dcb883..930cf7676c 100644 --- a/target/linux/generic/config-4.9 +++ b/target/linux/generic/config-4.9 @@ -1883,6 +1883,7 @@ CONFIG_IO_STRICT_DEVMEM=y # CONFIG_IP6_NF_MATCH_RT is not set # CONFIG_IP6_NF_NAT is not set # CONFIG_IP6_NF_RAW is not set +# CONFIG_IP6_NF_SECURITY is not set # CONFIG_IP6_NF_TARGET_HL is not set # CONFIG_IP6_NF_TARGET_REJECT is not set # CONFIG_IP6_NF_TARGET_SYNPROXY is not set @@ -2948,6 +2949,8 @@ CONFIG_NFS_V3=y # CONFIG_NFS_V4 is not set # CONFIG_NFS_V4_1 is not set # CONFIG_NFTL is not set +# CONFIG_NFT_BRIDGE_META is not set +# CONFIG_NFT_BRIDGE_REJECT is not set # CONFIG_NFT_DUP_IPV4 is not set # CONFIG_NFT_DUP_IPV6 is not set # CONFIG_NF_CONNTRACK is not set @@ -4066,6 +4069,7 @@ CONFIG_SND_DRIVERS=y # CONFIG_SND_DUMMY is not set # CONFIG_SND_DYNAMIC_MINORS is not set # CONFIG_SND_ECHO3G is not set +# CONFIG_SND_EDMA_SOC is not set # CONFIG_SND_EMU10K1 is not set # CONFIG_SND_EMU10K1X is not set # CONFIG_SND_EMU10K1_SEQ is not set @@ -4735,6 +4739,7 @@ CONFIG_USB_DEFAULT_PERSIST=y # CONFIG_USB_EG20T is not set # CONFIG_USB_EHCI_ATH79 is not set # CONFIG_USB_EHCI_HCD_AT91 is not set +# CONFIG_USB_EHCI_HCD_OMAP is not set # CONFIG_USB_EHCI_HCD_PPC_OF is not set # CONFIG_USB_EHCI_MSM is not set # CONFIG_USB_EHCI_MV is not set |