Thread (18 messages) 18 messages, 3 authors, 2014-03-30

[RFC PATCH v2 03/10] ARM: at91: introduce OLD_IRQ_AT91 Kconfig option

From: arnd@arndb.de (Arnd Bergmann)
Date: 2014-03-29 09:13:13
Also in: linux-devicetree, lkml

On Saturday 29 March 2014 10:06:39 Thomas Petazzoni wrote:
Dear Boris BREZILLON,

On Fri, 28 Mar 2014 18:59:01 +0100, Boris BREZILLON wrote:
quoted
+config OLD_IRQ_AT91
+     bool
+     default false
I don't think "default false" is a valid Kconfig construct. It could be
"default n", but that's useless since "default n" is the default
behavior. So I believe you can simply get rid of that line.
I think the above is syntactically correct, but it would be highly confusing in
anyone ever does

config false
	def_bool y

;-)

Aside from that, these three have completely identical meaning:

config OLD_IRQ_AT91
	bool

config OLD_IRQ_AT91
	def_bool n

config OLD_IRQ_AT91
	bool
	default n

	Arnd
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help