Skip to content

Commit e291a92

Browse files
committed
Kconfig: Update copyright and debloat
* Updates copyright because the file is now almost completely different from original KConfig made by Toita, Horishi. * Deletes all unused options Signed-off-by: Dhruva Gole <[email protected]>
1 parent dcf2136 commit e291a92

File tree

1 file changed

+1
-21
lines changed

1 file changed

+1
-21
lines changed

Kconfig

+1-21
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (c) 2020 Toita, Hiroshi
2+
# Copyright (c) 2022 Dhruva Gole
33
#
44
# SPDX-License-Identifier: Apache-2.0
55
#
@@ -17,26 +17,6 @@ config ARDUINO_API
1717

1818
if ARDUINO_API
1919

20-
config ARDUINO_MAIN_LOOP
21-
bool "ARDUINO_MAIN_LOOP"
22-
default n
23-
24-
config ARDUINO_GPIO
25-
bool "ARDUINO_API"
26-
depends on GPIO
27-
default y
28-
29-
config ARDUINO_QUERY_PIN_CONFIG
30-
bool
31-
depends on ARDUINO_GPIO
32-
default n
33-
34-
config ARDUINO_UART
35-
bool "ARDUINO_API"
36-
depends on SERIAL
37-
depends on UART_INTERRUPT_DRIVEN
38-
default y
39-
4020
config QEMU_ICOUNT
4121
bool "QEMU icount mode"
4222
default n

0 commit comments

Comments
 (0)