[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <1343825179.27983.76.camel@gandalf.stny.rr.com>
Date: Wed, 01 Aug 2012 08:46:19 -0400
From: Steven Rostedt <rostedt@...dmis.org>
To: Lars-Peter Clausen <lars@...afoo.de>
Cc: Borislav Petkov <bp@...en8.de>,
Thierry Reding <thierry.reding@...onic-design.de>,
Dave Jones <davej@...hat.com>,
Linux Kernel <linux-kernel@...r.kernel.org>
Subject: Re: awful kconfig help texts.
On Wed, 2012-08-01 at 12:56 +0200, Lars-Peter Clausen wrote:
> You could do that by using a construct like below, but well...
>
> config HAS_PWM
> bool
>
> config PWM
> bool "PWM
> depends on HAS_PWM
>
> config PWM_CAN_BUILD_DRIVER_X
> defbool I2C
> select HAS_PWM
>
> config PWM_DRIVER_X
> tristate "PWM chip X support"
> depends on PWM && PWM_CAN_BUILD_DRIVER_X
>
> config PWM_CAN_BUILD_DRIVER_Y
> defbool ARCH_Y
> select HAS_PWM
>
> config PWM_DRIVER_Y
> tristate "PWM chip Y support"
> depends on PWM && PWM_CAN_BUILD_DRIVER_Y
What selects the 'PWM_CAN_BUILD_DRIVER_FOO'?
-- Steve
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists