[PATCH v8 5/9] ARM: irqchip: mxs: add Alpascale ASM9260 support

Oleksij Rempel linux at rempel-privat.de
Tue Nov 4 05:15:32 PST 2014


Am 04.11.2014 um 14:13 schrieb Russell King - ARM Linux:
> On Tue, Nov 04, 2014 at 09:03:23PM +0800, Shawn Guo wrote:
>> Thanks Jason for pointing me the thread.
>>
>> On Tue, Oct 21, 2014 at 12:40:16PM +0200, Oleksij Rempel wrote:
>>> +config IRQ_MXS
>>> +	bool "MXS interrupt controller"
>>> +	select IRQ_DOMAIN
>>> +	select STMP_DEVICE
>>> +	default y if MACH_ASM9260 || CONFIG_ARCH_MXS
>>
>> s/CONFIG_ARCH_MXS/ARCH_MXS
>>
>> Even with this change, the 'default y' doesn't seem to work for me.
> 
> The only way an option follows its default is if it doesn't have a visible
> prompt.  So:
> 
> config IRQ_MXS
> 	def_bool y if MACH_ASM9260 || ARCH_MXS
> 	select IRQ_DOMAIN
> 	select STMP_DEVICE
> 
> will cause it to always be defined to 'y' if either of those options are
> enabled.  Otherwise, if it has a visible prompt, it follows (in order of
> precedence) whatever the user specifies, the configuration file, or the
> Kconfig specified default, or 'n'.  (Each limited by selects and
> dependencies.)

Ok, will fix it.

> Is there a particular reason why the option is being offered for user
> selection?

no.

-- 
Regards,
Oleksij

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 213 bytes
Desc: OpenPGP digital signature
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20141104/39bc5dd9/attachment.sig>


More information about the linux-arm-kernel mailing list