Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion arch/arm64/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ config ARCH_HAVE_EL3

config ARCH_SET_VMPIDR_EL2
bool "Set VMPIDR_EL2 at EL2 stage"
help
---help---
VMPIDR_EL2 holds the value of the Virtualization Multiprocessor ID.
From architecture manual of AArch64, the behave is:
-reading register MPIDR_EL1 in EL2, it's return real MPIDR_EL1
Expand Down
2 changes: 1 addition & 1 deletion arch/risc-v/src/esp32c6/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ config ESP32C6_ESP32C6XXX
choice ESP32C6_CPU_FREQ
prompt "CPU frequency"
default ESP32C6_CPU_FREQ_160
help
---help---
CPU frequency to be set on application startup.

config ESP32C6_CPU_FREQ_80
Expand Down
2 changes: 1 addition & 1 deletion arch/xtensa/src/esp32/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -1093,7 +1093,7 @@ config ESP32_I2CTIMEOMS
endmenu # I2C configuration

menu "TWAI driver options"
depends on ESP32_TWAI
depends on ESP32_TWAI

if ESP32_TWAI0

Expand Down
104 changes: 53 additions & 51 deletions boards/arm/sama5/jupiter-nano/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -40,96 +40,98 @@ config SAMA5_SDMMC
select SDIO_DMA
select SCHED_WORKQUEUE
select SCHED_HPWORK
select MMCSD
select MMCSD_SDIO
select MMCSD
select MMCSD_SDIO
select SDIO_BLOCKSETUP
select ARCH_HAVE_SDIO
select SAMA5_SDMMC_DMA
---help---
Enable SD Card interface SDMMC0. Selects SAMA5_SDMMC SAMA5_SDMMC0 SAMA5_SDMMC_DMA SDIO_DMA SCHED_WORKQUEUE SCHED_HPWORK SDIO_BLOCKSETUP
Enable SD Card interface SDMMC0. Selects SAMA5_SDMMC
SAMA5_SDMMC0 SAMA5_SDMMC_DMA SDIO_DMA SCHED_WORKQUEUE
SCHED_HPWORK SDIO_BLOCKSETUP

config SAMA5_SDMMC0
bool "Enable SDMMC0 (built-in eMMC)"
default n if SAMA5_SDMMC
depends on SAMA5_SDMMC
bool "Enable SDMMC0 (built-in eMMC)"
default n if SAMA5_SDMMC
depends on SAMA5_SDMMC

config SAMA5_SDMMC0_SIZE
int "SDMMC0 size in bytes"
default 4294967296
depends on SAMA5_SDMMC0
---help---
Size of eMMC flash in bytes. Default: 4GB
int "SDMMC0 size in bytes"
default 4294967296
depends on SAMA5_SDMMC0
---help---
Size of eMMC flash in bytes. Default: 4GB

config SAMA5D27_SDMMC0_MOUNT
bool "Mount SDMMC0 at startup"
default n
depends on SAMA5_SDMMC0
bool "Mount SDMMC0 at startup"
default n
depends on SAMA5_SDMMC0

config SAMA5D27_SDMMC0_MOUNT_BLKDEV
string "SDMMC0 block device name"
default "mmc0"
depends on SAMA5_SDMMC0
string "SDMMC0 block device name"
default "mmc0"
depends on SAMA5_SDMMC0

config SAMA5D27_SDMMC0_MOUNT_MOUNTPOINT
string "SDMMC0 mountpoint"
default "/mnt/sdmmc0"
depends on SAMA5_SDMMC0
string "SDMMC0 mountpoint"
default "/mnt/sdmmc0"
depends on SAMA5_SDMMC0

config SAMA5D27_SDMMC0_MOUNT_FSTYPE
string "SDMMC0 file system type"
default "vfat"
depends on SAMA5_SDMMC0
string "SDMMC0 file system type"
default "vfat"
depends on SAMA5_SDMMC0

config SAMA5_SDMMC1_WIDTH_D1_D8
bool "SDMMC0 data bus width 8 bits"
default y
depends on SAMA5_SDMMC0
bool "SDMMC0 data bus width 8 bits"
default y
depends on SAMA5_SDMMC0

config SAMA5_SDMMC1
bool "Enable SDMMC1"
bool "Enable SDMMC1"
default y if SAMA5_SDMMC
select SAMA5_SDMMC1_WIDTH_D1_D4
depends on SAMA5_SDMMC
select SAMA5_SDMMC1_WIDTH_D1_D4
depends on SAMA5_SDMMC

config SAMA5_SDMMC1_SIZE
int "SDMMC1 size in bytes"
default 1073741824
depends on SAMA5_SDMMC1
default 1073741824
depends on SAMA5_SDMMC1
---help---
Size of SD Card in bytes. Default: 16GB

