Skip to content

Commit b97ef84

Browse files
committed
Thu 25 Jul 2019 12:59:51 EDT - new Kconfig.projbuild Files
1 parent ad19eaf commit b97ef84

File tree

20 files changed

+131
-223
lines changed

20 files changed

+131
-223
lines changed
Lines changed: 8 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,29 @@
1-
menu "LCD Screen Driver"
2-
1+
menu "Retro ESP32 Configuration"
32
choice LCD_DRIVER_CHIP
43
prompt "LCD Driver Chip"
54
default LCD_DRIVER_CHIP_ODROID_GO
65
help
7-
Select Your LCD Driver
6+
LCD Screen Driver
87

98
config LCD_DRIVER_CHIP_ODROID_GO
10-
bool "Odroid Go Default (ILI9341) [2.4\"]"
9+
bool "Odroid Go - 2.4\" [ILI9341]"
1110

1211
config LCD_DRIVER_CHIP_RETRO_ESP32
13-
bool "Retro ESP32 (ILI9342) [2.6\"]"
12+
bool "Retro ESP32 - 2.6\" [ILI9342]"
1413

1514
endchoice
1615

17-
endmenu
18-
19-
menu "Menu Hot Keys"
20-
2116
choice MENU_HOT_KEYS
22-
prompt "Menu Hot Keys Option"
17+
prompt "MENU Key Options"
2318
default DEFAULT_MENU_KEY
2419
help
2520
Select Hot Key (Menu Button)
2621

2722
config DEFAULT_MENU_KEY
28-
bool "Default Odroid Go MENU Button"
23+
bool "Odroid Go MENU Button"
2924

3025
config COMBO_MENU_KEY
31-
bool "Use START + SELECT buttons for MENU"
26+
bool "START + SELECT as MENU button"
3227

3328
endchoice
34-
35-
endmenu
29+
endmenu
Lines changed: 8 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,29 @@
1-
menu "LCD Screen Driver"
2-
1+
menu "Retro ESP32 Configuration"
32
choice LCD_DRIVER_CHIP
43
prompt "LCD Driver Chip"
54
default LCD_DRIVER_CHIP_ODROID_GO
65
help
7-
Select Your LCD Driver
6+
LCD Screen Driver
87

98
config LCD_DRIVER_CHIP_ODROID_GO
10-
bool "Odroid Go Default (ILI9341) [2.4\"]"
9+
bool "Odroid Go - 2.4\" [ILI9341]"
1110

1211
config LCD_DRIVER_CHIP_RETRO_ESP32
13-
bool "Retro ESP32 (ILI9342) [2.6\"]"
12+
bool "Retro ESP32 - 2.6\" [ILI9342]"
1413

1514
endchoice
1615

17-
endmenu
18-
19-
menu "Menu Hot Keys"
20-
2116
choice MENU_HOT_KEYS
22-
prompt "Menu Hot Keys Option"
17+
prompt "MENU Key Options"
2318
default DEFAULT_MENU_KEY
2419
help
2520
Select Hot Key (Menu Button)
2621

2722
config DEFAULT_MENU_KEY
28-
bool "Default Odroid Go MENU Button"
23+
bool "Odroid Go MENU Button"
2924

3025
config COMBO_MENU_KEY
31-
bool "Use START + SELECT buttons for MENU"
26+
bool "START + SELECT as MENU button"
3227

3328
endchoice
34-
35-
endmenu
29+
endmenu
Lines changed: 19 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,53 +1,43 @@
1-
menu "LCD Screen Driver"
2-
1+
menu "Retro ESP32 Configuration"
32
choice LCD_DRIVER_CHIP
43
prompt "LCD Driver Chip"
54
default LCD_DRIVER_CHIP_ODROID_GO
65
help
7-
Select Your LCD Driver
6+
LCD Screen Driver
87

98
config LCD_DRIVER_CHIP_ODROID_GO
10-
bool "Odroid Go Default (ILI9341) [2.4\"]"
9+
bool "Odroid Go - 2.4\" [ILI9341]"
1110

1211
config LCD_DRIVER_CHIP_RETRO_ESP32
13-
bool "Retro ESP32 (ILI9342) [2.6\"]"
12+
bool "Retro ESP32 - 2.6\" [ILI9342]"
1413

1514
endchoice
1615

