Преглед на файлове

[bsp][hpmicro] remove invalid reference in board KConfig

- removed invalid reference in board KConfig

Signed-off-by: Fan YANG <fan.yang@hpmicro.com>
Fan YANG преди 11 месеца
родител
ревизия
ca78a4f025
променени са 4 файла, в които са добавени 3 реда и са изтрити 138 реда
  1. 3 42
      bsp/hpmicro/hpm6200evk/board/Kconfig
  2. 0 32
      bsp/hpmicro/hpm6300evk/board/Kconfig
  3. 0 32
      bsp/hpmicro/hpm6750evk/board/Kconfig
  4. 0 32
      bsp/hpmicro/hpm6750evk2/board/Kconfig

+ 3 - 42
bsp/hpmicro/hpm6200evk/board/Kconfig

@@ -127,16 +127,6 @@ menu "On-chip Peripheral Drivers"
        bool "Enable RTC"
        bool "Enable RTC"
        default n
        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
     menuconfig BSP_USING_GPTMR
         bool "Enable GPTMR"
         bool "Enable GPTMR"
         default n
         default n
@@ -148,6 +138,9 @@ menu "On-chip Peripheral Drivers"
             config BSP_USING_GPTMR2
             config BSP_USING_GPTMR2
                 bool "Enable GPTMR2"
                 bool "Enable GPTMR2"
                 default n
                 default n
+            config BSP_USING_GPTMR3
+                bool "Enable GPTMR3"
+                default n
         endif
         endif
 
 
     menuconfig BSP_USING_I2C
     menuconfig BSP_USING_I2C
@@ -249,36 +242,4 @@ menu "On-chip Peripheral Drivers"
         endif
         endif
 endmenu
 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
 endmenu

+ 0 - 32
bsp/hpmicro/hpm6300evk/board/Kconfig

@@ -269,36 +269,4 @@ menu "On-chip Peripheral Drivers"
         endif
         endif
 endmenu
 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
 endmenu

+ 0 - 32
bsp/hpmicro/hpm6750evk/board/Kconfig

@@ -482,36 +482,4 @@ menu "On-chip Peripheral Drivers"
 
 
 endmenu
 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
 endmenu

+ 0 - 32
bsp/hpmicro/hpm6750evk2/board/Kconfig

@@ -476,36 +476,4 @@ menu "On-chip Peripheral Drivers"
         default n
         default n
 endmenu
 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
 endmenu