This is an automated email from the ASF dual-hosted git repository.
acassis pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
The following commit(s) were added to refs/heads/master by this push:
new 216edd74db8 arch/arm: Fix Kconfig style
216edd74db8 is described below
commit 216edd74db80d9b1db3c87683e14b03d8b34e279
Author: simbit18 <[email protected]>
AuthorDate: Sat Jul 25 15:56:08 2026 +0200
arch/arm: Fix Kconfig style
- Remove spaces from Kconfig
- Add TABs
Signed-off-by: simbit18 <[email protected]>
---
arch/arm/src/common/ameba/Kconfig | 20 ++++++++++----------
1 file changed, 10 insertions(+), 10 deletions(-)
diff --git a/arch/arm/src/common/ameba/Kconfig
b/arch/arm/src/common/ameba/Kconfig
index 30d17d5ca06..5cf8da49e0b 100644
--- a/arch/arm/src/common/ameba/Kconfig
+++ b/arch/arm/src/common/ameba/Kconfig
@@ -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