simbit18 commented on code in PR #16428: URL: https://github.com/apache/nuttx/pull/16428#discussion_r2104093026
########## arch/arm64/src/bcm2711/Kconfig: ########## @@ -103,17 +103,92 @@ config BCM2711_SPI if BCM2711_SPI +config BCM2711_SPI0 + bool "SPI0" + depends on BCM2711_SPI + default n + ---help--- + Enable the SPI0 interface. + +if BCM2711_SPI0 + +config BCM2711_SPI0_CE0 + int "CE0 GPIO" + depends on BCM2711_SPI0 + default 8 + ---help--- + The GPIO pin for the chip enable 0 signal (8, 36, 43) Review Comment: remove spaces and add two tabs 120 ########## arch/arm64/src/bcm2711/Kconfig: ########## @@ -103,17 +103,92 @@ config BCM2711_SPI if BCM2711_SPI +config BCM2711_SPI0 + bool "SPI0" + depends on BCM2711_SPI + default n + ---help--- + Enable the SPI0 interface. + +if BCM2711_SPI0 + +config BCM2711_SPI0_CE0 + int "CE0 GPIO" + depends on BCM2711_SPI0 + default 8 + ---help--- + The GPIO pin for the chip enable 0 signal (8, 36, 43) + +config BCM2711_SPI0_CE1 + int "CE1 GPIO" + depends on BCM2711_SPI0 + default 7 + ---help--- Review Comment: remove spaces and add a tab 123 to 126 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org