diff options
author | Mathias Kresin <dev@kresin.me> | 2017-10-02 07:42:56 +0200 |
---|---|---|
committer | Mathias Kresin <dev@kresin.me> | 2017-10-04 20:08:15 +0200 |
commit | 054f01ac169472c3e76bd1abbb0ed955a6cb7403 (patch) | |
tree | 719ceaaaff1be5c3d6961fa0e1eab958c81b6a86 /target/linux/lantiq/xrx200 | |
parent | 1c45d11bb331b9df3e52d216c6a6d3ad8c5fa43f (diff) | |
download | upstream-054f01ac169472c3e76bd1abbb0ed955a6cb7403.tar.gz upstream-054f01ac169472c3e76bd1abbb0ed955a6cb7403.tar.bz2 upstream-054f01ac169472c3e76bd1abbb0ed955a6cb7403.zip |
lantiq: xrx200: fix sorting of kernel config
Use the kconfig script to sort the kernel config. It makes further
changes more obvious.
Signed-off-by: Mathias Kresin <dev@kresin.me>
Diffstat (limited to 'target/linux/lantiq/xrx200')
-rw-r--r-- | target/linux/lantiq/xrx200/config-default | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/target/linux/lantiq/xrx200/config-default b/target/linux/lantiq/xrx200/config-default index c307dc8029..1477cc24d5 100644 --- a/target/linux/lantiq/xrx200/config-default +++ b/target/linux/lantiq/xrx200/config-default @@ -10,6 +10,7 @@ CONFIG_CRYPTO_LZO=y CONFIG_FIRMWARE_IN_KERNEL=y CONFIG_HWMON=y CONFIG_ICPLUS_PHY=y +CONFIG_IFX_VPE_EXT=y CONFIG_INPUT=y CONFIG_INPUT_EVDEV=y CONFIG_INPUT_POLLDEV=y @@ -24,6 +25,9 @@ CONFIG_MIPS_MT=y # CONFIG_MIPS_MT_FPAFF is not set CONFIG_MIPS_MT_SMP=y CONFIG_MIPS_PERF_SHARED_TC_COUNTERS=y +CONFIG_MIPS_VPE_APSP_API=y +CONFIG_MIPS_VPE_LOADER=y +CONFIG_MIPS_VPE_LOADER_TOM=y CONFIG_MTD_NAND=y CONFIG_MTD_NAND_ECC=y CONFIG_MTD_NAND_PLATFORM=y @@ -35,10 +39,12 @@ 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_PCIE_LANTIQ=y +# CONFIG_PERFCTRS is not set CONFIG_POWER_RESET=y CONFIG_POWER_RESET_GPIO=y CONFIG_POWER_SUPPLY=y @@ -70,9 +76,3 @@ CONFIG_XPS=y CONFIG_XRX200_PHY_FW=y CONFIG_ZLIB_DEFLATE=y CONFIG_ZLIB_INFLATE=y -CONFIG_MIPS_VPE_LOADER=y -CONFIG_MIPS_VPE_LOADER_TOM=y -CONFIG_MIPS_VPE_APSP_API=y -CONFIG_IFX_VPE_EXT=y -CONFIG_PERFCTRS=n -# CONFIG_MTSCHED is not set |