kernel: move ubnt ledbar driver to a separate package
[openwrt/staging/wigyori.git] / target / linux / generic / hack-5.10 / 252-SATA_PMP.patch
1 From 8c817e33be829c7249c2cfd59ff48ad5fac6a31d Mon Sep 17 00:00:00 2001
2 From: Sungbo Eo <mans0n@gorani.run>
3 Date: Fri, 7 Jul 2017 17:09:21 +0200
4 Subject: [PATCH] kconfig: solidify SATA_PMP config
5
6 SATA_PMP option in kernel config file disappears for every kernel_oldconfig refresh.
7 To prevent this, SATA_HOST is now selected automatically when SATA_PMP is enabled.
8 This patch can be dropped if SATA_MV is ever re-added into the config.
9 ---
10 drivers/ata/Kconfig | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 --- a/drivers/ata/Kconfig
14 +++ b/drivers/ata/Kconfig
15 @@ -112,7 +112,7 @@ config SATA_ZPODD
16
17 config SATA_PMP
18 bool "SATA Port Multiplier support"
19 - depends on SATA_HOST
20 + select SATA_HOST
21 default y
22 help
23 This option adds support for SATA Port Multipliers