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 --
| Andrew Morton | -mm merge plans for 2.6.23 |
| Greg Kroah-Hartman | [PATCH 006/196] Chinese: add translation of oops-tracing.txt |
| Greg KH | Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3 |
| Roland Dreier | Re: Integration of SCST in the mainstream Linux kernel |
git: | |
| David Miller | [GIT]: Networking |
| Gerrit Renker | [PATCH 15/37] dccp: Set per-connection CCIDs via socket options |
| Linus Torvalds | Re: iptables very slow after commit 784544739a25c30637397ace5489eeb6e15d7d49 |
| Herbert Xu | Re: [PATCH] pkt_sched: Destroy gen estimators under rtnl_lock(). |
