From 4223cd1fe0ee75088aad44614f97bef9830068a3 Mon Sep 17 00:00:00 2001 From: simbit18 <101105604+simbit18@users.noreply.github.com> Date: Sat, 25 Jul 2026 15:56:08 +0200 Subject: [PATCH] arch/arm: Fix Kconfig style - Remove spaces from Kconfig - Add TABs Signed-off-by: simbit18 --- 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 30d17d5ca06f2..5cf8da49e0b49 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