diff options
author | Aleksander Jan Bajkowski <A.Bajkowski@stud.elka.pw.edu.pl> | 2020-06-27 16:40:19 +0200 |
---|---|---|
committer | Petr Štetiar <ynezz@true.cz> | 2020-12-22 19:11:50 +0100 |
commit | 77575d4c02d581d1c1607891fc6ce0ab84f630d3 (patch) | |
tree | 7057f235ed8f7e08e0f32ab252a186447be4214f /target/linux/lantiq | |
parent | a282a04538ac9e41d79da1ea3f30049ffce15a03 (diff) | |
download | upstream-77575d4c02d581d1c1607891fc6ce0ab84f630d3.tar.gz upstream-77575d4c02d581d1c1607891fc6ce0ab84f630d3.tar.bz2 upstream-77575d4c02d581d1c1607891fc6ce0ab84f630d3.zip |
kernel: move some disabled symbols to generic
Move some disabled config options found in lantiq target to generic.
Signed-off-by: Aleksander Jan Bajkowski <A.Bajkowski@stud.elka.pw.edu.pl>
Diffstat (limited to 'target/linux/lantiq')
-rw-r--r-- | target/linux/lantiq/xrx200/config-5.4 | 3 | ||||
-rw-r--r-- | target/linux/lantiq/xway/config-5.4 | 4 |
2 files changed, 0 insertions, 7 deletions
diff --git a/target/linux/lantiq/xrx200/config-5.4 b/target/linux/lantiq/xrx200/config-5.4 index 7fc008b5c5..45406cf9de 100644 --- a/target/linux/lantiq/xrx200/config-5.4 +++ b/target/linux/lantiq/xrx200/config-5.4 @@ -47,15 +47,12 @@ CONFIG_MTD_RAW_NAND=y CONFIG_MTD_UBI=y CONFIG_MTD_UBI_BEB_LIMIT=20 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_NET_FLOW_LIMIT=y CONFIG_NLS=y CONFIG_NR_CPUS=2 CONFIG_PADATA=y CONFIG_PCI=y -# CONFIG_PCIEAER is not set CONFIG_PCIEPORTBUS=y CONFIG_PCIE_LANTIQ=y CONFIG_PCI_DOMAINS=y diff --git a/target/linux/lantiq/xway/config-5.4 b/target/linux/lantiq/xway/config-5.4 index 89b96d3863..ae73ae147d 100644 --- a/target/linux/lantiq/xway/config-5.4 +++ b/target/linux/lantiq/xway/config-5.4 @@ -21,8 +21,6 @@ CONFIG_MTD_RAW_NAND=y CONFIG_MTD_UBI=y CONFIG_MTD_UBI_BEB_LIMIT=20 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_NLS=y CONFIG_PCI=y @@ -42,8 +40,6 @@ CONFIG_SGL_ALLOC=y CONFIG_UBIFS_FS=y CONFIG_UBIFS_FS_ADVANCED_COMPR=y CONFIG_UBIFS_FS_LZO=y -# CONFIG_UBIFS_FS_ZLIB is not set -# CONFIG_UBIFS_FS_ZSTD is not set CONFIG_USB=y CONFIG_USB_COMMON=y CONFIG_USB_SUPPORT=y |