mirror of
https://github.com/apache/nuttx.git
synced 2026-05-28 11:56:10 +08:00
style/Kconfig: remove unnecessary trailing whitespace
N/A Signed-off-by: chao.an <anchao@xiaomi.com>
This commit is contained in:
committed by
Abdelatif Guettouche
parent
c56785bd0d
commit
049c991d28
@@ -512,7 +512,7 @@ config KINETIS_RNGB
|
|||||||
select ARCH_HAVE_RNG
|
select ARCH_HAVE_RNG
|
||||||
---help---
|
---help---
|
||||||
Support the random number generator(K6x only)
|
Support the random number generator(K6x only)
|
||||||
|
|
||||||
config KINETIS_FLEXCAN
|
config KINETIS_FLEXCAN
|
||||||
bool
|
bool
|
||||||
default n
|
default n
|
||||||
@@ -956,7 +956,7 @@ config KINETIS_ENET_NORXER
|
|||||||
---help---
|
---help---
|
||||||
If selected, then the MII/RMII RXER output will be configured as a
|
If selected, then the MII/RMII RXER output will be configured as a
|
||||||
GPIO and pulled low.
|
GPIO and pulled low.
|
||||||
|
|
||||||
choice
|
choice
|
||||||
prompt "RMII Clock Source"
|
prompt "RMII Clock Source"
|
||||||
default KINETIS_EMAC_RMIICLKEXTAL
|
default KINETIS_EMAC_RMIICLKEXTAL
|
||||||
@@ -980,32 +980,32 @@ config FLEXCAN0_BITRATE
|
|||||||
int "CAN bitrate"
|
int "CAN bitrate"
|
||||||
depends on !NET_CAN_CANFD
|
depends on !NET_CAN_CANFD
|
||||||
default 1000000
|
default 1000000
|
||||||
|
|
||||||
config FLEXCAN0_SAMPLEP
|
config FLEXCAN0_SAMPLEP
|
||||||
int "CAN sample point"
|
int "CAN sample point"
|
||||||
depends on !NET_CAN_CANFD
|
depends on !NET_CAN_CANFD
|
||||||
default 75
|
default 75
|
||||||
|
|
||||||
config FLEXCAN0_ARBI_BITRATE
|
config FLEXCAN0_ARBI_BITRATE
|
||||||
int "CAN FD Arbitration phase bitrate"
|
int "CAN FD Arbitration phase bitrate"
|
||||||
depends on NET_CAN_CANFD
|
depends on NET_CAN_CANFD
|
||||||
default 1000000
|
default 1000000
|
||||||
|
|
||||||
config FLEXCAN0_ARBI_SAMPLEP
|
config FLEXCAN0_ARBI_SAMPLEP
|
||||||
int "CAN FD Arbitration phase sample point"
|
int "CAN FD Arbitration phase sample point"
|
||||||
depends on NET_CAN_CANFD
|
depends on NET_CAN_CANFD
|
||||||
default 80
|
default 80
|
||||||
|
|
||||||
config FLEXCAN0_DATA_BITRATE
|
config FLEXCAN0_DATA_BITRATE
|
||||||
int "CAN FD Arbitration phase bitrate"
|
int "CAN FD Arbitration phase bitrate"
|
||||||
depends on NET_CAN_CANFD
|
depends on NET_CAN_CANFD
|
||||||
default 4000000
|
default 4000000
|
||||||
|
|
||||||
config FLEXCAN0_DATA_SAMPLEP
|
config FLEXCAN0_DATA_SAMPLEP
|
||||||
int "CAN FD Arbitration phase sample point"
|
int "CAN FD Arbitration phase sample point"
|
||||||
depends on NET_CAN_CANFD
|
depends on NET_CAN_CANFD
|
||||||
default 90
|
default 90
|
||||||
|
|
||||||
endmenu # KINETIS_FLEXCAN0
|
endmenu # KINETIS_FLEXCAN0
|
||||||
|
|
||||||
menu "Kinetis FLEXCAN1 Configuration"
|
menu "Kinetis FLEXCAN1 Configuration"
|
||||||
@@ -1015,32 +1015,32 @@ config FLEXCAN1_BITRATE
|
|||||||
int "CAN bitrate"
|
int "CAN bitrate"
|
||||||
depends on !NET_CAN_CANFD
|
depends on !NET_CAN_CANFD
|
||||||
default 1000000
|
default 1000000
|
||||||
|
|
||||||
config FLEXCAN1_SAMPLEP
|
config FLEXCAN1_SAMPLEP
|
||||||
int "CAN sample point"
|
int "CAN sample point"
|
||||||
depends on !NET_CAN_CANFD
|
depends on !NET_CAN_CANFD
|
||||||
default 75
|
default 75
|
||||||
|
|
||||||
config FLEXCAN1_ARBI_BITRATE
|
config FLEXCAN1_ARBI_BITRATE
|
||||||
int "CAN FD Arbitration phase bitrate"
|
int "CAN FD Arbitration phase bitrate"
|
||||||
depends on NET_CAN_CANFD
|
depends on NET_CAN_CANFD
|
||||||
default 1000000
|
default 1000000
|
||||||
|
|
||||||
config FLEXCAN1_ARBI_SAMPLEP
|
config FLEXCAN1_ARBI_SAMPLEP
|
||||||
int "CAN FD Arbitration phase sample point"
|
int "CAN FD Arbitration phase sample point"
|
||||||
depends on NET_CAN_CANFD
|
depends on NET_CAN_CANFD
|
||||||
default 80
|
default 80
|
||||||
|
|
||||||
config FLEXCAN1_DATA_BITRATE
|
config FLEXCAN1_DATA_BITRATE
|
||||||
int "CAN FD Arbitration phase bitrate"
|
int "CAN FD Arbitration phase bitrate"
|
||||||
depends on NET_CAN_CANFD
|
depends on NET_CAN_CANFD
|
||||||
default 4000000
|
default 4000000
|
||||||
|
|
||||||
config FLEXCAN1_DATA_SAMPLEP
|
config FLEXCAN1_DATA_SAMPLEP
|
||||||
int "CAN FD Arbitration phase sample point"
|
int "CAN FD Arbitration phase sample point"
|
||||||
depends on NET_CAN_CANFD
|
depends on NET_CAN_CANFD
|
||||||
default 90
|
default 90
|
||||||
|
|
||||||
endmenu # KINETIS_FLEXCAN1
|
endmenu # KINETIS_FLEXCAN1
|
||||||
|
|
||||||
menu "Kinetis SDHC Configuration"
|
menu "Kinetis SDHC Configuration"
|
||||||
|
|||||||
@@ -149,11 +149,11 @@ config S32K1XX_HAVE_LPSPI1
|
|||||||
config S32K1XX_HAVE_LPSPI2
|
config S32K1XX_HAVE_LPSPI2
|
||||||
bool
|
bool
|
||||||
default n
|
default n
|
||||||
|
|
||||||
config S32K1XX_HAVE_FLEXCAN1
|
config S32K1XX_HAVE_FLEXCAN1
|
||||||
bool
|
bool
|
||||||
default n
|
default n
|
||||||
|
|
||||||
config S32K1XX_HAVE_FLEXCAN2
|
config S32K1XX_HAVE_FLEXCAN2
|
||||||
bool
|
bool
|
||||||
default n
|
default n
|
||||||
@@ -192,7 +192,7 @@ config S32K1XX_FLEXCAN
|
|||||||
bool
|
bool
|
||||||
select NET_CAN_HAVE_CANFD
|
select NET_CAN_HAVE_CANFD
|
||||||
default n
|
default n
|
||||||
|
|
||||||
# Peripheral Selection
|
# Peripheral Selection
|
||||||
|
|
||||||
menu "S32K1XX Peripheral Selection"
|
menu "S32K1XX Peripheral Selection"
|
||||||
@@ -211,14 +211,14 @@ config S32K1XX_FLEXCAN0
|
|||||||
select S32K1XX_FLEXCAN
|
select S32K1XX_FLEXCAN
|
||||||
select NET_CAN_HAVE_TX_DEADLINE
|
select NET_CAN_HAVE_TX_DEADLINE
|
||||||
default n
|
default n
|
||||||
|
|
||||||
config S32K1XX_FLEXCAN1
|
config S32K1XX_FLEXCAN1
|
||||||
bool "FLEXCAN1"
|
bool "FLEXCAN1"
|
||||||
select S32K1XX_FLEXCAN
|
select S32K1XX_FLEXCAN
|
||||||
select NET_CAN_HAVE_TX_DEADLINE
|
select NET_CAN_HAVE_TX_DEADLINE
|
||||||
default n
|
default n
|
||||||
depends on S32K1XX_HAVE_FLEXCAN1
|
depends on S32K1XX_HAVE_FLEXCAN1
|
||||||
|
|
||||||
config S32K1XX_FLEXCAN2
|
config S32K1XX_FLEXCAN2
|
||||||
bool "FLEXCAN2"
|
bool "FLEXCAN2"
|
||||||
select S32K1XX_FLEXCAN
|
select S32K1XX_FLEXCAN
|
||||||
@@ -327,7 +327,7 @@ config S32K1XX_LPUART2
|
|||||||
config S32K1XX_RTC
|
config S32K1XX_RTC
|
||||||
bool "RTC"
|
bool "RTC"
|
||||||
default n
|
default n
|
||||||
|
|
||||||
config S32K1XX_PROGMEM
|
config S32K1XX_PROGMEM
|
||||||
bool PROGMEM
|
bool PROGMEM
|
||||||
default n
|
default n
|
||||||
@@ -342,7 +342,7 @@ config S32K1XX_EEEPROM
|
|||||||
default n
|
default n
|
||||||
---help---
|
---help---
|
||||||
Enables Emulated EEPROM function which uses the FlexRAM and FlexNVM
|
Enables Emulated EEPROM function which uses the FlexRAM and FlexNVM
|
||||||
memory to emulate non-volatile memory. The EEEPROM wil be registered
|
memory to emulate non-volatile memory. The EEEPROM wil be registered
|
||||||
as a ramdisk block device
|
as a ramdisk block device
|
||||||
|
|
||||||
endmenu # S32K1XX Peripheral Selection
|
endmenu # S32K1XX Peripheral Selection
|
||||||
@@ -691,32 +691,32 @@ config FLEXCAN0_BITRATE
|
|||||||
int "CAN bitrate"
|
int "CAN bitrate"
|
||||||
depends on !NET_CAN_CANFD
|
depends on !NET_CAN_CANFD
|
||||||
default 1000000
|
default 1000000
|
||||||
|
|
||||||
config FLEXCAN0_SAMPLEP
|
config FLEXCAN0_SAMPLEP
|
||||||
int "CAN sample point"
|
int "CAN sample point"
|
||||||
depends on !NET_CAN_CANFD
|
depends on !NET_CAN_CANFD
|
||||||
default 80
|
default 80
|
||||||
|
|
||||||
config FLEXCAN0_ARBI_BITRATE
|
config FLEXCAN0_ARBI_BITRATE
|
||||||
int "CAN FD Arbitration phase bitrate"
|
int "CAN FD Arbitration phase bitrate"
|
||||||
depends on NET_CAN_CANFD
|
depends on NET_CAN_CANFD
|
||||||
default 1000000
|
default 1000000
|
||||||
|
|
||||||
config FLEXCAN0_ARBI_SAMPLEP
|
config FLEXCAN0_ARBI_SAMPLEP
|
||||||
int "CAN FD Arbitration phase sample point"
|
int "CAN FD Arbitration phase sample point"
|
||||||
depends on NET_CAN_CANFD
|
depends on NET_CAN_CANFD
|
||||||
default 80
|
default 80
|
||||||
|
|
||||||
config FLEXCAN0_DATA_BITRATE
|
config FLEXCAN0_DATA_BITRATE
|
||||||
int "CAN FD Arbitration phase bitrate"
|
int "CAN FD Arbitration phase bitrate"
|
||||||
depends on NET_CAN_CANFD
|
depends on NET_CAN_CANFD
|
||||||
default 4000000
|
default 4000000
|
||||||
|
|
||||||
config FLEXCAN0_DATA_SAMPLEP
|
config FLEXCAN0_DATA_SAMPLEP
|
||||||
int "CAN FD Arbitration phase sample point"
|
int "CAN FD Arbitration phase sample point"
|
||||||
depends on NET_CAN_CANFD
|
depends on NET_CAN_CANFD
|
||||||
default 90
|
default 90
|
||||||
|
|
||||||
endmenu # S32K1XX_FLEXCAN0
|
endmenu # S32K1XX_FLEXCAN0
|
||||||
|
|
||||||
menu "FLEXCAN1 Configuration"
|
menu "FLEXCAN1 Configuration"
|
||||||
@@ -726,32 +726,32 @@ config FLEXCAN1_BITRATE
|
|||||||
int "CAN bitrate"
|
int "CAN bitrate"
|
||||||
depends on !NET_CAN_CANFD
|
depends on !NET_CAN_CANFD
|
||||||
default 1000000
|
default 1000000
|
||||||
|
|
||||||
config FLEXCAN1_SAMPLEP
|
config FLEXCAN1_SAMPLEP
|
||||||
int "CAN sample point"
|
int "CAN sample point"
|
||||||
depends on !NET_CAN_CANFD
|
depends on !NET_CAN_CANFD
|
||||||
default 80
|
default 80
|
||||||
|
|
||||||
config FLEXCAN1_ARBI_BITRATE
|
config FLEXCAN1_ARBI_BITRATE
|
||||||
int "CAN FD Arbitration phase bitrate"
|
int "CAN FD Arbitration phase bitrate"
|
||||||
depends on NET_CAN_CANFD
|
depends on NET_CAN_CANFD
|
||||||
default 1000000
|
default 1000000
|
||||||
|
|
||||||
config FLEXCAN1_ARBI_SAMPLEP
|
config FLEXCAN1_ARBI_SAMPLEP
|
||||||
int "CAN FD Arbitration phase sample point"
|
int "CAN FD Arbitration phase sample point"
|
||||||
depends on NET_CAN_CANFD
|
depends on NET_CAN_CANFD
|
||||||
default 80
|
default 80
|
||||||
|
|
||||||
config FLEXCAN1_DATA_BITRATE
|
config FLEXCAN1_DATA_BITRATE
|
||||||
int "CAN FD Arbitration phase bitrate"
|
int "CAN FD Arbitration phase bitrate"
|
||||||
depends on NET_CAN_CANFD
|
depends on NET_CAN_CANFD
|
||||||
default 4000000
|
default 4000000
|
||||||
|
|
||||||
config FLEXCAN1_DATA_SAMPLEP
|
config FLEXCAN1_DATA_SAMPLEP
|
||||||
int "CAN FD Arbitration phase sample point"
|
int "CAN FD Arbitration phase sample point"
|
||||||
depends on NET_CAN_CANFD
|
depends on NET_CAN_CANFD
|
||||||
default 90
|
default 90
|
||||||
|
|
||||||
endmenu # S32K1XX_FLEXCAN1
|
endmenu # S32K1XX_FLEXCAN1
|
||||||
|
|
||||||
menu "FLEXCAN2 Configuration"
|
menu "FLEXCAN2 Configuration"
|
||||||
@@ -761,37 +761,37 @@ config FLEXCAN2_BITRATE
|
|||||||
int "CAN bitrate"
|
int "CAN bitrate"
|
||||||
depends on !NET_CAN_CANFD
|
depends on !NET_CAN_CANFD
|
||||||
default 1000000
|
default 1000000
|
||||||
|
|
||||||
config FLEXCAN2_SAMPLEP
|
config FLEXCAN2_SAMPLEP
|
||||||
int "CAN sample point"
|
int "CAN sample point"
|
||||||
depends on !NET_CAN_CANFD
|
depends on !NET_CAN_CANFD
|
||||||
default 80
|
default 80
|
||||||
|
|
||||||
config FLEXCAN2_ARBI_BITRATE
|
config FLEXCAN2_ARBI_BITRATE
|
||||||
int "CAN FD Arbitration phase bitrate"
|
int "CAN FD Arbitration phase bitrate"
|
||||||
depends on NET_CAN_CANFD
|
depends on NET_CAN_CANFD
|
||||||
default 1000000
|
default 1000000
|
||||||
|
|
||||||
config FLEXCAN2_ARBI_SAMPLEP
|
config FLEXCAN2_ARBI_SAMPLEP
|
||||||
int "CAN FD Arbitration phase sample point"
|
int "CAN FD Arbitration phase sample point"
|
||||||
depends on NET_CAN_CANFD
|
depends on NET_CAN_CANFD
|
||||||
default 80
|
default 80
|
||||||
|
|
||||||
config FLEXCAN2_DATA_BITRATE
|
config FLEXCAN2_DATA_BITRATE
|
||||||
int "CAN FD Arbitration phase bitrate"
|
int "CAN FD Arbitration phase bitrate"
|
||||||
depends on NET_CAN_CANFD
|
depends on NET_CAN_CANFD
|
||||||
default 4000000
|
default 4000000
|
||||||
|
|
||||||
config FLEXCAN2_DATA_SAMPLEP
|
config FLEXCAN2_DATA_SAMPLEP
|
||||||
int "CAN FD Arbitration phase sample point"
|
int "CAN FD Arbitration phase sample point"
|
||||||
depends on NET_CAN_CANFD
|
depends on NET_CAN_CANFD
|
||||||
default 90
|
default 90
|
||||||
|
|
||||||
endmenu # S32K1XX_FLEXCAN0
|
endmenu # S32K1XX_FLEXCAN0
|
||||||
|
|
||||||
menu "PROGMEM Configuration"
|
menu "PROGMEM Configuration"
|
||||||
depends on S32K1XX_PROGMEM
|
depends on S32K1XX_PROGMEM
|
||||||
|
|
||||||
config PROGMEM_SIZE
|
config PROGMEM_SIZE
|
||||||
int "Progmem size (KB)"
|
int "Progmem size (KB)"
|
||||||
default 64 if ARCH_CHIP_S32K14X
|
default 64 if ARCH_CHIP_S32K14X
|
||||||
|
|||||||
@@ -519,7 +519,7 @@ config SAMD5E5_TICKLESS_ONESHOT
|
|||||||
---help---
|
---help---
|
||||||
If the Tickless OS feature is enabled, the one clock must be
|
If the Tickless OS feature is enabled, the one clock must be
|
||||||
assigned to provided the one-shot timer needed by the OS.
|
assigned to provided the one-shot timer needed by the OS.
|
||||||
NOTE: Use even timers (0, 2 or 4) because timers are program
|
NOTE: Use even timers (0, 2 or 4) because timers are program
|
||||||
in 32-bit mode (1, 3 and 5 are slaves).
|
in 32-bit mode (1, 3 and 5 are slaves).
|
||||||
|
|
||||||
config SAMD5E5_TICKLESS_FREERUN
|
config SAMD5E5_TICKLESS_FREERUN
|
||||||
@@ -529,7 +529,7 @@ config SAMD5E5_TICKLESS_FREERUN
|
|||||||
---help---
|
---help---
|
||||||
If the Tickless OS feature is enabled, the one clock must be
|
If the Tickless OS feature is enabled, the one clock must be
|
||||||
assigned to provided the free-running timer needed by the OS.
|
assigned to provided the free-running timer needed by the OS.
|
||||||
NOTE: Use even timers (0, 2 or 4) because timers are program
|
NOTE: Use even timers (0, 2 or 4) because timers are program
|
||||||
in 32-bit mode (1, 3 and 5 are slaves).
|
in 32-bit mode (1, 3 and 5 are slaves).
|
||||||
|
|
||||||
endif
|
endif
|
||||||
|
|||||||
@@ -272,11 +272,11 @@ config RX65N_RSPI2
|
|||||||
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
config RX65N_RIIC0
|
config RX65N_RIIC0
|
||||||
bool "RIIC0"
|
bool "RIIC0"
|
||||||
default n
|
default n
|
||||||
depends on I2C && I2C_DRIVER
|
depends on I2C && I2C_DRIVER
|
||||||
|
|
||||||
if RX65N_RIIC0
|
if RX65N_RIIC0
|
||||||
|
|
||||||
config RX65N_RIIC0_BITRATE
|
config RX65N_RIIC0_BITRATE
|
||||||
@@ -292,13 +292,13 @@ if RX65N_RIIC0_NF
|
|||||||
config RX65N_RIIC0_NF_STAGE
|
config RX65N_RIIC0_NF_STAGE
|
||||||
int "RIIC0 Noise Filter Stages"
|
int "RIIC0 Noise Filter Stages"
|
||||||
default 2
|
default 2
|
||||||
|
|
||||||
endif #RX65N_RIIC0_NF
|
endif #RX65N_RIIC0_NF
|
||||||
|
|
||||||
config RX65N_RIIC0_SDA_DELAY
|
config RX65N_RIIC0_SDA_DELAY
|
||||||
bool "Enable SDA Output Delay"
|
bool "Enable SDA Output Delay"
|
||||||
default n
|
default n
|
||||||
|
|
||||||
if RX65N_RIIC0_SDA_DELAY
|
if RX65N_RIIC0_SDA_DELAY
|
||||||
|
|
||||||
config RX65N_RIIC0_DELAY_CNT
|
config RX65N_RIIC0_DELAY_CNT
|
||||||
@@ -310,19 +310,19 @@ endif #RX65N_RIIC0_SDA_DELAY
|
|||||||
config RX65N_RIIC0_RCV_CONTINUOUS
|
config RX65N_RIIC0_RCV_CONTINUOUS
|
||||||
bool "RIIC0 receive continuously"
|
bool "RIIC0 receive continuously"
|
||||||
default n
|
default n
|
||||||
|
|
||||||
config RX65N_RIIC0_RCV_IN_BYTE_UNITS
|
config RX65N_RIIC0_RCV_IN_BYTE_UNITS
|
||||||
bool "RIIC0 receive in byte units"
|
bool "RIIC0 receive in byte units"
|
||||||
default y
|
default y
|
||||||
depends on !RX65N_RIIC0_RCV_CONTINUOUS
|
depends on !RX65N_RIIC0_RCV_CONTINUOUS
|
||||||
|
|
||||||
endif #RX65N_RIIC0
|
endif #RX65N_RIIC0
|
||||||
|
|
||||||
config RX65N_RIIC1
|
config RX65N_RIIC1
|
||||||
bool "RIIC1"
|
bool "RIIC1"
|
||||||
default n
|
default n
|
||||||
depends on I2C && I2C_DRIVER
|
depends on I2C && I2C_DRIVER
|
||||||
|
|
||||||
if RX65N_RIIC1
|
if RX65N_RIIC1
|
||||||
|
|
||||||
config RX65N_RIIC1_BITRATE
|
config RX65N_RIIC1_BITRATE
|
||||||
@@ -338,13 +338,13 @@ if RX65N_RIIC1_NF
|
|||||||
config RX65N_RIIC1_NF_STAGE
|
config RX65N_RIIC1_NF_STAGE
|
||||||
int "RIIC1 Noise Filter Stages"
|
int "RIIC1 Noise Filter Stages"
|
||||||
default 2
|
default 2
|
||||||
|
|
||||||
endif #RX65N_RIIC1_NF
|
endif #RX65N_RIIC1_NF
|
||||||
|
|
||||||
config RX65N_RIIC1_SDA_DELAY
|
config RX65N_RIIC1_SDA_DELAY
|
||||||
bool "Enable SDA Output Delay"
|
bool "Enable SDA Output Delay"
|
||||||
default n
|
default n
|
||||||
|
|
||||||
if RX65N_RIIC1_SDA_DELAY
|
if RX65N_RIIC1_SDA_DELAY
|
||||||
|
|
||||||
config RX65N_RIIC1_DELAY_CNT
|
config RX65N_RIIC1_DELAY_CNT
|
||||||
@@ -356,19 +356,19 @@ endif #RX65N_RIIC1_SDA_DELAY
|
|||||||
config RX65N_RIIC1_RCV_CONTINUOUS
|
config RX65N_RIIC1_RCV_CONTINUOUS
|
||||||
bool "RIIC1 receive continuously"
|
bool "RIIC1 receive continuously"
|
||||||
default n
|
default n
|
||||||
|
|
||||||
config RX65N_RIIC1_RCV_IN_BYTE_UNITS
|
config RX65N_RIIC1_RCV_IN_BYTE_UNITS
|
||||||
bool "RIIC1 receive in byte units"
|
bool "RIIC1 receive in byte units"
|
||||||
default y
|
default y
|
||||||
depends on !RX65N_RIIC1_RCV_CONTINUOUS
|
depends on !RX65N_RIIC1_RCV_CONTINUOUS
|
||||||
|
|
||||||
endif #RX65N_RIIC1
|
endif #RX65N_RIIC1
|
||||||
|
|
||||||
config RX65N_RIIC2
|
config RX65N_RIIC2
|
||||||
bool "RIIC2"
|
bool "RIIC2"
|
||||||
default n
|
default n
|
||||||
depends on I2C && I2C_DRIVER
|
depends on I2C && I2C_DRIVER
|
||||||
|
|
||||||
if RX65N_RIIC2
|
if RX65N_RIIC2
|
||||||
|
|
||||||
config RX65N_RIIC2_BITRATE
|
config RX65N_RIIC2_BITRATE
|
||||||
@@ -384,13 +384,13 @@ if RX65N_RIIC2_NF
|
|||||||
config RX65N_RIIC2_NF_STAGE
|
config RX65N_RIIC2_NF_STAGE
|
||||||
int "RIIC2 Noise Filter Stages"
|
int "RIIC2 Noise Filter Stages"
|
||||||
default 2
|
default 2
|
||||||
|
|
||||||
endif #RX65N_RIIC2_NF
|
endif #RX65N_RIIC2_NF
|
||||||
|
|
||||||
config RX65N_RIIC2_SDA_DELAY
|
config RX65N_RIIC2_SDA_DELAY
|
||||||
bool "Enable SDA Output Delay for RIIC2"
|
bool "Enable SDA Output Delay for RIIC2"
|
||||||
default n
|
default n
|
||||||
|
|
||||||
if RX65N_RIIC2_SDA_DELAY
|
if RX65N_RIIC2_SDA_DELAY
|
||||||
|
|
||||||
config RX65N_RIIC2_DELAY_CNT
|
config RX65N_RIIC2_DELAY_CNT
|
||||||
@@ -407,10 +407,10 @@ config RX65N_RIIC2_RCV_IN_BYTE_UNITS
|
|||||||
bool "RIIC2 receive in byte units"
|
bool "RIIC2 receive in byte units"
|
||||||
default y
|
default y
|
||||||
depends on !RX65N_RIIC2_RCV_CONTINUOUS
|
depends on !RX65N_RIIC2_RCV_CONTINUOUS
|
||||||
|
|
||||||
endif #RX65N_RIIC2
|
endif #RX65N_RIIC2
|
||||||
|
|
||||||
config RX65N_USBDEV
|
config RX65N_USBDEV
|
||||||
bool "USB0 Device"
|
bool "USB0 Device"
|
||||||
default n
|
default n
|
||||||
depends on USBDEV
|
depends on USBDEV
|
||||||
@@ -651,17 +651,17 @@ config RX65N_RSPI2
|
|||||||
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
config RX65N_RIIC0
|
config RX65N_RIIC0
|
||||||
bool "RIIC0"
|
bool "RIIC0"
|
||||||
default n
|
default n
|
||||||
depends on I2C && I2C_DRIVER
|
depends on I2C && I2C_DRIVER
|
||||||
|
|
||||||
if RX65N_RIIC0
|
if RX65N_RIIC0
|
||||||
|
|
||||||
config RX65N_RIIC0_BITRATE
|
config RX65N_RIIC0_BITRATE
|
||||||
int "RIIC0 Bus Bit Rate"
|
int "RIIC0 Bus Bit Rate"
|
||||||
default 400000
|
default 400000
|
||||||
|
|
||||||
config RX65N_RIIC0_NF
|
config RX65N_RIIC0_NF
|
||||||
bool "Enable Noise Filter for RIIC0"
|
bool "Enable Noise Filter for RIIC0"
|
||||||
default y
|
default y
|
||||||
@@ -671,13 +671,13 @@ if RX65N_RIIC0_NF
|
|||||||
config RX65N_RIIC0_NF_STAGE
|
config RX65N_RIIC0_NF_STAGE
|
||||||
int "RIIC0 Noise Filter Stages"
|
int "RIIC0 Noise Filter Stages"
|
||||||
default 2
|
default 2
|
||||||
|
|
||||||
endif #RX65N_RIIC0_NF
|
endif #RX65N_RIIC0_NF
|
||||||
|
|
||||||
config RX65N_RIIC0_SDA_DELAY
|
config RX65N_RIIC0_SDA_DELAY
|
||||||
bool "Enable SDA Output Delay"
|
bool "Enable SDA Output Delay"
|
||||||
default n
|
default n
|
||||||
|
|
||||||
if RX65N_RIIC0_SDA_DELAY
|
if RX65N_RIIC0_SDA_DELAY
|
||||||
|
|
||||||
config RX65N_RIIC0_DELAY_CNT
|
config RX65N_RIIC0_DELAY_CNT
|
||||||
@@ -694,14 +694,14 @@ config RX65N_RIIC0_RCV_IN_BYTE_UNITS
|
|||||||
bool "RIIC0 receive in byte units"
|
bool "RIIC0 receive in byte units"
|
||||||
default y
|
default y
|
||||||
depends on !RX65N_RIIC0_RCV_CONTINUOUS
|
depends on !RX65N_RIIC0_RCV_CONTINUOUS
|
||||||
|
|
||||||
endif #RX65N_RIIC0
|
endif #RX65N_RIIC0
|
||||||
|
|
||||||
config RX65N_RIIC1
|
config RX65N_RIIC1
|
||||||
bool "RIIC1"
|
bool "RIIC1"
|
||||||
default n
|
default n
|
||||||
depends on I2C && I2C_DRIVER
|
depends on I2C && I2C_DRIVER
|
||||||
|
|
||||||
if RX65N_RIIC1
|
if RX65N_RIIC1
|
||||||
|
|
||||||
config RX65N_RIIC1_BITRATE
|
config RX65N_RIIC1_BITRATE
|
||||||
@@ -717,13 +717,13 @@ if RX65N_RIIC1_NF
|
|||||||
config RX65N_RIIC1_NF_STAGE
|
config RX65N_RIIC1_NF_STAGE
|
||||||
int "RIIC1 Noise Filter Stages"
|
int "RIIC1 Noise Filter Stages"
|
||||||
default 2
|
default 2
|
||||||
|
|
||||||
endif #RX65N_RIIC1_NF
|
endif #RX65N_RIIC1_NF
|
||||||
|
|
||||||
config RX65N_RIIC1_SDA_DELAY
|
config RX65N_RIIC1_SDA_DELAY
|
||||||
bool "Enable SDA Output Delay"
|
bool "Enable SDA Output Delay"
|
||||||
default n
|
default n
|
||||||
|
|
||||||
if RX65N_RIIC1_SDA_DELAY
|
if RX65N_RIIC1_SDA_DELAY
|
||||||
|
|
||||||
config RX65N_RIIC1_DELAY_CNT
|
config RX65N_RIIC1_DELAY_CNT
|
||||||
@@ -740,14 +740,14 @@ config RX65N_RIIC1_RCV_IN_BYTE_UNITS
|
|||||||
bool "RIIC1 receive in byte units"
|
bool "RIIC1 receive in byte units"
|
||||||
default y
|
default y
|
||||||
depends on !RX65N_RIIC1_RCV_CONTINUOUS
|
depends on !RX65N_RIIC1_RCV_CONTINUOUS
|
||||||
|
|
||||||
endif #RX65N_RIIC1
|
endif #RX65N_RIIC1
|
||||||
|
|
||||||
config RX65N_RIIC2
|
config RX65N_RIIC2
|
||||||
bool "RIIC2"
|
bool "RIIC2"
|
||||||
default n
|
default n
|
||||||
depends on I2C && I2C_DRIVER
|
depends on I2C && I2C_DRIVER
|
||||||
|
|
||||||
if RX65N_RIIC2
|
if RX65N_RIIC2
|
||||||
|
|
||||||
config RX65N_RIIC2_BITRATE
|
config RX65N_RIIC2_BITRATE
|
||||||
@@ -763,13 +763,13 @@ if RX65N_RIIC2_NF
|
|||||||
config RX65N_RIIC2_NF_STAGE
|
config RX65N_RIIC2_NF_STAGE
|
||||||
int "RIIC2 Noise Filter Stages"
|
int "RIIC2 Noise Filter Stages"
|
||||||
default 2
|
default 2
|
||||||
|
|
||||||
endif #RX65N_RIIC2_NF
|
endif #RX65N_RIIC2_NF
|
||||||
|
|
||||||
config RX65N_RIIC2_SDA_DELAY
|
config RX65N_RIIC2_SDA_DELAY
|
||||||
bool "Enable SDA Output Delay"
|
bool "Enable SDA Output Delay"
|
||||||
default n
|
default n
|
||||||
|
|
||||||
if RX65N_RIIC2_SDA_DELAY
|
if RX65N_RIIC2_SDA_DELAY
|
||||||
|
|
||||||
config RX65N_RIIC2_DELAY_CNT
|
config RX65N_RIIC2_DELAY_CNT
|
||||||
@@ -786,10 +786,10 @@ config RX65N_RIIC2_RCV_IN_BYTE_UNITS
|
|||||||
bool "RIIC2 receive in byte units"
|
bool "RIIC2 receive in byte units"
|
||||||
default y
|
default y
|
||||||
depends on !RX65N_RIIC2_RCV_CONTINUOUS
|
depends on !RX65N_RIIC2_RCV_CONTINUOUS
|
||||||
|
|
||||||
endif #RX65N_RIIC2
|
endif #RX65N_RIIC2
|
||||||
|
|
||||||
config RX65N_USBDEV
|
config RX65N_USBDEV
|
||||||
bool "USB0 Device"
|
bool "USB0 Device"
|
||||||
default n
|
default n
|
||||||
depends on USBDEV
|
depends on USBDEV
|
||||||
|
|||||||
@@ -38,7 +38,7 @@ config ARCH_INTEL64_HAVE_XSAVE
|
|||||||
bool "XSAVE support"
|
bool "XSAVE support"
|
||||||
default y
|
default y
|
||||||
---help---
|
---help---
|
||||||
Select to enable the use of XSAVE and FPU/SSE/AVX functions
|
Select to enable the use of XSAVE and FPU/SSE/AVX functions
|
||||||
of x86_64
|
of x86_64
|
||||||
|
|
||||||
config ARCH_INTEL64_HAVE_PCID
|
config ARCH_INTEL64_HAVE_PCID
|
||||||
@@ -57,7 +57,7 @@ config ARCH_INTEL64_DISABLE_INT_INIT
|
|||||||
bool "Disable Initialization of 8259/APIC/IO-APIC"
|
bool "Disable Initialization of 8259/APIC/IO-APIC"
|
||||||
default n
|
default n
|
||||||
---help---
|
---help---
|
||||||
Select to disable all initialization related to interrupt
|
Select to disable all initialization related to interrupt
|
||||||
controllers. This is necessary if those are already
|
controllers. This is necessary if those are already
|
||||||
initialized, i.e. Jailhouse system.
|
initialized, i.e. Jailhouse system.
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -114,7 +114,7 @@ config XTENSA_USE_SEPARATE_IMEM
|
|||||||
help
|
help
|
||||||
This is a separate internal heap that's used by drivers when certain operations
|
This is a separate internal heap that's used by drivers when certain operations
|
||||||
are not possible with the provided buffer(s).
|
are not possible with the provided buffer(s).
|
||||||
Mainly, when the provided buffer comes from external RAM and a DMA or flash
|
Mainly, when the provided buffer comes from external RAM and a DMA or flash
|
||||||
operation is going to be performed.
|
operation is going to be performed.
|
||||||
|
|
||||||
This separate heap will be part of the internal DRAM. It starts right after .data
|
This separate heap will be part of the internal DRAM. It starts right after .data
|
||||||
|
|||||||
@@ -213,16 +213,16 @@ config ESP32_MWDT0
|
|||||||
default n
|
default n
|
||||||
select ESP32_WTD
|
select ESP32_WTD
|
||||||
---help---
|
---help---
|
||||||
Includes MWDT0. This watchdog timer is part of the Group 0
|
Includes MWDT0. This watchdog timer is part of the Group 0
|
||||||
timer submodule.
|
timer submodule.
|
||||||
|
|
||||||
config ESP32_MWDT1
|
config ESP32_MWDT1
|
||||||
bool "Main System Watchdog Timer (Group 1)"
|
bool "Main System Watchdog Timer (Group 1)"
|
||||||
default n
|
default n
|
||||||
select ESP32_WTD
|
select ESP32_WTD
|
||||||
---help---
|
---help---
|
||||||
Includes MWDT1. This watchdog timer is part of the Group 0
|
Includes MWDT1. This watchdog timer is part of the Group 0
|
||||||
timer submodule.
|
timer submodule.
|
||||||
|
|
||||||
config ESP32_UART0
|
config ESP32_UART0
|
||||||
bool "UART 0"
|
bool "UART 0"
|
||||||
|
|||||||
@@ -61,6 +61,6 @@ config FRDMK28F_USB_AUTOMOUNT_NUM_BLKDEV
|
|||||||
config FRDMK28F_USB_AUTOMOUNT_UDELAY
|
config FRDMK28F_USB_AUTOMOUNT_UDELAY
|
||||||
int "USB unmount retry delay (milliseconds)"
|
int "USB unmount retry delay (milliseconds)"
|
||||||
default 2000
|
default 2000
|
||||||
|
|
||||||
endif # FRDMK28F_USB_AUTOMOUNT
|
endif # FRDMK28F_USB_AUTOMOUNT
|
||||||
endif # ARCH_BOARD_FREEDOM_K28F
|
endif # ARCH_BOARD_FREEDOM_K28F
|
||||||
|
|||||||
+1
-1
@@ -128,7 +128,7 @@ config CAN_NPOLLWAITERS
|
|||||||
---help---
|
---help---
|
||||||
The maximum number of threads that may be waiting on the
|
The maximum number of threads that may be waiting on the
|
||||||
poll method.
|
poll method.
|
||||||
|
|
||||||
config CAN_USE_RTR
|
config CAN_USE_RTR
|
||||||
bool "Include RTR in CAN header"
|
bool "Include RTR in CAN header"
|
||||||
default n
|
default n
|
||||||
|
|||||||
@@ -454,9 +454,9 @@ config BQ27426
|
|||||||
select I2C
|
select I2C
|
||||||
depends on BATTERY_GAUGE
|
depends on BATTERY_GAUGE
|
||||||
---help---
|
---help---
|
||||||
The bq27426 battery fuel gauge accurately predicts the battery capacity and other
|
The bq27426 battery fuel gauge accurately predicts the battery capacity and other
|
||||||
operational characteristics of a single, Li-based, rechargeable cell.
|
operational characteristics of a single, Li-based, rechargeable cell.
|
||||||
It can be interrogated by a system processor to provide cell information,
|
It can be interrogated by a system processor to provide cell information,
|
||||||
such as state-of-charge (SOC).
|
such as state-of-charge (SOC).
|
||||||
|
|
||||||
if BQ27426
|
if BQ27426
|
||||||
@@ -480,11 +480,11 @@ config I2C_BQ2429X
|
|||||||
config I2C_MAX1704X
|
config I2C_MAX1704X
|
||||||
bool
|
bool
|
||||||
default y if MAX1704X
|
default y if MAX1704X
|
||||||
|
|
||||||
config BATTERY_MONITOR
|
config BATTERY_MONITOR
|
||||||
bool "Battery Monitor/Management support"
|
bool "Battery Monitor/Management support"
|
||||||
default n
|
default n
|
||||||
|
|
||||||
config BQ769X0
|
config BQ769X0
|
||||||
bool "BQ769X0 Battery monitor support"
|
bool "BQ769X0 Battery monitor support"
|
||||||
default n
|
default n
|
||||||
@@ -494,7 +494,7 @@ config BQ769X0
|
|||||||
---help---
|
---help---
|
||||||
The BQ76920/BQ76930/BQ76940 provide monitoring, balancing, and
|
The BQ76920/BQ76930/BQ76940 provide monitoring, balancing, and
|
||||||
protection features for up to 15 cells in series.
|
protection features for up to 15 cells in series.
|
||||||
|
|
||||||
config I2C_BQ769X0
|
config I2C_BQ769X0
|
||||||
bool
|
bool
|
||||||
default y if BQ769X0
|
default y if BQ769X0
|
||||||
|
|||||||
@@ -108,7 +108,7 @@ config USBHOST_MSC
|
|||||||
---help---
|
---help---
|
||||||
Enable support for the mass storage class driver. This also depends on
|
Enable support for the mass storage class driver. This also depends on
|
||||||
NFILE_DESCRIPTORS > 0 && SCHED_WORKQUEUE=y
|
NFILE_DESCRIPTORS > 0 && SCHED_WORKQUEUE=y
|
||||||
|
|
||||||
config USBHOST_MSC_NOTIFIER
|
config USBHOST_MSC_NOTIFIER
|
||||||
bool "Support USB Mass Storage notifications"
|
bool "Support USB Mass Storage notifications"
|
||||||
default n
|
default n
|
||||||
@@ -117,8 +117,8 @@ config USBHOST_MSC_NOTIFIER
|
|||||||
---help---
|
---help---
|
||||||
Enable building of USB MSC notifier logic that will execute a worker
|
Enable building of USB MSC notifier logic that will execute a worker
|
||||||
function on the low priority work queue when a mass storage device is
|
function on the low priority work queue when a mass storage device is
|
||||||
connected or disconnected.
|
connected or disconnected.
|
||||||
|
|
||||||
config USBHOST_CDCACM
|
config USBHOST_CDCACM
|
||||||
bool "CDC/ACM support"
|
bool "CDC/ACM support"
|
||||||
default n
|
default n
|
||||||
|
|||||||
+13
-13
@@ -21,7 +21,7 @@ if NET_CAN
|
|||||||
config NET_CAN_HAVE_TX_DEADLINE
|
config NET_CAN_HAVE_TX_DEADLINE
|
||||||
bool
|
bool
|
||||||
default n
|
default n
|
||||||
|
|
||||||
config NET_CAN_HAVE_CANFD
|
config NET_CAN_HAVE_CANFD
|
||||||
bool
|
bool
|
||||||
default n
|
default n
|
||||||
@@ -31,14 +31,14 @@ config CAN_CONNS
|
|||||||
default 4
|
default 4
|
||||||
---help---
|
---help---
|
||||||
Maximum number of CAN connections (all tasks).
|
Maximum number of CAN connections (all tasks).
|
||||||
|
|
||||||
config NET_CAN_CANFD
|
config NET_CAN_CANFD
|
||||||
bool "Enable CAN FD support"
|
bool "Enable CAN FD support"
|
||||||
default y
|
default y
|
||||||
depends on NET_CAN_HAVE_CANFD
|
depends on NET_CAN_HAVE_CANFD
|
||||||
---help---
|
---help---
|
||||||
Enable CAN FD support in SocketCAN stack
|
Enable CAN FD support in SocketCAN stack
|
||||||
|
|
||||||
config NET_CAN_SOCK_OPTS
|
config NET_CAN_SOCK_OPTS
|
||||||
bool "sockopt support"
|
bool "sockopt support"
|
||||||
default n
|
default n
|
||||||
@@ -46,7 +46,7 @@ config NET_CAN_SOCK_OPTS
|
|||||||
select NET_CANPROTO_OPTIONS
|
select NET_CANPROTO_OPTIONS
|
||||||
---help---
|
---help---
|
||||||
Enable support for the CAN socket options
|
Enable support for the CAN socket options
|
||||||
|
|
||||||
config NET_CAN_RAW_TX_DEADLINE
|
config NET_CAN_RAW_TX_DEADLINE
|
||||||
bool "TX deadline sockopt"
|
bool "TX deadline sockopt"
|
||||||
default n
|
default n
|
||||||
@@ -55,13 +55,13 @@ config NET_CAN_RAW_TX_DEADLINE
|
|||||||
---help---
|
---help---
|
||||||
Note: Non-standard SocketCAN sockopt, but this options helps us in
|
Note: Non-standard SocketCAN sockopt, but this options helps us in
|
||||||
real-time use cases.
|
real-time use cases.
|
||||||
|
|
||||||
When the CAN_RAW_TX_DEADLINE sockopt is enabled. The user can send
|
When the CAN_RAW_TX_DEADLINE sockopt is enabled. The user can send
|
||||||
CAN frames using sendmsg() function and add a deadline timespec
|
CAN frames using sendmsg() function and add a deadline timespec
|
||||||
value in the CMSG data. When the deadline has been passed and the
|
value in the CMSG data. When the deadline has been passed and the
|
||||||
CAN frame is still in the HW TX mailbox then the CAN driver will
|
CAN frame is still in the HW TX mailbox then the CAN driver will
|
||||||
discard the CAN frame automatically.
|
discard the CAN frame automatically.
|
||||||
|
|
||||||
config NET_CAN_RAW_DEFAULT_TX_DEADLINE
|
config NET_CAN_RAW_DEFAULT_TX_DEADLINE
|
||||||
int "Default TX deadline when no deadline is given (us)"
|
int "Default TX deadline when no deadline is given (us)"
|
||||||
default 0
|
default 0
|
||||||
@@ -69,18 +69,18 @@ config NET_CAN_RAW_DEFAULT_TX_DEADLINE
|
|||||||
---help---
|
---help---
|
||||||
Some applications may not use the NET_CAN_RAW_TX_DEADLINE flag.
|
Some applications may not use the NET_CAN_RAW_TX_DEADLINE flag.
|
||||||
By default their deadline becomes 0 which means it becomes infinite.
|
By default their deadline becomes 0 which means it becomes infinite.
|
||||||
This would mean that packets from applications without the
|
This would mean that packets from applications without the
|
||||||
NET_CAN_RAW_TX_DEADLINE flag, can block the TX mailboxes forever.
|
NET_CAN_RAW_TX_DEADLINE flag, can block the TX mailboxes forever.
|
||||||
This config can set the default deadline when no deadline has been
|
This config can set the default deadline when no deadline has been
|
||||||
given.
|
given.
|
||||||
|
|
||||||
config NET_CAN_RAW_FILTER_MAX
|
config NET_CAN_RAW_FILTER_MAX
|
||||||
int "CAN_RAW_FILTER max filter count"
|
int "CAN_RAW_FILTER max filter count"
|
||||||
default 32
|
default 32
|
||||||
depends on NET_CAN_SOCK_OPTS
|
depends on NET_CAN_SOCK_OPTS
|
||||||
---help---
|
---help---
|
||||||
Maximum number of CAN_RAW filters that can be set per CAN connection.
|
Maximum number of CAN_RAW filters that can be set per CAN connection.
|
||||||
|
|
||||||
config NET_CAN_NOTIFIER
|
config NET_CAN_NOTIFIER
|
||||||
bool "Support CAN notifications"
|
bool "Support CAN notifications"
|
||||||
default n
|
default n
|
||||||
|
|||||||
+1
-1
@@ -23,7 +23,7 @@ config NETDEV_CAN_BITRATE_IOCTL
|
|||||||
depends on NET_CAN
|
depends on NET_CAN
|
||||||
---help---
|
---help---
|
||||||
Enable support for ioctl() commands to change CAN bitrate
|
Enable support for ioctl() commands to change CAN bitrate
|
||||||
|
|
||||||
config NETDEV_WIRELESS_IOCTL
|
config NETDEV_WIRELESS_IOCTL
|
||||||
bool "Enable Wireless ioctl()"
|
bool "Enable Wireless ioctl()"
|
||||||
default n
|
default n
|
||||||
|
|||||||
+2
-2
@@ -70,8 +70,8 @@ config NET_CMSG
|
|||||||
default n
|
default n
|
||||||
---help---
|
---help---
|
||||||
Enable or disable support for control messages in the recvmsg() and
|
Enable or disable support for control messages in the recvmsg() and
|
||||||
sendmsg() function. Control messages (also defined in POSIX 1003.1g
|
sendmsg() function. Control messages (also defined in POSIX 1003.1g
|
||||||
as ancillary data object information). Includes additional
|
as ancillary data object information). Includes additional
|
||||||
information on the packet received or to be transmitted.
|
information on the packet received or to be transmitted.
|
||||||
|
|
||||||
endmenu # Socket Support
|
endmenu # Socket Support
|
||||||
|
|||||||
Reference in New Issue
Block a user