your old menuconfig patch series, and select

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Henrique de Moraes Holschuh
Date: Sunday, March 23, 2008 - 9:05 pm

Jan,

In your menuconfig patch series to convert menu into menuconfig,
you used "if <new menuconfig symbol" quite often.

That causes serious issues with "select".  E.g. currently "select
LEDS_CLASS" does not work, because it is inside a "if NEW_LEDS".

Of course, not much stuff is the target of "select", but classes and
their ilk often are.

What's the best solution for this?  Drop the "if <menuconfig symbol>"
and add lots of "depends on <menuconfig symbol>"?  Or hunt down every
symbol selected inside an if and add the required select for the
menuconfig symbol?

-- 
  "One disk to rule them all, One disk to find them. One disk to bring
  them all and in the darkness grind them. In the Land of Redmond
  where the shadows lie." -- The Silicon Valley Tarot
  Henrique Holschuh
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
your old menuconfig patch series, and select, Henrique de Moraes H ..., (Sun Mar 23, 9:05 pm)
Re: your old menuconfig patch series, and select, Jan Engelhardt, (Sun Mar 23, 9:47 pm)
Re: your old menuconfig patch series, and select, Henrique de Moraes H ..., (Sun Mar 23, 11:54 pm)
Re: your old menuconfig patch series, and select, Jan Engelhardt, (Mon Mar 24, 5:32 am)