[source] lantiq: xrx200: cleanup kernel config

LEDE Commits lede-commits at lists.infradead.org
Wed Oct 4 11:08:38 PDT 2017


mkresin pushed a commit to source.git, branch master:
https://git.lede-project.org/d3f3b817ac1ea2ab75e77345362be905b6401eff

commit d3f3b817ac1ea2ab75e77345362be905b6401eff
Author: Mathias Kresin <dev at kresin.me>
AuthorDate: Mon Oct 2 07:47:16 2017 +0200

    lantiq: xrx200: cleanup kernel config
    
    CONFIG_MTSCHED & CONFIG_PERFCTRS were never defined in the kernel.
    
    CONFIG_LANTIQ_PHY was replaced by CONFIG_INTEL_XWAY_PHY with the switch
    to the upstreamed driver.
    
    Add autoselected dependecies to the kernel config.
    
    Signed-off-by: Mathias Kresin <dev at kresin.me>
---
 target/linux/lantiq/xrx200/config-default | 11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

diff --git a/target/linux/lantiq/xrx200/config-default b/target/linux/lantiq/xrx200/config-default
index 1477cc2..7b09234 100644
--- a/target/linux/lantiq/xrx200/config-default
+++ b/target/linux/lantiq/xrx200/config-default
@@ -5,8 +5,13 @@ CONFIG_CPU_MIPSR2_IRQ_EI=y
 CONFIG_CPU_MIPSR2_IRQ_VI=y
 CONFIG_CPU_RMAP=y
 CONFIG_CRC16=y
+CONFIG_CRYPTO_AEAD=y
+CONFIG_CRYPTO_AEAD2=y
 CONFIG_CRYPTO_DEFLATE=y
 CONFIG_CRYPTO_LZO=y
+CONFIG_CRYPTO_MANAGER=y
+CONFIG_CRYPTO_MANAGER2=y
+CONFIG_CRYPTO_NULL2=y
 CONFIG_FIRMWARE_IN_KERNEL=y
 CONFIG_HWMON=y
 CONFIG_ICPLUS_PHY=y
@@ -16,7 +21,6 @@ CONFIG_INPUT_EVDEV=y
 CONFIG_INPUT_POLLDEV=y
 CONFIG_INTEL_XWAY_PHY=y
 # CONFIG_ISDN is not set
-CONFIG_LANTIQ_PHY=y
 CONFIG_LANTIQ_XRX200=y
 CONFIG_LEDS_TRIGGER_HEARTBEAT=y
 CONFIG_LZO_COMPRESS=y
@@ -26,7 +30,9 @@ CONFIG_MIPS_MT=y
 CONFIG_MIPS_MT_SMP=y
 CONFIG_MIPS_PERF_SHARED_TC_COUNTERS=y
 CONFIG_MIPS_VPE_APSP_API=y
+CONFIG_MIPS_VPE_APSP_API_MT=y
 CONFIG_MIPS_VPE_LOADER=y
+CONFIG_MIPS_VPE_LOADER_MT=y
 CONFIG_MIPS_VPE_LOADER_TOM=y
 CONFIG_MTD_NAND=y
 CONFIG_MTD_NAND_ECC=y
@@ -39,12 +45,11 @@ CONFIG_MTD_UBI_BLOCK=y
 # CONFIG_MTD_UBI_FASTMAP is not set
 # CONFIG_MTD_UBI_GLUEBI is not set
 CONFIG_MTD_UBI_WL_THRESHOLD=4096
-# CONFIG_MTSCHED is not set
 CONFIG_NET_FLOW_LIMIT=y
 CONFIG_NLS=y
 CONFIG_NR_CPUS=2
+CONFIG_PADATA=y
 CONFIG_PCIE_LANTIQ=y
-# CONFIG_PERFCTRS is not set
 CONFIG_POWER_RESET=y
 CONFIG_POWER_RESET_GPIO=y
 CONFIG_POWER_SUPPLY=y



More information about the lede-commits mailing list