Skip to content

Commit fbe9571

Browse files
authored
Merge pull request #1062 from BernardXiong/master
[Kconfig] Rename all of KConfig files to 'Kconfig'
2 parents 4165efa + 7bc87e4 commit fbe9571

File tree

29 files changed

+124
-95
lines changed

29 files changed

+124
-95
lines changed

KConfig

Lines changed: 0 additions & 3 deletions
This file was deleted.

Kconfig

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
source "$RTT_DIR/src/Kconfig"
2+
source "$RTT_DIR/libcpu/Kconfig"
3+
source "$RTT_DIR/components/Kconfig"
Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,8 @@ config $PKGS_DIR
1515
option env="PKGS_ROOT"
1616
default "packages"
1717

18-
source "$RTT_DIR/KConfig"
19-
source "$PKGS_DIR/KConfig"
20-
21-
menu "BSP_SPECIAL CONFIG"
18+
source "$RTT_DIR/Kconfig"
19+
source "$PKGS_DIR/Kconfig"
2220

2321
config RT_USING_UART0
2422
bool "Using RT_USING_UART0"
@@ -37,9 +35,4 @@ config RT_USING_LED
3735
default y
3836
help
3937
led blink demo
40-
endmenu
41-
42-
43-
44-
45-
38+
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ config BOARD_IMX6UL
2020
select ARCH_ARM_CORTEX_A7
2121
default y
2222

23-
source "$RTT_DIR/KConfig"
24-
source "$PKGS_DIR/KConfig"
23+
source "$RTT_DIR/Kconfig"
24+
source "$PKGS_DIR/Kconfig"
2525

2626
source "$BSP_DIR/drivers/Kconfig"
Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,8 @@ config $PKGS_DIR
1515
option env="PKGS_ROOT"
1616
default "packages"
1717

18-
source "$RTT_DIR/KConfig"
19-
source "$PKGS_DIR/KConfig"
20-
21-
menu "BSP_SPECIAL CONFIG"
18+
source "$RTT_DIR/Kconfig"
19+
source "$PKGS_DIR/Kconfig"
2220

2321
config RT_USING_UART
2422
bool "Using RT_USING_UART"
@@ -29,10 +27,4 @@ config RT_USING_UART1
2927
bool "Using RT_USING_UART1"
3028
default y
3129
endif
32-
33-
endmenu
34-
35-
36-
37-
38-
30+

bsp/lpc54608-LPCXpresso/Kconfig

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ config $PKGS_DIR
1818
option env="PKGS_ROOT"
1919
default "packages"
2020

21-
source "$RTT_DIR/KConfig"
22-
source "$PKGS_DIR/KConfig"
21+
source "$RTT_DIR/Kconfig"
22+
source "$PKGS_DIR/Kconfig"
2323

2424
config SOC_LPC54608
2525
bool
@@ -28,8 +28,3 @@ config SOC_LPC54608
2828

2929
source "$BSP_DIR/drivers/Kconfig"
3030

31-
32-
33-
34-
35-

bsp/qemu-vexpress-a9/Kconfig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ config $PKGS_DIR
1515
option env="PKGS_ROOT"
1616
default "packages"
1717

18-
source "$RTT_DIR/KConfig"
19-
source "$PKGS_DIR/KConfig"
18+
source "$RTT_DIR/Kconfig"
19+
source "$PKGS_DIR/Kconfig"
2020
source "$BSP_DIR/drivers/Kconfig"
Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ config $PKGS_DIR
1515
option env="PKGS_ROOT"
1616
default "packages"
1717

18-
source "$RTT_DIR/KConfig"
19-
source "$PKGS_DIR/KConfig"
18+
source "$RTT_DIR/Kconfig"
19+
source "$PKGS_DIR/Kconfig"
2020

2121
choice
2222
prompt "Device type"
@@ -182,8 +182,3 @@ if RT_USING_SPI
182182
default n
183183
endif
184184

185-
186-
187-
188-
189-
Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -15,18 +15,10 @@ config $PKGS_DIR
1515
option env="PKGS_ROOT"
1616
default "packages"
1717

18-
source "$RTT_DIR/KConfig"
19-
source "$PKGS_DIR/KConfig"
20-
21-
menu "BSP_SPECIAL CONFIG"
18+
source "$RTT_DIR/Kconfig"
19+
source "$PKGS_DIR/Kconfig"
2220

2321
config RT_USING_UART2
2422
bool "Using RT_USING_UART2"
2523
default y
26-
27-
endmenu
28-
29-
3024

31-
32-
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ config BOARD_STM32F429_APPOLO
2020
select ARCH_ARM_CORTEX_M4
2121
default y
2222

23-
source "$RTT_DIR/KConfig"
24-
source "$PKGS_DIR/KConfig"
23+
source "$RTT_DIR/Kconfig"
24+
source "$PKGS_DIR/Kconfig"
2525

2626
source "$BSP_DIR/drivers/Kconfig"

0 commit comments

Comments
 (0)