On Wed, Aug 07, 2013 at 03:37:43PM +0100, Jon Medhurst (Tixy) wrote:
Just looked at this, and FOO and BAR are generic kernel options so it's probably messy getting them to select an ARM config which is a mere implementation detail. I'll probably leave the problem to the person who's code I'm reviewing ;-)
You can do something like this:
config BAZ bool default y if FOO default y if BAR
or
config BAZ tristate default FOO
plus variations on the theme.