diff options
author | John Crispin <john@openwrt.org> | 2014-12-11 18:58:12 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2014-12-11 18:58:12 +0000 |
commit | 6f4656c19b43b3cd00f724aa03cf826941fbccfb (patch) | |
tree | bb0aa255517e3b94039ef77cf928f004d40e541a /target | |
parent | 1ef21067258178a541abf1434a905b6bbb4b3aae (diff) | |
download | upstream-6f4656c19b43b3cd00f724aa03cf826941fbccfb.tar.gz upstream-6f4656c19b43b3cd00f724aa03cf826941fbccfb.tar.bz2 upstream-6f4656c19b43b3cd00f724aa03cf826941fbccfb.zip |
netlogic: sync kernel config
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 43630
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/netlogic/xlr/config-default | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/target/linux/netlogic/xlr/config-default b/target/linux/netlogic/xlr/config-default index ad2911da52..daa1c91ff3 100644 --- a/target/linux/netlogic/xlr/config-default +++ b/target/linux/netlogic/xlr/config-default @@ -1,2 +1,12 @@ -CONFIG_NLM_XLR_BOARD=y +CONFIG_CPU_SUPPORTS_HUGEPAGES=y +CONFIG_CPU_XLR=y +CONFIG_HAVE_ARCH_TRANSPARENT_HUGEPAGE=y +# CONFIG_HUGETLBFS is not set CONFIG_I2C_XLR=y +CONFIG_MDIO_BOARDINFO=y +CONFIG_NETLOGIC_XLR_NET=y +CONFIG_NLM_XLR_BOARD=y +CONFIG_PHYLIB=y +CONFIG_SWAP_IO_SPACE=y +CONFIG_SYS_HAS_CPU_XLR=y +CONFIG_SYS_SUPPORTS_HUGETLBFS=y |