Fix Kconfig style
Remove spaces from Kconfig files Add TABs Replace help => ---help---
This commit is contained in:
parent
237087f61a
commit
583f025422
@ -153,6 +153,7 @@ config PL310_TRCR_TRDLAT
|
|||||||
config PL310_TRCR_TWRLAT
|
config PL310_TRCR_TWRLAT
|
||||||
int "PL310 TRCR write access latency"
|
int "PL310 TRCR write access latency"
|
||||||
default 1
|
default 1
|
||||||
|
|
||||||
endif # PL310_TRCR
|
endif # PL310_TRCR
|
||||||
|
|
||||||
config PL310_DRCR
|
config PL310_DRCR
|
||||||
@ -171,6 +172,7 @@ config PL310_DRCR_DRDLAT
|
|||||||
config PL310_DRCR_DWRLAT
|
config PL310_DRCR_DWRLAT
|
||||||
int "PL310 DRCR write access latency"
|
int "PL310 DRCR write access latency"
|
||||||
default 1
|
default 1
|
||||||
|
|
||||||
endif # PL310_DRCR
|
endif # PL310_DRCR
|
||||||
endif # ARMV8R_L2CC_PL310
|
endif # ARMV8R_L2CC_PL310
|
||||||
|
|
||||||
|
@ -8,7 +8,7 @@ choice
|
|||||||
prompt "Console Mode"
|
prompt "Console Mode"
|
||||||
default CSK6_CONSOLE_UART0
|
default CSK6_CONSOLE_UART0
|
||||||
|
|
||||||
config CSK6_CONSOLE_UART0
|
config CSK6_CONSOLE_UART0
|
||||||
bool "USART0 is a console port"
|
bool "USART0 is a console port"
|
||||||
select USART0_SERIALDRIVER
|
select USART0_SERIALDRIVER
|
||||||
|
|
||||||
|
@ -1734,10 +1734,10 @@ choice
|
|||||||
AD_SELECT tied to GND -> sensor address 0x68
|
AD_SELECT tied to GND -> sensor address 0x68
|
||||||
AD_SELECT tied to VCC -> sensor address 0x69
|
AD_SELECT tied to VCC -> sensor address 0x69
|
||||||
|
|
||||||
config SENSOR_AMG88XX_AD_SELECT_0
|
config SENSOR_AMG88XX_AD_SELECT_0
|
||||||
bool "AD_SELECT tied to GND"
|
bool "AD_SELECT tied to GND"
|
||||||
|
|
||||||
config SENSOR_AMG88XX_AD_SELECT_1
|
config SENSOR_AMG88XX_AD_SELECT_1
|
||||||
bool "AD_SELECT tied to VCC"
|
bool "AD_SELECT tied to VCC"
|
||||||
|
|
||||||
endchoice
|
endchoice
|
||||||
|
@ -1979,7 +1979,7 @@ config PID_INITIAL_COUNT
|
|||||||
config SCHED_EVENTS
|
config SCHED_EVENTS
|
||||||
bool "Schedule Event objects"
|
bool "Schedule Event objects"
|
||||||
default n
|
default n
|
||||||
help
|
---help---
|
||||||
This option enables event objects. Threads may wait on event
|
This option enables event objects. Threads may wait on event
|
||||||
objects for specific events, but both threads and ISRs may deliver
|
objects for specific events, but both threads and ISRs may deliver
|
||||||
events to event objects.
|
events to event objects.
|
||||||
|
Loading…
Reference in New Issue
Block a user