--- zzzz-none-000/linux-4.4.271/drivers/ata/Kconfig 2021-06-03 06:22:09.000000000 +0000 +++ hawkeye-5590-750/linux-4.4.271/drivers/ata/Kconfig 2023-04-19 10:22:28.000000000 +0000 @@ -46,6 +46,22 @@ If unsure, say Y. +config ARCH_WANT_LIBATA_LEDS + bool + +config ATA_LEDS + bool "support ATA port LED triggers" + depends on ARCH_WANT_LIBATA_LEDS + select NEW_LEDS + select LEDS_CLASS + select LEDS_TRIGGERS + default y + help + This option adds a LED trigger for each registered ATA port. + It is used to drive disk activity leds connected via GPIO. + + If unsure, say N. + config ATA_ACPI bool "ATA ACPI Support" depends on ACPI @@ -132,6 +148,14 @@ onboard AHCI SATA. If unsure, say N. + +config AHCI_IPQ + tristate "Qualcomm Atheros IPQ806X AHCI SATA support" + help + This option enables support for the IPQ806X SoC's + onboard AHCI SATA. + + If unsure, say N. config AHCI_CEVA tristate "CEVA AHCI SATA support"