On Jan 1 2008 14:30, Alan Cox wrote:Yes please. menuconfig actually supports placing config options in more than one place, would this be helpful? (besides the itch that it is defined in two places.) --- drivers/ata/Kconfig | 5 +++++ init/Kconfig | 8 ++++++++ 2 files changed, 13 insertions(+) Index: linux-2.6_nosov/drivers/ata/Kconfig =================================================================== --- linux-2.6_nosov.orig/drivers/ata/Kconfig +++ linux-2.6_nosov/drivers/ata/Kconfig @@ -23,6 +23,11 @@ menuconfig ATA if ATA +# also see init/Kconfig +config ATA_EXPERIMENTAL + bool "Prompt for experimental libata drivers" + depends on EXPERIMENTAL + config ATA_NONSTANDARD bool default n Index: linux-2.6_nosov/init/Kconfig =================================================================== --- linux-2.6_nosov.orig/init/Kconfig +++ linux-2.6_nosov/init/Kconfig @@ -40,6 +40,14 @@ config EXPERIMENTAL you say Y here, you will be offered the choice of using features or drivers that are currently considered to be in the alpha-test phase. +if EXPERIMENTAL + +# also see drivers/ata/Kconfig +config ATA_EXPERIMENTAL + bool "Prompt for experimental libata drivers" + +endif # EXPERIMENTAL + config BROKEN bool --
| Mike Galbraith | Re: regression: CD burning (k3b) went broke |
| Andi Kleen | [PATCH] [3/22] x86_64: Kill temp boot pmds |
| Alan Cox | Re: [PATCH][RFC] 4K stacks default, not a debug thing any more...? |
| Greg Kroah-Hartman | [PATCH 004/196] Chinese: add translation of SubmittingPatches |
git: | |
| David Miller | [GIT]: Networking |
| Jarek Poplawski | [PATCH] pkt_sched: Destroy gen estimators under rtnl_lock(). |
| Gerrit Renker | [PATCH 05/37] dccp: Cleanup routines for feature negotiation |
| Brandeburg, Jesse | RE: [PATCH] e1000e: test MSI interrupts |
