diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-01-16 11:52:01 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-01-16 11:52:01 +0100 |
commit | 5f155a30e5fc92d97ba0cf41b4b41abdd161ef1e (patch) | |
tree | 71f93992461ba6ddc09eee43e7f54e1fc0181077 | |
parent | f9f7cc8affc3724d6250728bfb81ae54ce3491ff (diff) |
enable LED support for alix2d models
-rw-r--r-- | target/Config.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target/Config.in b/target/Config.in index 64ad4d616..9f418a9a9 100644 --- a/target/Config.in +++ b/target/Config.in @@ -221,6 +221,7 @@ config ADK_LINUX_X86_ALIX2D select BUSYBOX_HWCLOCK select ADK_TARGET_WITH_USB select ADK_TARGET_WITH_MINIPCI + select ADK_TARGET_WITH_LEDS help Support for ALIX2D boards. http://www.pcengines.ch/ @@ -241,6 +242,7 @@ config ADK_LINUX_X86_ALIX2D13 select BUSYBOX_HWCLOCK select ADK_TARGET_WITH_USB select ADK_TARGET_WITH_MINIPCI + select ADK_TARGET_WITH_LEDS help Support for ALIX2D13 boards. http://www.pcengines.ch/ |