public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* very strange dependencies on CONFIG_EXPERT=n in kernel 3.8
@ 2013-03-10 15:14 Konrad Vrba
  2013-03-11 18:49 ` Josh Triplett
  0 siblings, 1 reply; 4+ messages in thread
From: Konrad Vrba @ 2013-03-10 15:14 UTC (permalink / raw)
  To: linux-kernel

Dear list,
I have noticed that CONFIG_EXPERT=n makes the following options in the
kernel required (unremovable):

CONFIG_FW_LOADER=y
CONFIG_EXTRA_FIRMWARE=""
CONFIG_MOUSE_PS2_ALPS=y
CONFIG_MOUSE_PS2_LOGIPS2PP=y
CONFIG_MOUSE_PS2_SYNAPTICS=y
CONFIG_MOUSE_PS2_LIFEBOOK=y
CONFIG_MOUSE_PS2_TRACKPOINT=y
CONFIG_VGA_ARB=y
CONFIG_VGA_ARB_MAX_GPUS=16
CONFIG_I8253_LOCK=y
CONFIG_DEBUG_MEMORY_INIT=y
CONFIG_PCSPKR_PLATFORM=y

If I select CONFIG_EXPERT=y then I can remove those, but that creates
a new problem by making CONFIG_DEBUG_KERNEL=y unremovable.

To make a specific example, this makes it impossible to compile a kernel with
CONFIG_FW_LOADER=n
CONFIG_DEBUG_KERNEL=n
at the same time

I am not a kernel developer, but I can see no logical reason why that
should be so.
Could somebody please comment on this? I hope my question makes sense.

Cheers,
Konrad

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2013-03-12 16:39 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-10 15:14 very strange dependencies on CONFIG_EXPERT=n in kernel 3.8 Konrad Vrba
2013-03-11 18:49 ` Josh Triplett
2013-03-12 14:52   ` Konrad Vrba
2013-03-12 16:39     ` Josh Triplett

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox