Fix typo introduced into a Kconfig file in the last few days. Thanks to Sebastien Lorquet
This commit is contained in:
parent
362c211e44
commit
4384a26c88
|
@ -985,7 +985,7 @@ config BOARD_CUSTOM_BUTTONS
|
||||||
bool "Custom board buttons"
|
bool "Custom board buttons"
|
||||||
default n
|
default n
|
||||||
select ARCH_HAVE_BUTTONS
|
select ARCH_HAVE_BUTTONS
|
||||||
select ARCH__BUTTONS
|
select ARCH_BUTTONS
|
||||||
|
|
||||||
config BOARD_CUSTOM_IRQBUTTONS
|
config BOARD_CUSTOM_IRQBUTTONS
|
||||||
bool "Custom Board IRQ buttons"
|
bool "Custom Board IRQ buttons"
|
||||||
|
|
Loading…
Reference in New Issue