@@ -4,28 +4,20 @@ menu "Bluetooth Configuration"
44config BT_NAME
55 string "Bluetooth Name"
66 default "PWM Fan Controller"
7- help
8- Bluetooth name exposed by the device.
97
108config ENABLE_BLE_CONTROL_IF
119 bool "Enable BLE Control Interface"
1210 default y
13- help
14- Select this to enable BLE OTA and RC features.
1511endmenu
1612
1713menu "Power Configuration"
1814config ENABLE_QC
1915 bool "Enable Quick Charge"
2016 default y
21- help
22- Enable quick charge feature.
2317
2418config ENABLE_POWER_MONITOR
2519 bool "Enable Power Monitor"
2620 default y
27- help
28- Select this to enable power monitor.
2921
3022config I2C_SDA_PIN
3123 int "I2C SDA Pin"
@@ -52,15 +44,11 @@ menu "Key Configuration"
5244config ENABLE_ENCODER
5345 bool "Enable Encoder"
5446 default y
55- help
56- Select this to enable encoder input.
5747
5848choice EC_TYPE
5949 prompt "Encoder Type"
6050 default EC_TYPE_1P2D
6151 depends on ENABLE_ENCODER
62- help
63- Select the encoder type.
6452
6553 config EC_TYPE_1P1D
6654 bool "1-Pulse 1-Detent"
@@ -87,8 +75,6 @@ config ENABLE_POWER_MODE_KEY
8775 bool "Enable Power Mode Key"
8876 default y
8977 depends on ENABLE_QC
90- help
91- Select this to enable Power Mode Key.
9278
9379config POWER_MODE_KEY_HOLD_TIME
9480 int "Power Mode Key Hold Time (ms)"
@@ -99,8 +85,6 @@ choice POWER_MODE_KEY_ACTIVE_LEVEL
9985 prompt "Power Mode Key Active Level"
10086 default POWER_MODE_KEY_ACTIVE_LOW
10187 depends on ENABLE_POWER_MODE_KEY
102- help
103- Select Power Mode Key Active Level.
10488
10589config POWER_MODE_KEY_ACTIVE_HIGH
10690 bool "Active High"
@@ -116,8 +100,6 @@ config POWER_MODE_KEY_PIN
116100config ENABLE_SLEEP_KEY
117101 bool "Enable Sleep Key"
118102 default y
119- help
120- Select this to enable Sleep Key.
121103
122104config SLEEP_KEY_HOLD_TIME
123105 int "Sleep Key Hold Time (ms)"
@@ -128,8 +110,6 @@ choice SLEEP_KEY_ACTIVE_LEVEL
128110 prompt "Sleep Key Active Level"
129111 default SLEEP_KEY_ACTIVE_LOW
130112 depends on ENABLE_SLEEP_KEY
131- help
132- Select Sleep Key Active Level.
133113
134114config SLEEP_KEY_ACTIVE_HIGH
135115 bool "Active High"
@@ -147,15 +127,11 @@ menu "GUI Configuration"
147127config ENABLE_GUI
148128 bool "Enable GUI"
149129 default y
150- help
151- Select this to enable GUI.
152130
153131choice LCD_ORIENTATION
154132 prompt "LCD Orientation"
155133 default LCD_ORIENTATION_NORMAL
156134 depends on ENABLE_GUI
157- help
158- Select LCD orientation.
159135
160136config LCD_ORIENTATION_NORMAL
161137 bool "Normal"
@@ -203,15 +179,11 @@ menu "LED Configuration"
203179config ENABLE_LED
204180 bool "Enable LED"
205181 default n
206- help
207- Select this to enable LED Output.
208182
209183choice LED_ACTIVE_LEVEL
210184 prompt "LED Active Level"
211185 default LED_ACTIVE_HIGH
212186 depends on ENABLE_LED
213- help
214- Select LED Active Level.
215187
216188config LED_ACTIVE_HIGH
217189 bool "Active High"
0 commit comments