diff options
author | Cédric Le Goater <clg@kaod.org> | 2016-09-21 06:24:34 -0400 |
---|---|---|
committer | Corey Minyard <cminyard@mvista.com> | 2016-09-29 20:05:06 -0400 |
commit | a3e6061bad6292f2d5be3c1c4ccf1fa136517dec (patch) | |
tree | fb9ef6efab8006d4a6609ddf6b72493dfef6fa44 | |
parent | 1a377a79211a08c5c8a05c0b6dee6d5b13ef4107 (diff) |
ipmi/bt-bmc: add a dependency on ARCH_ASPEED
Signed-off-by: Cédric Le Goater <clg@kaod.org>
Signed-off-by: Corey Minyard <cminyard@mvista.com>
-rw-r--r-- | drivers/char/ipmi/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/char/ipmi/Kconfig b/drivers/char/ipmi/Kconfig index 2c234e3e7513..7f816655cbbf 100644 --- a/drivers/char/ipmi/Kconfig +++ b/drivers/char/ipmi/Kconfig | |||
@@ -78,6 +78,7 @@ config IPMI_POWEROFF | |||
78 | endif # IPMI_HANDLER | 78 | endif # IPMI_HANDLER |
79 | 79 | ||
80 | config ASPEED_BT_IPMI_BMC | 80 | config ASPEED_BT_IPMI_BMC |
81 | depends on ARCH_ASPEED | ||
81 | tristate "BT IPMI bmc driver" | 82 | tristate "BT IPMI bmc driver" |
82 | help | 83 | help |
83 | Provides a driver for the BT (Block Transfer) IPMI interface | 84 | Provides a driver for the BT (Block Transfer) IPMI interface |