Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1291521 > unrolled thread
| Started by | Azael Avalos <coproscefalo@gmail.com> |
|---|---|
| First post | 2015-12-14 21:10 +0100 |
| Last post | 2015-12-15 00:50 +0100 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
[PATCH] platform/x86: Add rfkill dependency to ACPI_TOSHIBA entry Azael Avalos <coproscefalo@gmail.com> - 2015-12-14 21:10 +0100
Re: [PATCH] platform/x86: Add rfkill dependency to ACPI_TOSHIBA entry Darren Hart <dvhart@infradead.org> - 2015-12-15 00:50 +0100
| From | Azael Avalos <coproscefalo@gmail.com> |
|---|---|
| Date | 2015-12-14 21:10 +0100 |
| Subject | [PATCH] platform/x86: Add rfkill dependency to ACPI_TOSHIBA entry |
| Message-ID | <qFHBw-2sR-13@gated-at.bofh.it> |
Commit 2fdde83443aa ("toshiba_acpi: Add WWAN RFKill support") added
WWAN rfkill support to the driver, but the KConfig entry was not
updated to add the RFKill dependency, causing a broken build if
RFKill is not selected.
This patch adds the RFKILL dependency to the KConfig entry, fixing
the build issue.
Signed-off-by: Azael Avalos <coproscefalo@gmail.com>
---
drivers/platform/x86/Kconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/platform/x86/Kconfig b/drivers/platform/x86/Kconfig
index 1089eaa..25a02f9 100644
--- a/drivers/platform/x86/Kconfig
+++ b/drivers/platform/x86/Kconfig
@@ -641,6 +641,7 @@ config ACPI_TOSHIBA
depends on INPUT
depends on SERIO_I8042 || SERIO_I8042 = n
depends on ACPI_VIDEO || ACPI_VIDEO = n
+ depends on RFKILL || RFKILL = n
select INPUT_POLLDEV
select INPUT_SPARSEKMAP
---help---
--
2.6.3
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
[toc] | [next] | [standalone]
| From | Darren Hart <dvhart@infradead.org> |
|---|---|
| Date | 2015-12-15 00:50 +0100 |
| Message-ID | <qFL2q-4xi-15@gated-at.bofh.it> |
| In reply to | #1291521 |
On Mon, Dec 14, 2015 at 01:00:59PM -0700, Azael Avalos wrote:
> Commit 2fdde83443aa ("toshiba_acpi: Add WWAN RFKill support") added
> WWAN rfkill support to the driver, but the KConfig entry was not
> updated to add the RFKill dependency, causing a broken build if
> RFKill is not selected.
>
> This patch adds the RFKILL dependency to the KConfig entry, fixing
> the build issue.
>
> Signed-off-by: Azael Avalos <coproscefalo@gmail.com>
Queued, thanks!
--
Darren Hart
Intel Open Source Technology Center
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web