aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/ipmi/Kconfig
diff options
context:
space:
mode:
authorSven Schnelle <svens@stackframe.org>2012-07-08 18:32:23 +0200
committerSven Schnelle <svens@stackframe.org>2012-07-09 10:41:05 +0200
commit7435baa5c5cb1511e8a9533965bd07e94a536203 (patch)
treed17faa33bc49bc229066e952d4edb87ffd0295b6 /src/drivers/ipmi/Kconfig
parentf5062437dc6fae2932568a3038e6771b0dc8d820 (diff)
Add basic ipmi support
Implements support code for talking to IPMI hardware that uses a KCS style interface. Change-Id: I9895cc1bf29676115b167081b63b8a430e23eee5 Signed-off-by: Sven Schnelle <svens@stackframe.org> Reviewed-on: http://review.coreboot.org/1190 Tested-by: build bot (Jenkins)
Diffstat (limited to 'src/drivers/ipmi/Kconfig')
-rw-r--r--src/drivers/ipmi/Kconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/drivers/ipmi/Kconfig b/src/drivers/ipmi/Kconfig
new file mode 100644
index 0000000000..55c85ea459
--- /dev/null
+++ b/src/drivers/ipmi/Kconfig
@@ -0,0 +1,3 @@
+config IPMI_KCS
+ bool
+ default n