config SAMA5D27_SDMMC1_MOUNT
bool "Mount SDMMC1 at startup"
default n
depends on SAMA5_SDMMC1
bool "Mount SDMMC1 at startup"
default n
depends on SAMA5_SDMMC1

config SAMA5D27_SDMMC1_MOUNT_BLKDEV
string "SDMMC1 block device name"
default "mmc1"
depends on SAMA5_SDMMC1
string "SDMMC1 block device name"
default "mmc1"
depends on SAMA5_SDMMC1

config SAMA5D27_SDMMC1_MOUNT_MOUNTPOINT
string "SDMMC1 mountpoint"
default "/mnt/sdmmc1"
depends on SAMA5_SDMMC1
string "SDMMC1 mountpoint"
default "/mnt/sdmmc1"
depends on SAMA5_SDMMC1

config SAMA5D27_SDMMC1_MOUNT_FSTYPE
string "SDMMC1 file system type"
default "vfat"
depends on SAMA5_SDMMC1
string "SDMMC1 file system type"
default "vfat"
depends on SAMA5_SDMMC1

config MMCSD_HAVE_CARDDETECT
bool "SDMMC1 card detect"
default y
depends on SAMA5_SDMMC1
bool "SDMMC1 card detect"
default y
depends on SAMA5_SDMMC1

config SAMA5_SDMMC1_WIDTH_D1_D4
bool "SDMMC1 data bus width 4 bits"
default y
depends on SAMA5_SDMMC1
bool "SDMMC1 data bus width 4 bits"
default y
depends on SAMA5_SDMMC1

config SAMA5_SYSTEMRESET
bool "Enable system reset - this will enable the nsh reboot command"
select BOARDCTL_RESET
bool "Enable system reset - this will enable the nsh reboot command"
select BOARDCTL_RESET

endif # ARCH_BOARD_JUPITER_NANO
30 changes: 15 additions & 15 deletions boards/arm/stm32/stm32f411-minimum/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -16,22 +16,22 @@ config STM32F411MINIMUM_USBHOST_PRIO
depends on USBHOST

config STM32F411MINIMUM_FLASH
bool "MTD driver for external 8Mbyte W25Q64FV FLASH on SPI1"
default n
select MTD
select MTD_W25
select MTD_SMART
select FS_SMARTFS
select STM32_SPI1
select MTD_BYTE_WRITE
---help---
Configures an MTD device for use with the onboard flash
bool "MTD driver for external 8Mbyte W25Q64FV FLASH on SPI1"
default n
select MTD
select MTD_W25
select MTD_SMART
select FS_SMARTFS
select STM32_SPI1
select MTD_BYTE_WRITE
---help---
Configures an MTD device for use with the onboard flash

config STM32F411MINIMUM_FLASH_MINOR
int "Minor number for the FLASH /dev/smart entry"
default 0
depends on STM32F411MINIMUM_FLASH
---help---
Sets the minor number for the FLASH MTD /dev entry
int "Minor number for the FLASH /dev/smart entry"
default 0
depends on STM32F411MINIMUM_FLASH
---help---
Sets the minor number for the FLASH MTD /dev entry

endif
14 changes: 7 additions & 7 deletions boards/arm/tlsr82/tlsr8278adk80d/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,21 @@ if ARCH_BOARD_TLSR8278ADK80D
menu "Telink TLSR8278ADK80D board"

choice
prompt "Default pin interrupt type"
default PIN_INTERRUPT_DEFAULT_RISING
depends on DEV_GPIO
prompt "Default pin interrupt type"
default PIN_INTERRUPT_DEFAULT_RISING
depends on DEV_GPIO

config PIN_INTERRUPT_DEFAULT_RISING
bool "Rising"
bool "Rising"

config PIN_INTERRUPT_DEFAULT_FALLING
bool "Falling"
bool "Falling"

config PIN_INTERRUPT_DEFAULT_HIGH
bool "High level"
bool "High level"

config PIN_INTERRUPT_DEFAULT_LOW
bool "Low level"
bool "Low level"

endchoice

Expand Down
8 changes: 4 additions & 4 deletions drivers/audio/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -550,9 +550,9 @@ config AUDIO_I2S
depends on I2S

config AUDIO_DMA
bool "Audio DMA"
select AUDIO_DRIVER_SPECIFIC_BUFFERS
depends on AUDIO
depends on DMA
bool "Audio DMA"
select AUDIO_DRIVER_SPECIFIC_BUFFERS
depends on AUDIO
depends on DMA

endif # DRIVERS_AUDIO
4 changes: 2 additions & 2 deletions drivers/power/relay/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ config RELAY
config RELAY_GPIO
bool "Relay gpio driver support"
default n
depends on RELAY
depends on IOEXPANDER
depends on RELAY
depends on IOEXPANDER

endmenu