hello, why things under drivers/gpu/drm get built despite CONFIG_DRM not being set? i'm cross compiling for armv7a and pass this as KCONFIG_ALLCONFIG to allnoconfig: https://gist.github.com/257/d69a5e95bd42cd7db5f1012703113fd1 if i take drm-y as an example; it seems to me that drm-y should only be built if CONFIG_DRM=y|m according to this line in drivers/gpu/drm/Makefile: obj-$(CONFIG_DRM)+= drm.o final .config has this: # # Graphics support # # CONFIG_IMX_IPUV3_CORE is not set # CONFIG_DRM is not set thanks in advance for help -- jrun