Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754887Ab0KBSxl (ORCPT ); Tue, 2 Nov 2010 14:53:41 -0400 Received: from rcsinet10.oracle.com ([148.87.113.121]:56636 "EHLO rcsinet10.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751660Ab0KBSxg (ORCPT ); Tue, 2 Nov 2010 14:53:36 -0400 Date: Tue, 2 Nov 2010 11:51:06 -0700 From: Randy Dunlap To: Linus Torvalds , linux-acpi@vger.kernel.org Cc: Linux Kernel Mailing List , Zhang Rui Subject: Re: Linux 2.6.37-rc1 (acpi_video) Message-Id: <20101102115106.bac57d21.randy.dunlap@oracle.com> In-Reply-To: References: Organization: Oracle Linux Eng. X-Mailer: Sylpheed 2.7.1 (GTK+ 2.16.6; x86_64-unknown-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1194 Lines: 33 When I disable CONFIG_INPUT (on purpose): ERROR: "input_event" [drivers/acpi/video.ko] undefined! ERROR: "input_register_device" [drivers/acpi/video.ko] undefined! ERROR: "input_free_device" [drivers/acpi/video.ko] undefined! ERROR: "input_unregister_device" [drivers/acpi/video.ko] undefined! ERROR: "input_allocate_device" [drivers/acpi/video.ko] undefined! due to the gpu/stub (poulsbo) driver: config STUB_POULSBO tristate "Intel GMA500 Stub Driver" depends on PCI # Poulsbo stub depends on ACPI_VIDEO when ACPI is enabled # but for select to work, need to select ACPI_VIDEO's dependencies, ick select ACPI_VIDEO if ACPI The config does not select INPUT, even though the comment says that ACPI_VIDEO's dependencies need to be selected, and ACPI_VIDEO does depend on INPUT. But then, I'm trying to build a kernel with CONFIG_INPUT disabled.... --- ~Randy *** Remember to use Documentation/SubmitChecklist when testing your code *** -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/