1
0
Fork 0

ARM: lsdk.config: Remove non-NXP modules

There are many non-NXP modules which are endabled in defconfig by
default. Actually we can remove these unused modules in kernel
lsdk.config for LSDK to reduce the size of lib/modules.

Signed-off-by: Shengzhou Liu <Shengzhou.Liu@nxp.com>
Signed-off-by: Ran Wang <ran.wang_1@nxp.com>
5.4-rM2-2.2.x-imx-squashed
Ran Wang 2019-08-30 17:55:23 +08:00 committed by Dong Aisheng
parent 71a3cbfc22
commit b7102b50a5
1 changed files with 11 additions and 0 deletions

View File

@ -75,3 +75,14 @@ CONFIG_FUSE_FS=y
# /proc/config.gz
CONFIG_IKCONFIG=y
CONFIG_IKCONFIG_PROC=y
# disable unneeded options and override default options set by defconfig to deduce the size of modules
# CONFIG_DRM_TEGRA is not set
# CONFIG_DRM_EXYNOS is not set
# CONFIG_DRM_MSM is not set
# CONFIG_DRM_VC4 is not set
# CONFIG_DRM_ROCKCHIP is not set
# CONFIG_DRM_RCAR_DU is not set
# CONFIG_USB_RENESAS_USBHS is not set
# CONFIG_TEGRA_HOST1X is not set
# CONFIG_SND_SOC_ROCKCHIP is not set