All of lore.kernel.org
 help / color / mirror / Atom feed
* kconfig re-asks questions if a new dependency is added
@ 2005-11-02  1:20 Adrian Bunk
  0 siblings, 0 replies; only message in thread
From: Adrian Bunk @ 2005-11-02  1:20 UTC (permalink / raw)
  To: zippel; +Cc: kbuild-devel, linux-kernel

Hi Roman,

my "schedule obsolete OSS drivers for removal" patch does the following:

...
+config OBSOLETE_OSS_DRIVER
+       bool "Obsolete OSS drivers"
+       depends on SOUND_PRIME
...
 config SOUND_BT878
        tristate "BT878 audio dma"
-       depends on SOUND_PRIME && PCI
+       depends on SOUND_PRIME && PCI && OBSOLETE_OSS_DRIVER
...

The probem is when I'm running "make oldconfig" after applying this 
patch and say yes to OBSOLETE_OSS_DRIVER, I'm re-asked all the options 
now depending on OBSOLETE_OSS_DRIVER I had previously selected.

This is not a big issue in this specific case, but in other cases this 
might be quite annoying.

cu
Adrian

-- 

       "Is there not promise of rain?" Ling Tan asked suddenly out
        of the darkness. There had been need of rain for many days.
       "Only a promise," Lao Er said.
                                       Pearl S. Buck - Dragon Seed


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2005-11-02  1:20 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-11-02  1:20 kconfig re-asks questions if a new dependency is added Adrian Bunk

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.