drivers: Fix some Kconfig bleeds
Fixes instances of Kconfig options appearing for completely irrelevant builds Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
This commit is contained in:
committed by
Chris Friedt
parent
d6926cd676
commit
8498c39e13
@@ -13,6 +13,6 @@ config ADC_AD405X
|
||||
|
||||
config AD405X_TRIGGER
|
||||
bool "AD405X interrupts"
|
||||
default n
|
||||
depends on ADC_AD405X
|
||||
help
|
||||
Enable interrupts for ADI AD405X.
|
||||
|
||||
1
drivers/cache/Kconfig.nrf
vendored
1
drivers/cache/Kconfig.nrf
vendored
@@ -11,5 +11,6 @@ config CACHE_NRF_CACHE
|
||||
config CACHE_NRF_PATCH_LINEADDR
|
||||
bool "Patch lineaddr"
|
||||
default y if SOC_NRF54H20
|
||||
depends on DCACHE
|
||||
help
|
||||
Manually set 28th bit in the LINEADDR in Trustzone Secure build.
|
||||
|
||||
1
drivers/cache/Kconfig.stm32
vendored
1
drivers/cache/Kconfig.stm32
vendored
@@ -4,6 +4,7 @@
|
||||
menuconfig CACHE_STM32
|
||||
bool "STM32 cache driver"
|
||||
select CACHE_HAS_DRIVER
|
||||
depends on SOC_FAMILY_STM32
|
||||
depends on CACHE_MANAGEMENT
|
||||
help
|
||||
Enable support for the STM32 ICACHE / DCACHE peripheral present in some STM32 chips.
|
||||
|
||||
@@ -7,10 +7,10 @@ config NRF_RTC_TIMER
|
||||
bool "nRF Real Time Counter (NRF_RTC1) Timer"
|
||||
depends on CLOCK_CONTROL
|
||||
depends on SOC_COMPATIBLE_NRF
|
||||
depends on !DT_HAS_NORDIC_NRF_RTC_ENABLED && !DT_HAS_NORDIC_NRF_GRTC_ENABLED
|
||||
select TICKLESS_CAPABLE
|
||||
select SYSTEM_TIMER_HAS_DISABLE_SUPPORT
|
||||
select NRFX_PPI if SOC_NRF52832
|
||||
depends on !$(dt_nodelabel_enabled,rtc1)
|
||||
help
|
||||
This module implements a kernel device driver for the nRF Real Time
|
||||
Counter NRF_RTC1 and provides the standard "system clock driver"
|
||||
|
||||
Reference in New Issue
Block a user