17-
endmenu
16+
choice MENU_HOT_KEYS
17+
prompt "MENU Key Options"
18+
default DEFAULT_MENU_KEY
19+
help
20+
Select Hot Key (Menu Button)
21+
22+
config DEFAULT_MENU_KEY
23+
bool "Odroid Go MENU Button"
24+
25+
config COMBO_MENU_KEY
26+
bool "START + SELECT as MENU button"
1827

19-
menu "Retro ESP32 - In Game Menu"
28+
endchoice
2029

2130
choice IN_GAME_MENU
22-
prompt "Use Retro ESP32 - In Game Menu"
31+
prompt "In Game Menu"
2332
default IN_GAME_MENU_NO
2433
help
2534
Use Retro ESP32 - In Game Menu
2635

2736
config IN_GAME_MENU_YES
28-
bool "Yes"
37+
bool "YES"
2938

3039
config IN_GAME_MENU_NO
31-
bool "No"
32-
33-
endchoice
34-
35-
endmenu
36-
37-
menu "Menu Hot Keys"
38-
39-
choice MENU_HOT_KEYS
40-
prompt "Menu Hot Keys Option"
41-
default DEFAULT_MENU_KEY
42-
help
43-
Select Hot Key (Menu Button)
44-
45-
config DEFAULT_MENU_KEY
46-
bool "Default Odroid Go MENU Button"
47-
48-
config COMBO_MENU_KEY
49-
bool "Use START + SELECT buttons for MENU"
40+
bool "NO"
5041

5142
endchoice
52-
5343
endmenu
Lines changed: 8 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,29 @@
1-
menu "LCD Screen Driver"
2-
1+
menu "Retro ESP32 Configuration"
32
choice LCD_DRIVER_CHIP
43
prompt "LCD Driver Chip"
54
default LCD_DRIVER_CHIP_ODROID_GO
65
help
7-
Select Your LCD Driver
6+
LCD Screen Driver
87

98
config LCD_DRIVER_CHIP_ODROID_GO
10-
bool "Odroid Go Default (ILI9341) [2.4\"]"
9+
bool "Odroid Go - 2.4\" [ILI9341]"
1110

1211
config LCD_DRIVER_CHIP_RETRO_ESP32
13-
bool "Retro ESP32 (ILI9342) [2.6\"]"
12+
bool "Retro ESP32 - 2.6\" [ILI9342]"
1413

1514
endchoice
1615

17-
endmenu
18-
19-
menu "Menu Hot Keys"
20-
2116
choice MENU_HOT_KEYS
22-
prompt "Menu Hot Keys Option"
17+
prompt "MENU Key Options"
2318
default DEFAULT_MENU_KEY
2419
help
2520
Select Hot Key (Menu Button)
2621

2722
config DEFAULT_MENU_KEY
28-
bool "Default Odroid Go MENU Button"
23+
bool "Odroid Go MENU Button"
2924

3025
config COMBO_MENU_KEY
31-
bool "Use START + SELECT buttons for MENU"
26+
bool "START + SELECT as MENU button"
3227

3328
endchoice
34-
35-
endmenu
29+
endmenu
Lines changed: 19 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,53 +1,43 @@
1-
menu "LCD Screen Driver"
2-
1+
menu "Retro ESP32 Configuration"
32
choice LCD_DRIVER_CHIP
43
prompt "LCD Driver Chip"
54
default LCD_DRIVER_CHIP_ODROID_GO
65
help
7-
Select Your LCD Driver
6+
LCD Screen Driver
87

98
config LCD_DRIVER_CHIP_ODROID_GO
10-
bool "Odroid Go Default (ILI9341) [2.4\"]"
9+
bool "Odroid Go - 2.4\" [ILI9341]"
1110

1211
config LCD_DRIVER_CHIP_RETRO_ESP32
13-
bool "Retro ESP32 (ILI9342) [2.6\"]"
12+
bool "Retro ESP32 - 2.6\" [ILI9342]"
1413

1514
endchoice
1615

17-
endmenu
16+
choice MENU_HOT_KEYS
17+
prompt "MENU Key Options"
18+
default DEFAULT_MENU_KEY
19+
help
20+
Select Hot Key (Menu Button)
21+
22+
config DEFAULT_MENU_KEY
23+
bool "Odroid Go MENU Button"
24+
25+
config COMBO_MENU_KEY
26+
bool "START + SELECT as MENU button"
1827

