mirror of
https://github.com/apache/nuttx.git
synced 2026-08-01 20:28:58 +00:00
arch/arm: Fix Kconfig style
- Remove spaces from Kconfig - Add TABs Signed-off-by: simbit18 <simbit18@gmail.com>
This commit is contained in:
parent
8770fbea0f
commit
216edd74db
1 changed files with 10 additions and 10 deletions
|
|
@ -10,16 +10,16 @@
|
|||
menu "Ameba Peripheral Support"
|
||||
|
||||
config AMEBA_GPIO
|
||||
bool "GPIO"
|
||||
default n
|
||||
select DEV_GPIO
|
||||
---help---
|
||||
Expose Ameba GPIO pins through the NuttX GPIO (ioexpander) upper
|
||||
half at /dev/gpioN. The board selects which pins are registered
|
||||
and their type (input, output or interrupt) in its bring-up code.
|
||||
bool "GPIO"
|
||||
default n
|
||||
select DEV_GPIO
|
||||
---help---
|
||||
Expose Ameba GPIO pins through the NuttX GPIO (ioexpander) upper
|
||||
half at /dev/gpioN. The board selects which pins are registered
|
||||
and their type (input, output or interrupt) in its bring-up code.
|
||||
|
||||
The driver (arch/arm/src/common/ameba/ameba_gpio.c) sits on the SDK
|
||||
fwlib register layer and dispatches pin interrupts through the ROM
|
||||
GPIO interrupt handler.
|
||||
The driver (arch/arm/src/common/ameba/ameba_gpio.c) sits on the SDK
|
||||
fwlib register layer and dispatches pin interrupts through the ROM
|
||||
GPIO interrupt handler.
|
||||
|
||||
endmenu # Ameba Peripheral Support
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue