Messages in this thread |  | | | Date | Wed, 2 Nov 2005 02:20:11 +0100 | | From | Adrian Bunk <> | | Subject | kconfig re-asks questions if a new dependency is added |
| |
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
- 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/
|  |