19-
menu "Retro ESP32 - In Game Menu"
28+
endchoice
2029

2130
choice IN_GAME_MENU
22-
prompt "Use Retro ESP32 - In Game Menu"
31+
prompt "In Game Menu"
2332
default IN_GAME_MENU_NO
2433
help
2534
Use Retro ESP32 - In Game Menu
2635

2736
config IN_GAME_MENU_YES
28-
bool "Yes"
37+
bool "YES"
2938

3039
config IN_GAME_MENU_NO
31-
bool "No"
32-
33-
endchoice
34-
35-
endmenu
36-
37-
menu "Menu Hot Keys"
38-
39-
choice MENU_HOT_KEYS
40-
prompt "Menu Hot Keys Option"
41-
default DEFAULT_MENU_KEY
42-
help
43-
Select Hot Key (Menu Button)
44-
45-
config DEFAULT_MENU_KEY
46-
bool "Default Odroid Go MENU Button"
47-
48-
config COMBO_MENU_KEY
49-
bool "Use START + SELECT buttons for MENU"
40+
bool "NO"
5041

5142
endchoice
52-
5343
endmenu
Lines changed: 8 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,29 @@
1-
menu "LCD Screen Driver"
2-
1+
menu "Retro ESP32 Configuration"
32
choice LCD_DRIVER_CHIP
43
prompt "LCD Driver Chip"
54
default LCD_DRIVER_CHIP_ODROID_GO
65
help
7-
Select Your LCD Driver
6+
LCD Screen Driver
87

98
config LCD_DRIVER_CHIP_ODROID_GO
10-
bool "Odroid Go Default (ILI9341) [2.4\"]"
9+
bool "Odroid Go - 2.4\" [ILI9341]"
1110

1211
config LCD_DRIVER_CHIP_RETRO_ESP32
13-
bool "Retro ESP32 (ILI9342) [2.6\"]"
12+
bool "Retro ESP32 - 2.6\" [ILI9342]"
1413

1514
endchoice
1615

17-
endmenu
18-
19-
menu "Menu Hot Keys"
20-
2116
choice MENU_HOT_KEYS
22-
prompt "Menu Hot Keys Option"
17+
prompt "MENU Key Options"
2318
default DEFAULT_MENU_KEY
2419
help
2520
Select Hot Key (Menu Button)
2621

2722
config DEFAULT_MENU_KEY
28-
bool "Default Odroid Go MENU Button"
23+
bool "Odroid Go MENU Button"
2924

3025
config COMBO_MENU_KEY
31-
bool "Use START + SELECT buttons for MENU"
26+
bool "START + SELECT as MENU button"
3227

3328
endchoice
34-
35-
endmenu
29+
endmenu
Lines changed: 8 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,29 @@
1-
menu "LCD Screen Driver"
2-
1+
menu "Retro ESP32 Configuration"
32
choice LCD_DRIVER_CHIP
43
prompt "LCD Driver Chip"
54
default LCD_DRIVER_CHIP_ODROID_GO
65
help
7-
Select Your LCD Driver
6+
LCD Screen Driver
87

98
config LCD_DRIVER_CHIP_ODROID_GO
10-
bool "Odroid Go Default (ILI9341) [2.4\"]"
9+
bool "Odroid Go - 2.4\" [ILI9341]"
1110

1211
config LCD_DRIVER_CHIP_RETRO_ESP32
13-
bool "Retro ESP32 (ILI9342) [2.6\"]"
12+
bool "Retro ESP32 - 2.6\" [ILI9342]"
1413

1514
endchoice
1615

17-
endmenu
18-
19-
menu "Menu Hot Keys"
20-
2116
choice MENU_HOT_KEYS
22-
prompt "Menu Hot Keys Option"
17+
prompt "MENU Key Options"
2318
default DEFAULT_MENU_KEY
2419
help
2520
Select Hot Key (Menu Button)
2621

2722
config DEFAULT_MENU_KEY
28-
bool "Default Odroid Go MENU Button"
23+
bool "Odroid Go MENU Button"
2924

3025
config COMBO_MENU_KEY
31-
bool "Use START + SELECT buttons for MENU"
26+
bool "START + SELECT as MENU button"
3227

3328
endchoice
34-
35-
endmenu
29+
endmenu

0 commit comments

Comments
 (0)