aboutsummaryrefslogtreecommitdiff
path: root/examples/blink/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'examples/blink/Kconfig')
-rw-r--r--examples/blink/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/examples/blink/Kconfig b/examples/blink/Kconfig
new file mode 100644
index 0000000..9c3a502
--- /dev/null
+++ b/examples/blink/Kconfig
@@ -0,0 +1,9 @@
+mainmenu "AVR-IOE blink configuration"
+
+# We need CONFIG_IOPORTS, but we don't care about anything else.
+config BLINK_DEFAULTS
+ bool
+ default y
+ select CONFIG_IOPORTS
+
+source "../../ioe.Kconfig"