diff --git a/bsp/hpmicro/hpm6200evk/board/Kconfig b/bsp/hpmicro/hpm6200evk/board/Kconfig index 6ce12455b8..8f251ca0ff 100644 --- a/bsp/hpmicro/hpm6200evk/board/Kconfig +++ b/bsp/hpmicro/hpm6200evk/board/Kconfig @@ -127,16 +127,6 @@ menu "On-chip Peripheral Drivers" bool "Enable RTC" default n - menuconfig BSP_USING_SDXC - bool "Enable SDXC" - default n - select RT_USING_SDIO if BSP_USING_SDXC - if BSP_USING_SDXC - config BSP_USING_SDXC0 - bool "Enable SDXC0" - default n - endif - menuconfig BSP_USING_GPTMR bool "Enable GPTMR" default n @@ -148,6 +138,9 @@ menu "On-chip Peripheral Drivers" config BSP_USING_GPTMR2 bool "Enable GPTMR2" default n + config BSP_USING_GPTMR3 + bool "Enable GPTMR3" + default n endif menuconfig BSP_USING_I2C @@ -249,36 +242,4 @@ menu "On-chip Peripheral Drivers" endif endmenu -menu "Segger SystemView Config" - config BSP_USING_SYSTEMVIEW - select RT_USING_SYSTEMVIEW - select RT_USING_LEGACY - bool "Enable Segger SystemView" - default n - - if BSP_USING_SYSTEMVIEW - menuconfig BSP_SYSTEMVIEW_RTT_SECTION - bool "enable SystemView RTT section" - default y - if BSP_SYSTEMVIEW_RTT_SECTION - config SEGGER_RTT_SECTION - string "segger rtt section" - default ".noncacheable.bss" - config SEGGER_RTT_BUFFER_SECTION - string "segger rtt buffer section" - default ".noncacheable.bss" - config SEGGER_SYSVIEW_SECTION - string "segger sysview section" - default ".noncacheable.bss" - endif - source "$RTT_DIR/../libraries/misc/systemview/Kconfig" - endif -endmenu - -menu "Hpmicro Interrupt Config" - config HPM_USING_VECTOR_PREEMPTED_MODE - bool "Enable Vector and Preempted Mode" - default n -endmenu - endmenu diff --git a/bsp/hpmicro/hpm6300evk/board/Kconfig b/bsp/hpmicro/hpm6300evk/board/Kconfig index 526c2b01e8..10ed1844a8 100644 --- a/bsp/hpmicro/hpm6300evk/board/Kconfig +++ b/bsp/hpmicro/hpm6300evk/board/Kconfig @@ -269,36 +269,4 @@ menu "On-chip Peripheral Drivers" endif endmenu -menu "Segger SystemView Config" - config BSP_USING_SYSTEMVIEW - select RT_USING_SYSTEMVIEW - select RT_USING_LEGACY - bool "Enable Segger SystemView" - default n - - if BSP_USING_SYSTEMVIEW - menuconfig BSP_SYSTEMVIEW_RTT_SECTION - bool "enable SystemView RTT section" - default y - if BSP_SYSTEMVIEW_RTT_SECTION - config SEGGER_RTT_SECTION - string "segger rtt section" - default ".noncacheable.bss" - config SEGGER_RTT_BUFFER_SECTION - string "segger rtt buffer section" - default ".noncacheable.bss" - config SEGGER_SYSVIEW_SECTION - string "segger sysview section" - default ".noncacheable.bss" - endif - source "$RTT_DIR/../libraries/misc/systemview/Kconfig" - endif -endmenu - -menu "Hpmicro Interrupt Config" - config HPM_USING_VECTOR_PREEMPTED_MODE - bool "Enable Vector and Preempted Mode" - default n -endmenu - endmenu diff --git a/bsp/hpmicro/hpm6750evk/board/Kconfig b/bsp/hpmicro/hpm6750evk/board/Kconfig index 32738cf5d9..975ec75bc8 100644 --- a/bsp/hpmicro/hpm6750evk/board/Kconfig +++ b/bsp/hpmicro/hpm6750evk/board/Kconfig @@ -482,36 +482,4 @@ menu "On-chip Peripheral Drivers" endmenu -menu "Segger SystemView Config" - config BSP_USING_SYSTEMVIEW - select RT_USING_SYSTEMVIEW - select RT_USING_LEGACY - bool "Enable Segger SystemView" - default n - - if BSP_USING_SYSTEMVIEW - menuconfig BSP_SYSTEMVIEW_RTT_SECTION - bool "enable SystemView RTT section" - default y - if BSP_SYSTEMVIEW_RTT_SECTION - config SEGGER_RTT_SECTION - string "segger rtt section" - default ".noncacheable.bss" - config SEGGER_RTT_BUFFER_SECTION - string "segger rtt buffer section" - default ".noncacheable.bss" - config SEGGER_SYSVIEW_SECTION - string "segger sysview section" - default ".noncacheable.bss" - endif - source "$RTT_DIR/../libraries/misc/systemview/Kconfig" - endif -endmenu - -menu "Hpmicro Interrupt Config" - config HPM_USING_VECTOR_PREEMPTED_MODE - bool "Enable Vector and Preempted Mode" - default n -endmenu - endmenu diff --git a/bsp/hpmicro/hpm6750evk2/board/Kconfig b/bsp/hpmicro/hpm6750evk2/board/Kconfig index bb866694ca..b3d9ad011f 100644 --- a/bsp/hpmicro/hpm6750evk2/board/Kconfig +++ b/bsp/hpmicro/hpm6750evk2/board/Kconfig @@ -476,36 +476,4 @@ menu "On-chip Peripheral Drivers" default n endmenu -menu "Segger SystemView Config" - config BSP_USING_SYSTEMVIEW - select RT_USING_SYSTEMVIEW - select RT_USING_LEGACY - bool "Enable Segger SystemView" - default n - - if BSP_USING_SYSTEMVIEW - menuconfig BSP_SYSTEMVIEW_RTT_SECTION - bool "enable SystemView RTT section" - default y - if BSP_SYSTEMVIEW_RTT_SECTION - config SEGGER_RTT_SECTION - string "segger rtt section" - default ".noncacheable.bss" - config SEGGER_RTT_BUFFER_SECTION - string "segger rtt buffer section" - default ".noncacheable.bss" - config SEGGER_SYSVIEW_SECTION - string "segger sysview section" - default ".noncacheable.bss" - endif - source "$RTT_DIR/../libraries/misc/systemview/Kconfig" - endif -endmenu - -menu "Hpmicro Interrupt Config" - config HPM_USING_VECTOR_PREEMPTED_MODE - bool "Enable Vector and Preempted Mode" - default n -endmenu - endmenu