mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-01 15:07:49 +00:00
Rockchip: RK3399: linux.aarch64.conf: enable CONFIG_SATA_AHCI
Rockpro64 optionally ships with a storage case [1] intended to host a PCIe SATA controller and hard drives. This is useful for a media library. [1] https://wiki.pine64.org/index.php/NASCase This enables CONFIG_ATA=m and CONFIG_SATA_AHCI=m, the rest is set to defaults.
This commit is contained in:
parent
e7c64e2037
commit
7cbe84f258
@ -1632,6 +1632,7 @@ CONFIG_SCSI_LOWLEVEL=y
|
|||||||
# CONFIG_SCSI_AIC7XXX is not set
|
# CONFIG_SCSI_AIC7XXX is not set
|
||||||
# CONFIG_SCSI_AIC79XX is not set
|
# CONFIG_SCSI_AIC79XX is not set
|
||||||
# CONFIG_SCSI_AIC94XX is not set
|
# CONFIG_SCSI_AIC94XX is not set
|
||||||
|
# CONFIG_SCSI_HISI_SAS is not set
|
||||||
# CONFIG_SCSI_MVSAS is not set
|
# CONFIG_SCSI_MVSAS is not set
|
||||||
# CONFIG_SCSI_MVUMI is not set
|
# CONFIG_SCSI_MVUMI is not set
|
||||||
# CONFIG_SCSI_ADVANSYS is not set
|
# CONFIG_SCSI_ADVANSYS is not set
|
||||||
@ -1656,6 +1657,7 @@ CONFIG_SCSI_LOWLEVEL=y
|
|||||||
# CONFIG_SCSI_INIA100 is not set
|
# CONFIG_SCSI_INIA100 is not set
|
||||||
# CONFIG_SCSI_STEX is not set
|
# CONFIG_SCSI_STEX is not set
|
||||||
# CONFIG_SCSI_SYM53C8XX_2 is not set
|
# CONFIG_SCSI_SYM53C8XX_2 is not set
|
||||||
|
# CONFIG_SCSI_IPR is not set
|
||||||
# CONFIG_SCSI_QLOGIC_1280 is not set
|
# CONFIG_SCSI_QLOGIC_1280 is not set
|
||||||
# CONFIG_SCSI_QLA_ISCSI is not set
|
# CONFIG_SCSI_QLA_ISCSI is not set
|
||||||
# CONFIG_SCSI_DC395x is not set
|
# CONFIG_SCSI_DC395x is not set
|
||||||
@ -1669,7 +1671,100 @@ CONFIG_SCSI_LOWLEVEL=y
|
|||||||
# end of SCSI device support
|
# end of SCSI device support
|
||||||
|
|
||||||
CONFIG_HAVE_PATA_PLATFORM=y
|
CONFIG_HAVE_PATA_PLATFORM=y
|
||||||
# CONFIG_ATA is not set
|
CONFIG_ATA=m
|
||||||
|
CONFIG_SATA_HOST=y
|
||||||
|
CONFIG_ATA_VERBOSE_ERROR=y
|
||||||
|
CONFIG_ATA_FORCE=y
|
||||||
|
CONFIG_SATA_PMP=y
|
||||||
|
|
||||||
|
#
|
||||||
|
# Controllers with non-SFF native interface
|
||||||
|
#
|
||||||
|
CONFIG_SATA_AHCI=m
|
||||||
|
CONFIG_SATA_MOBILE_LPM_POLICY=0
|
||||||
|
# CONFIG_SATA_AHCI_PLATFORM is not set
|
||||||
|
# CONFIG_AHCI_CEVA is not set
|
||||||
|
# CONFIG_AHCI_QORIQ is not set
|
||||||
|
# CONFIG_SATA_INIC162X is not set
|
||||||
|
# CONFIG_SATA_ACARD_AHCI is not set
|
||||||
|
# CONFIG_SATA_SIL24 is not set
|
||||||
|
CONFIG_ATA_SFF=y
|
||||||
|
|
||||||
|
#
|
||||||
|
# SFF controllers with custom DMA interface
|
||||||
|
#
|
||||||
|
# CONFIG_PDC_ADMA is not set
|
||||||
|
# CONFIG_SATA_QSTOR is not set
|
||||||
|
# CONFIG_SATA_SX4 is not set
|
||||||
|
CONFIG_ATA_BMDMA=y
|
||||||
|
|
||||||
|
#
|
||||||
|
# SATA SFF controllers with BMDMA
|
||||||
|
#
|
||||||
|
# CONFIG_ATA_PIIX is not set
|
||||||
|
# CONFIG_SATA_DWC is not set
|
||||||
|
# CONFIG_SATA_MV is not set
|
||||||
|
# CONFIG_SATA_NV is not set
|
||||||
|
# CONFIG_SATA_PROMISE is not set
|
||||||
|
# CONFIG_SATA_SIL is not set
|
||||||
|
# CONFIG_SATA_SIS is not set
|
||||||
|
# CONFIG_SATA_SVW is not set
|
||||||
|
# CONFIG_SATA_ULI is not set
|
||||||
|
# CONFIG_SATA_VIA is not set
|
||||||
|
# CONFIG_SATA_VITESSE is not set
|
||||||
|
|
||||||
|
#
|
||||||
|
# PATA SFF controllers with BMDMA
|
||||||
|
#
|
||||||
|
# CONFIG_PATA_ALI is not set
|
||||||
|
# CONFIG_PATA_AMD is not set
|
||||||
|
# CONFIG_PATA_ARTOP is not set
|
||||||
|
# CONFIG_PATA_ATIIXP is not set
|
||||||
|
# CONFIG_PATA_ATP867X is not set
|
||||||
|
# CONFIG_PATA_CMD64X is not set
|
||||||
|
# CONFIG_PATA_CYPRESS is not set
|
||||||
|
# CONFIG_PATA_EFAR is not set
|
||||||
|
# CONFIG_PATA_HPT366 is not set
|
||||||
|
# CONFIG_PATA_HPT37X is not set
|
||||||
|
# CONFIG_PATA_HPT3X2N is not set
|
||||||
|
# CONFIG_PATA_HPT3X3 is not set
|
||||||
|
# CONFIG_PATA_IT8213 is not set
|
||||||
|
# CONFIG_PATA_IT821X is not set
|
||||||
|
# CONFIG_PATA_JMICRON is not set
|
||||||
|
# CONFIG_PATA_MARVELL is not set
|
||||||
|
# CONFIG_PATA_NETCELL is not set
|
||||||
|
# CONFIG_PATA_NINJA32 is not set
|
||||||
|
# CONFIG_PATA_NS87415 is not set
|
||||||
|
# CONFIG_PATA_OLDPIIX is not set
|
||||||
|
# CONFIG_PATA_OPTIDMA is not set
|
||||||
|
# CONFIG_PATA_PDC2027X is not set
|
||||||
|
# CONFIG_PATA_PDC_OLD is not set
|
||||||
|
# CONFIG_PATA_RADISYS is not set
|
||||||
|
# CONFIG_PATA_RDC is not set
|
||||||
|
# CONFIG_PATA_SCH is not set
|
||||||
|
# CONFIG_PATA_SERVERWORKS is not set
|
||||||
|
# CONFIG_PATA_SIL680 is not set
|
||||||
|
# CONFIG_PATA_SIS is not set
|
||||||
|
# CONFIG_PATA_TOSHIBA is not set
|
||||||
|
# CONFIG_PATA_TRIFLEX is not set
|
||||||
|
# CONFIG_PATA_VIA is not set
|
||||||
|
# CONFIG_PATA_WINBOND is not set
|
||||||
|
|
||||||
|
#
|
||||||
|
# PIO-only SFF controllers
|
||||||
|
#
|
||||||
|
# CONFIG_PATA_CMD640_PCI is not set
|
||||||
|
# CONFIG_PATA_MPIIX is not set
|
||||||
|
# CONFIG_PATA_NS87410 is not set
|
||||||
|
# CONFIG_PATA_OPTI is not set
|
||||||
|
# CONFIG_PATA_PLATFORM is not set
|
||||||
|
# CONFIG_PATA_RZ1000 is not set
|
||||||
|
|
||||||
|
#
|
||||||
|
# Generic fallback / legacy drivers
|
||||||
|
#
|
||||||
|
# CONFIG_ATA_GENERIC is not set
|
||||||
|
# CONFIG_PATA_LEGACY is not set
|
||||||
# CONFIG_MD is not set
|
# CONFIG_MD is not set
|
||||||
# CONFIG_TARGET_CORE is not set
|
# CONFIG_TARGET_CORE is not set
|
||||||
# CONFIG_FUSION is not set
|
# CONFIG_FUSION is not set
|
||||||
@ -2717,6 +2812,7 @@ CONFIG_SENSORS_ARM_SCPI=y
|
|||||||
# CONFIG_SENSORS_ASPEED is not set
|
# CONFIG_SENSORS_ASPEED is not set
|
||||||
# CONFIG_SENSORS_ATXP1 is not set
|
# CONFIG_SENSORS_ATXP1 is not set
|
||||||
# CONFIG_SENSORS_CORSAIR_CPRO is not set
|
# CONFIG_SENSORS_CORSAIR_CPRO is not set
|
||||||
|
# CONFIG_SENSORS_DRIVETEMP is not set
|
||||||
# CONFIG_SENSORS_DS620 is not set
|
# CONFIG_SENSORS_DS620 is not set
|
||||||
# CONFIG_SENSORS_DS1621 is not set
|
# CONFIG_SENSORS_DS1621 is not set
|
||||||
# CONFIG_SENSORS_I5K_AMB is not set
|
# CONFIG_SENSORS_I5K_AMB is not set
|
||||||
@ -4672,6 +4768,7 @@ CONFIG_LEDS_SYSCON=y
|
|||||||
CONFIG_LEDS_TRIGGERS=y
|
CONFIG_LEDS_TRIGGERS=y
|
||||||
CONFIG_LEDS_TRIGGER_TIMER=y
|
CONFIG_LEDS_TRIGGER_TIMER=y
|
||||||
CONFIG_LEDS_TRIGGER_ONESHOT=y
|
CONFIG_LEDS_TRIGGER_ONESHOT=y
|
||||||
|
# CONFIG_LEDS_TRIGGER_DISK is not set
|
||||||
# CONFIG_LEDS_TRIGGER_MTD is not set
|
# CONFIG_LEDS_TRIGGER_MTD is not set
|
||||||
CONFIG_LEDS_TRIGGER_HEARTBEAT=y
|
CONFIG_LEDS_TRIGGER_HEARTBEAT=y
|
||||||
# CONFIG_LEDS_TRIGGER_BACKLIGHT is not set
|
# CONFIG_LEDS_TRIGGER_BACKLIGHT is not set
|
||||||
|
Loading…
x
Reference in New Issue
Block a user