From 851373223ac3f1f6ee732326fd6840bfd9baa440 Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Sun, 1 Oct 2017 19:33:34 +0100 Subject: disable a number of unused PATA/SATA drivers on ARM, don't build x86 specific drivers on other arches, minor tweaks to other arch specific configs --- baseconfig/CONFIG_ATA_ACPI | 1 - baseconfig/CONFIG_HID_ASUS | 2 +- baseconfig/CONFIG_MMC_TOSHIBA_PCI | 2 +- baseconfig/CONFIG_PATA_ACPI | 1 - baseconfig/CONFIG_PATA_ARASAN_CF | 2 +- baseconfig/CONFIG_PATA_ATIIXP | 2 +- baseconfig/CONFIG_PATA_CYPRESS | 2 +- baseconfig/CONFIG_PATA_MPIIX | 2 +- baseconfig/CONFIG_PATA_OLDPIIX | 2 +- baseconfig/CONFIG_PATA_RDC | 2 +- baseconfig/CONFIG_PATA_SCH | 2 +- baseconfig/CONFIG_PATA_TOSHIBA | 2 +- baseconfig/CONFIG_PATA_TRIFLEX | 2 +- baseconfig/CONFIG_SENSORS_HDAPS | 1 - baseconfig/CONFIG_SURFACE3_WMI | 1 - baseconfig/CONFIG_SURFACE_3_BUTTON | 2 +- baseconfig/arm/CONFIG_BLK_DEV_SX8 | 1 + baseconfig/arm/CONFIG_PATA_ALI | 1 + baseconfig/arm/CONFIG_PATA_AMD | 1 + baseconfig/arm/CONFIG_PATA_ARTOP | 1 + baseconfig/arm/CONFIG_PATA_ATP867X | 1 + baseconfig/arm/CONFIG_PATA_CMD640_PCI | 1 + baseconfig/arm/CONFIG_PATA_CMD64X | 1 + baseconfig/arm/CONFIG_PATA_CS5520 | 1 + baseconfig/arm/CONFIG_PATA_CS5530 | 1 + baseconfig/arm/CONFIG_PATA_CS5535 | 1 + baseconfig/arm/CONFIG_PATA_CS5536 | 1 + baseconfig/arm/CONFIG_PATA_EFAR | 1 + baseconfig/arm/CONFIG_PATA_HPT366 | 1 + baseconfig/arm/CONFIG_PATA_HPT37X | 1 + baseconfig/arm/CONFIG_PATA_HPT3X2N | 1 + baseconfig/arm/CONFIG_PATA_HPT3X3 | 1 + baseconfig/arm/CONFIG_PATA_IT8213 | 1 + baseconfig/arm/CONFIG_PATA_IT821X | 1 + baseconfig/arm/CONFIG_PATA_JMICRON | 1 + baseconfig/arm/CONFIG_PATA_NETCELL | 1 + baseconfig/arm/CONFIG_PATA_NINJA32 | 1 + baseconfig/arm/CONFIG_PATA_NS87410 | 1 + baseconfig/arm/CONFIG_PATA_NS87415 | 1 + baseconfig/arm/CONFIG_PATA_OPTI | 1 + baseconfig/arm/CONFIG_PATA_OPTIDMA | 1 + baseconfig/arm/CONFIG_PATA_PDC2027X | 1 + baseconfig/arm/CONFIG_PATA_PDC_OLD | 1 + baseconfig/arm/CONFIG_PATA_SERVERWORKS | 1 + baseconfig/arm/CONFIG_PATA_SIL680 | 1 + baseconfig/arm/CONFIG_PATA_SIS | 1 + baseconfig/arm/CONFIG_PATA_VIA | 1 + baseconfig/arm/CONFIG_PATA_WINBOND | 1 + baseconfig/arm/CONFIG_SATA_INIC162X | 1 + baseconfig/arm/CONFIG_SATA_NV | 1 + baseconfig/arm/CONFIG_SATA_PROMISE | 1 + baseconfig/arm/CONFIG_SATA_QSTOR | 1 + baseconfig/arm/CONFIG_SATA_SIL | 1 + baseconfig/arm/CONFIG_SATA_SIL24 | 1 + baseconfig/arm/CONFIG_SATA_SIS | 1 + baseconfig/arm/CONFIG_SATA_SVW | 1 + baseconfig/arm/CONFIG_SATA_SX4 | 1 + baseconfig/arm/CONFIG_SATA_ULI | 1 + baseconfig/arm/CONFIG_SATA_VIA | 1 + baseconfig/arm/CONFIG_SATA_VITESSE | 1 + baseconfig/arm/arm64/CONFIG_ATA_ACPI | 1 + baseconfig/arm/arm64/CONFIG_PATA_ACPI | 1 + baseconfig/arm/armv7/CONFIG_PATA_FTIDE010 | 1 - baseconfig/x86/CONFIG_ATA_ACPI | 1 + baseconfig/x86/CONFIG_HID_ASUS | 1 + baseconfig/x86/CONFIG_MMC_TOSHIBA_PCI | 1 + baseconfig/x86/CONFIG_PATA_ACPI | 1 + baseconfig/x86/CONFIG_PATA_ATIIXP | 1 + baseconfig/x86/CONFIG_PATA_MPIIX | 1 + baseconfig/x86/CONFIG_PATA_OLDPIIX | 1 + baseconfig/x86/CONFIG_PATA_SCH | 1 + baseconfig/x86/CONFIG_PATA_TOSHIBA | 1 + baseconfig/x86/CONFIG_PATA_TRIFLEX | 1 + baseconfig/x86/CONFIG_SENSORS_HDAPS | 1 + 74 files changed, 69 insertions(+), 17 deletions(-) delete mode 100644 baseconfig/CONFIG_ATA_ACPI delete mode 100644 baseconfig/CONFIG_PATA_ACPI delete mode 100644 baseconfig/CONFIG_SENSORS_HDAPS delete mode 100644 baseconfig/CONFIG_SURFACE3_WMI create mode 100644 baseconfig/arm/CONFIG_BLK_DEV_SX8 create mode 100644 baseconfig/arm/CONFIG_PATA_ALI create mode 100644 baseconfig/arm/CONFIG_PATA_AMD create mode 100644 baseconfig/arm/CONFIG_PATA_ARTOP create mode 100644 baseconfig/arm/CONFIG_PATA_ATP867X create mode 100644 baseconfig/arm/CONFIG_PATA_CMD640_PCI create mode 100644 baseconfig/arm/CONFIG_PATA_CMD64X create mode 100644 baseconfig/arm/CONFIG_PATA_CS5520 create mode 100644 baseconfig/arm/CONFIG_PATA_CS5530 create mode 100644 baseconfig/arm/CONFIG_PATA_CS5535 create mode 100644 baseconfig/arm/CONFIG_PATA_CS5536 create mode 100644 baseconfig/arm/CONFIG_PATA_EFAR create mode 100644 baseconfig/arm/CONFIG_PATA_HPT366 create mode 100644 baseconfig/arm/CONFIG_PATA_HPT37X create mode 100644 baseconfig/arm/CONFIG_PATA_HPT3X2N create mode 100644 baseconfig/arm/CONFIG_PATA_HPT3X3 create mode 100644 baseconfig/arm/CONFIG_PATA_IT8213 create mode 100644 baseconfig/arm/CONFIG_PATA_IT821X create mode 100644 baseconfig/arm/CONFIG_PATA_JMICRON create mode 100644 baseconfig/arm/CONFIG_PATA_NETCELL create mode 100644 baseconfig/arm/CONFIG_PATA_NINJA32 create mode 100644 baseconfig/arm/CONFIG_PATA_NS87410 create mode 100644 baseconfig/arm/CONFIG_PATA_NS87415 create mode 100644 baseconfig/arm/CONFIG_PATA_OPTI create mode 100644 baseconfig/arm/CONFIG_PATA_OPTIDMA create mode 100644 baseconfig/arm/CONFIG_PATA_PDC2027X create mode 100644 baseconfig/arm/CONFIG_PATA_PDC_OLD create mode 100644 baseconfig/arm/CONFIG_PATA_SERVERWORKS create mode 100644 baseconfig/arm/CONFIG_PATA_SIL680 create mode 100644 baseconfig/arm/CONFIG_PATA_SIS create mode 100644 baseconfig/arm/CONFIG_PATA_VIA create mode 100644 baseconfig/arm/CONFIG_PATA_WINBOND create mode 100644 baseconfig/arm/CONFIG_SATA_INIC162X create mode 100644 baseconfig/arm/CONFIG_SATA_NV create mode 100644 baseconfig/arm/CONFIG_SATA_PROMISE create mode 100644 baseconfig/arm/CONFIG_SATA_QSTOR create mode 100644 baseconfig/arm/CONFIG_SATA_SIL create mode 100644 baseconfig/arm/CONFIG_SATA_SIL24 create mode 100644 baseconfig/arm/CONFIG_SATA_SIS create mode 100644 baseconfig/arm/CONFIG_SATA_SVW create mode 100644 baseconfig/arm/CONFIG_SATA_SX4 create mode 100644 baseconfig/arm/CONFIG_SATA_ULI create mode 100644 baseconfig/arm/CONFIG_SATA_VIA create mode 100644 baseconfig/arm/CONFIG_SATA_VITESSE create mode 100644 baseconfig/arm/arm64/CONFIG_ATA_ACPI create mode 100644 baseconfig/arm/arm64/CONFIG_PATA_ACPI delete mode 100644 baseconfig/arm/armv7/CONFIG_PATA_FTIDE010 create mode 100644 baseconfig/x86/CONFIG_ATA_ACPI create mode 100644 baseconfig/x86/CONFIG_HID_ASUS create mode 100644 baseconfig/x86/CONFIG_MMC_TOSHIBA_PCI create mode 100644 baseconfig/x86/CONFIG_PATA_ACPI create mode 100644 baseconfig/x86/CONFIG_PATA_ATIIXP create mode 100644 baseconfig/x86/CONFIG_PATA_MPIIX create mode 100644 baseconfig/x86/CONFIG_PATA_OLDPIIX create mode 100644 baseconfig/x86/CONFIG_PATA_SCH create mode 100644 baseconfig/x86/CONFIG_PATA_TOSHIBA create mode 100644 baseconfig/x86/CONFIG_PATA_TRIFLEX create mode 100644 baseconfig/x86/CONFIG_SENSORS_HDAPS (limited to 'baseconfig') diff --git a/baseconfig/CONFIG_ATA_ACPI b/baseconfig/CONFIG_ATA_ACPI deleted file mode 100644 index a0be76e56..000000000 --- a/baseconfig/CONFIG_ATA_ACPI +++ /dev/null @@ -1 +0,0 @@ -CONFIG_ATA_ACPI=y diff --git a/baseconfig/CONFIG_HID_ASUS b/baseconfig/CONFIG_HID_ASUS index efc1ef4f8..b5df524a7 100644 --- a/baseconfig/CONFIG_HID_ASUS +++ b/baseconfig/CONFIG_HID_ASUS @@ -1 +1 @@ -CONFIG_HID_ASUS=m +# CONFIG_HID_ASUS is not set diff --git a/baseconfig/CONFIG_MMC_TOSHIBA_PCI b/baseconfig/CONFIG_MMC_TOSHIBA_PCI index 9372cd4fe..2ae27a7ef 100644 --- a/baseconfig/CONFIG_MMC_TOSHIBA_PCI +++ b/baseconfig/CONFIG_MMC_TOSHIBA_PCI @@ -1 +1 @@ -CONFIG_MMC_TOSHIBA_PCI=m +# CONFIG_MMC_TOSHIBA_PCI is not set diff --git a/baseconfig/CONFIG_PATA_ACPI b/baseconfig/CONFIG_PATA_ACPI deleted file mode 100644 index c3bc7866f..000000000 --- a/baseconfig/CONFIG_PATA_ACPI +++ /dev/null @@ -1 +0,0 @@ -CONFIG_PATA_ACPI=m diff --git a/baseconfig/CONFIG_PATA_ARASAN_CF b/baseconfig/CONFIG_PATA_ARASAN_CF index b6c8b16ae..edd438e6c 100644 --- a/baseconfig/CONFIG_PATA_ARASAN_CF +++ b/baseconfig/CONFIG_PATA_ARASAN_CF @@ -1 +1 @@ -CONFIG_PATA_ARASAN_CF=m +# CONFIG_PATA_ARASAN_CF is not set diff --git a/baseconfig/CONFIG_PATA_ATIIXP b/baseconfig/CONFIG_PATA_ATIIXP index 0089d45c9..2730e0e76 100644 --- a/baseconfig/CONFIG_PATA_ATIIXP +++ b/baseconfig/CONFIG_PATA_ATIIXP @@ -1 +1 @@ -CONFIG_PATA_ATIIXP=m +# CONFIG_PATA_ATIIXP is not set diff --git a/baseconfig/CONFIG_PATA_CYPRESS b/baseconfig/CONFIG_PATA_CYPRESS index 3ad2c2cec..901fb21a9 100644 --- a/baseconfig/CONFIG_PATA_CYPRESS +++ b/baseconfig/CONFIG_PATA_CYPRESS @@ -1 +1 @@ -CONFIG_PATA_CYPRESS=m +# CONFIG_PATA_CYPRESS is not set diff --git a/baseconfig/CONFIG_PATA_MPIIX b/baseconfig/CONFIG_PATA_MPIIX index a29c081f6..241149b47 100644 --- a/baseconfig/CONFIG_PATA_MPIIX +++ b/baseconfig/CONFIG_PATA_MPIIX @@ -1 +1 @@ -CONFIG_PATA_MPIIX=m +# CONFIG_PATA_MPIIX is not set diff --git a/baseconfig/CONFIG_PATA_OLDPIIX b/baseconfig/CONFIG_PATA_OLDPIIX index a3a6f6f6f..b35bb81d0 100644 --- a/baseconfig/CONFIG_PATA_OLDPIIX +++ b/baseconfig/CONFIG_PATA_OLDPIIX @@ -1 +1 @@ -CONFIG_PATA_OLDPIIX=m +# CONFIG_PATA_OLDPIIX is not set diff --git a/baseconfig/CONFIG_PATA_RDC b/baseconfig/CONFIG_PATA_RDC index 011a98d5a..48afa962b 100644 --- a/baseconfig/CONFIG_PATA_RDC +++ b/baseconfig/CONFIG_PATA_RDC @@ -1 +1 @@ -CONFIG_PATA_RDC=m +# CONFIG_PATA_RDC is not set diff --git a/baseconfig/CONFIG_PATA_SCH b/baseconfig/CONFIG_PATA_SCH index 2b0924997..52035bf53 100644 --- a/baseconfig/CONFIG_PATA_SCH +++ b/baseconfig/CONFIG_PATA_SCH @@ -1 +1 @@ -CONFIG_PATA_SCH=m +# CONFIG_PATA_SCH is not set diff --git a/baseconfig/CONFIG_PATA_TOSHIBA b/baseconfig/CONFIG_PATA_TOSHIBA index 1fe4524d6..ffe9957f1 100644 --- a/baseconfig/CONFIG_PATA_TOSHIBA +++ b/baseconfig/CONFIG_PATA_TOSHIBA @@ -1 +1 @@ -CONFIG_PATA_TOSHIBA=m +# CONFIG_PATA_TOSHIBA is not set diff --git a/baseconfig/CONFIG_PATA_TRIFLEX b/baseconfig/CONFIG_PATA_TRIFLEX index 09a247f65..5da0e57c4 100644 --- a/baseconfig/CONFIG_PATA_TRIFLEX +++ b/baseconfig/CONFIG_PATA_TRIFLEX @@ -1 +1 @@ -CONFIG_PATA_TRIFLEX=m +# CONFIG_PATA_TRIFLEX is not set diff --git a/baseconfig/CONFIG_SENSORS_HDAPS b/baseconfig/CONFIG_SENSORS_HDAPS deleted file mode 100644 index d2dba2ab1..000000000 --- a/baseconfig/CONFIG_SENSORS_HDAPS +++ /dev/null @@ -1 +0,0 @@ -CONFIG_SENSORS_HDAPS=m diff --git a/baseconfig/CONFIG_SURFACE3_WMI b/baseconfig/CONFIG_SURFACE3_WMI deleted file mode 100644 index d2fbd9c7b..000000000 --- a/baseconfig/CONFIG_SURFACE3_WMI +++ /dev/null @@ -1 +0,0 @@ -CONFIG_SURFACE3_WMI=m diff --git a/baseconfig/CONFIG_SURFACE_3_BUTTON b/baseconfig/CONFIG_SURFACE_3_BUTTON index 8ba50033b..5b0621446 100644 --- a/baseconfig/CONFIG_SURFACE_3_BUTTON +++ b/baseconfig/CONFIG_SURFACE_3_BUTTON @@ -1 +1 @@ -CONFIG_SURFACE_3_BUTTON=m +# CONFIG_SURFACE_3_BUTTON is not set diff --git a/baseconfig/arm/CONFIG_BLK_DEV_SX8 b/baseconfig/arm/CONFIG_BLK_DEV_SX8 new file mode 100644 index 000000000..76e0342ed --- /dev/null +++ b/baseconfig/arm/CONFIG_BLK_DEV_SX8 @@ -0,0 +1 @@ +# CONFIG_BLK_DEV_SX8 is not set diff --git a/baseconfig/arm/CONFIG_PATA_ALI b/baseconfig/arm/CONFIG_PATA_ALI new file mode 100644 index 000000000..15c814454 --- /dev/null +++ b/baseconfig/arm/CONFIG_PATA_ALI @@ -0,0 +1 @@ +# CONFIG_PATA_ALI is not set diff --git a/baseconfig/arm/CONFIG_PATA_AMD b/baseconfig/arm/CONFIG_PATA_AMD new file mode 100644 index 000000000..33a58facc --- /dev/null +++ b/baseconfig/arm/CONFIG_PATA_AMD @@ -0,0 +1 @@ +# CONFIG_PATA_AMD is not set diff --git a/baseconfig/arm/CONFIG_PATA_ARTOP b/baseconfig/arm/CONFIG_PATA_ARTOP new file mode 100644 index 000000000..a4e7eb3b0 --- /dev/null +++ b/baseconfig/arm/CONFIG_PATA_ARTOP @@ -0,0 +1 @@ +# CONFIG_PATA_ARTOP is not set diff --git a/baseconfig/arm/CONFIG_PATA_ATP867X b/baseconfig/arm/CONFIG_PATA_ATP867X new file mode 100644 index 000000000..5e66402b8 --- /dev/null +++ b/baseconfig/arm/CONFIG_PATA_ATP867X @@ -0,0 +1 @@ +# CONFIG_PATA_ATP867X is not set diff --git a/baseconfig/arm/CONFIG_PATA_CMD640_PCI b/baseconfig/arm/CONFIG_PATA_CMD640_PCI new file mode 100644 index 000000000..9244705d2 --- /dev/null +++ b/baseconfig/arm/CONFIG_PATA_CMD640_PCI @@ -0,0 +1 @@ +# CONFIG_PATA_CMD640_PCI is not set diff --git a/baseconfig/arm/CONFIG_PATA_CMD64X b/baseconfig/arm/CONFIG_PATA_CMD64X new file mode 100644 index 000000000..eb4773083 --- /dev/null +++ b/baseconfig/arm/CONFIG_PATA_CMD64X @@ -0,0 +1 @@ +# CONFIG_PATA_CMD64X is not set diff --git a/baseconfig/arm/CONFIG_PATA_CS5520 b/baseconfig/arm/CONFIG_PATA_CS5520 new file mode 100644 index 000000000..2328c0724 --- /dev/null +++ b/baseconfig/arm/CONFIG_PATA_CS5520 @@ -0,0 +1 @@ +# CONFIG_PATA_CS5520 is not set diff --git a/baseconfig/arm/CONFIG_PATA_CS5530 b/baseconfig/arm/CONFIG_PATA_CS5530 new file mode 100644 index 000000000..106b33a1a --- /dev/null +++ b/baseconfig/arm/CONFIG_PATA_CS5530 @@ -0,0 +1 @@ +# CONFIG_PATA_CS5530 is not set diff --git a/baseconfig/arm/CONFIG_PATA_CS5535 b/baseconfig/arm/CONFIG_PATA_CS5535 new file mode 100644 index 000000000..331016055 --- /dev/null +++ b/baseconfig/arm/CONFIG_PATA_CS5535 @@ -0,0 +1 @@ +# CONFIG_PATA_CS5535 is not set diff --git a/baseconfig/arm/CONFIG_PATA_CS5536 b/baseconfig/arm/CONFIG_PATA_CS5536 new file mode 100644 index 000000000..e82dab7f2 --- /dev/null +++ b/baseconfig/arm/CONFIG_PATA_CS5536 @@ -0,0 +1 @@ +# CONFIG_PATA_CS5536 is not set diff --git a/baseconfig/arm/CONFIG_PATA_EFAR b/baseconfig/arm/CONFIG_PATA_EFAR new file mode 100644 index 000000000..d1957bf57 --- /dev/null +++ b/baseconfig/arm/CONFIG_PATA_EFAR @@ -0,0 +1 @@ +# CONFIG_PATA_EFAR is not set diff --git a/baseconfig/arm/CONFIG_PATA_HPT366 b/baseconfig/arm/CONFIG_PATA_HPT366 new file mode 100644 index 000000000..b67ac339d --- /dev/null +++ b/baseconfig/arm/CONFIG_PATA_HPT366 @@ -0,0 +1 @@ +# CONFIG_PATA_HPT366 is not set diff --git a/baseconfig/arm/CONFIG_PATA_HPT37X b/baseconfig/arm/CONFIG_PATA_HPT37X new file mode 100644 index 000000000..990af0509 --- /dev/null +++ b/baseconfig/arm/CONFIG_PATA_HPT37X @@ -0,0 +1 @@ +# CONFIG_PATA_HPT37X is not set diff --git a/baseconfig/arm/CONFIG_PATA_HPT3X2N b/baseconfig/arm/CONFIG_PATA_HPT3X2N new file mode 100644 index 000000000..471fcff45 --- /dev/null +++ b/baseconfig/arm/CONFIG_PATA_HPT3X2N @@ -0,0 +1 @@ +# CONFIG_PATA_HPT3X2N is not set diff --git a/baseconfig/arm/CONFIG_PATA_HPT3X3 b/baseconfig/arm/CONFIG_PATA_HPT3X3 new file mode 100644 index 000000000..9fc36a00b --- /dev/null +++ b/baseconfig/arm/CONFIG_PATA_HPT3X3 @@ -0,0 +1 @@ +# CONFIG_PATA_HPT3X3 is not set diff --git a/baseconfig/arm/CONFIG_PATA_IT8213 b/baseconfig/arm/CONFIG_PATA_IT8213 new file mode 100644 index 000000000..47fbeb7f5 --- /dev/null +++ b/baseconfig/arm/CONFIG_PATA_IT8213 @@ -0,0 +1 @@ +# CONFIG_PATA_IT8213 is not set diff --git a/baseconfig/arm/CONFIG_PATA_IT821X b/baseconfig/arm/CONFIG_PATA_IT821X new file mode 100644 index 000000000..c29d7f7cb --- /dev/null +++ b/baseconfig/arm/CONFIG_PATA_IT821X @@ -0,0 +1 @@ +# CONFIG_PATA_IT821X is not set diff --git a/baseconfig/arm/CONFIG_PATA_JMICRON b/baseconfig/arm/CONFIG_PATA_JMICRON new file mode 100644 index 000000000..55695c65f --- /dev/null +++ b/baseconfig/arm/CONFIG_PATA_JMICRON @@ -0,0 +1 @@ +# CONFIG_PATA_JMICRON is not set diff --git a/baseconfig/arm/CONFIG_PATA_NETCELL b/baseconfig/arm/CONFIG_PATA_NETCELL new file mode 100644 index 000000000..e598ae303 --- /dev/null +++ b/baseconfig/arm/CONFIG_PATA_NETCELL @@ -0,0 +1 @@ +# CONFIG_PATA_NETCELL is not set diff --git a/baseconfig/arm/CONFIG_PATA_NINJA32 b/baseconfig/arm/CONFIG_PATA_NINJA32 new file mode 100644 index 000000000..9deb5dff7 --- /dev/null +++ b/baseconfig/arm/CONFIG_PATA_NINJA32 @@ -0,0 +1 @@ +# CONFIG_PATA_NINJA32 is not set diff --git a/baseconfig/arm/CONFIG_PATA_NS87410 b/baseconfig/arm/CONFIG_PATA_NS87410 new file mode 100644 index 000000000..32f9c72e0 --- /dev/null +++ b/baseconfig/arm/CONFIG_PATA_NS87410 @@ -0,0 +1 @@ +# CONFIG_PATA_NS87410 is not set diff --git a/baseconfig/arm/CONFIG_PATA_NS87415 b/baseconfig/arm/CONFIG_PATA_NS87415 new file mode 100644 index 000000000..d12f9010d --- /dev/null +++ b/baseconfig/arm/CONFIG_PATA_NS87415 @@ -0,0 +1 @@ +# CONFIG_PATA_NS87415 is not set diff --git a/baseconfig/arm/CONFIG_PATA_OPTI b/baseconfig/arm/CONFIG_PATA_OPTI new file mode 100644 index 000000000..f95b6c966 --- /dev/null +++ b/baseconfig/arm/CONFIG_PATA_OPTI @@ -0,0 +1 @@ +# CONFIG_PATA_OPTI is not set diff --git a/baseconfig/arm/CONFIG_PATA_OPTIDMA b/baseconfig/arm/CONFIG_PATA_OPTIDMA new file mode 100644 index 000000000..6bf1d2e8a --- /dev/null +++ b/baseconfig/arm/CONFIG_PATA_OPTIDMA @@ -0,0 +1 @@ +# CONFIG_PATA_OPTIDMA is not set diff --git a/baseconfig/arm/CONFIG_PATA_PDC2027X b/baseconfig/arm/CONFIG_PATA_PDC2027X new file mode 100644 index 000000000..c8ad0b826 --- /dev/null +++ b/baseconfig/arm/CONFIG_PATA_PDC2027X @@ -0,0 +1 @@ +# CONFIG_PATA_PDC2027X is not set diff --git a/baseconfig/arm/CONFIG_PATA_PDC_OLD b/baseconfig/arm/CONFIG_PATA_PDC_OLD new file mode 100644 index 000000000..d77240fcf --- /dev/null +++ b/baseconfig/arm/CONFIG_PATA_PDC_OLD @@ -0,0 +1 @@ +# CONFIG_PATA_PDC_OLD is not set diff --git a/baseconfig/arm/CONFIG_PATA_SERVERWORKS b/baseconfig/arm/CONFIG_PATA_SERVERWORKS new file mode 100644 index 000000000..5cacac7a6 --- /dev/null +++ b/baseconfig/arm/CONFIG_PATA_SERVERWORKS @@ -0,0 +1 @@ +# CONFIG_PATA_SERVERWORKS is not set diff --git a/baseconfig/arm/CONFIG_PATA_SIL680 b/baseconfig/arm/CONFIG_PATA_SIL680 new file mode 100644 index 000000000..75224a38b --- /dev/null +++ b/baseconfig/arm/CONFIG_PATA_SIL680 @@ -0,0 +1 @@ +# CONFIG_PATA_SIL680 is not set diff --git a/baseconfig/arm/CONFIG_PATA_SIS b/baseconfig/arm/CONFIG_PATA_SIS new file mode 100644 index 000000000..8c547495a --- /dev/null +++ b/baseconfig/arm/CONFIG_PATA_SIS @@ -0,0 +1 @@ +# CONFIG_PATA_SIS is not set diff --git a/baseconfig/arm/CONFIG_PATA_VIA b/baseconfig/arm/CONFIG_PATA_VIA new file mode 100644 index 000000000..9deaa6c3c --- /dev/null +++ b/baseconfig/arm/CONFIG_PATA_VIA @@ -0,0 +1 @@ +# CONFIG_PATA_VIA is not set diff --git a/baseconfig/arm/CONFIG_PATA_WINBOND b/baseconfig/arm/CONFIG_PATA_WINBOND new file mode 100644 index 000000000..9b3eb6289 --- /dev/null +++ b/baseconfig/arm/CONFIG_PATA_WINBOND @@ -0,0 +1 @@ +# CONFIG_PATA_WINBOND is not set diff --git a/baseconfig/arm/CONFIG_SATA_INIC162X b/baseconfig/arm/CONFIG_SATA_INIC162X new file mode 100644 index 000000000..6abf495a0 --- /dev/null +++ b/baseconfig/arm/CONFIG_SATA_INIC162X @@ -0,0 +1 @@ +# CONFIG_SATA_INIC162X is not set diff --git a/baseconfig/arm/CONFIG_SATA_NV b/baseconfig/arm/CONFIG_SATA_NV new file mode 100644 index 000000000..c8419327a --- /dev/null +++ b/baseconfig/arm/CONFIG_SATA_NV @@ -0,0 +1 @@ +# CONFIG_SATA_NV is not set diff --git a/baseconfig/arm/CONFIG_SATA_PROMISE b/baseconfig/arm/CONFIG_SATA_PROMISE new file mode 100644 index 000000000..2af59fe8e --- /dev/null +++ b/baseconfig/arm/CONFIG_SATA_PROMISE @@ -0,0 +1 @@ +# CONFIG_SATA_PROMISE is not set diff --git a/baseconfig/arm/CONFIG_SATA_QSTOR b/baseconfig/arm/CONFIG_SATA_QSTOR new file mode 100644 index 000000000..8b3cce9ab --- /dev/null +++ b/baseconfig/arm/CONFIG_SATA_QSTOR @@ -0,0 +1 @@ +# CONFIG_SATA_QSTOR is not set diff --git a/baseconfig/arm/CONFIG_SATA_SIL b/baseconfig/arm/CONFIG_SATA_SIL new file mode 100644 index 000000000..5d551ee6a --- /dev/null +++ b/baseconfig/arm/CONFIG_SATA_SIL @@ -0,0 +1 @@ +# CONFIG_SATA_SIL is not set diff --git a/baseconfig/arm/CONFIG_SATA_SIL24 b/baseconfig/arm/CONFIG_SATA_SIL24 new file mode 100644 index 000000000..7526a06a0 --- /dev/null +++ b/baseconfig/arm/CONFIG_SATA_SIL24 @@ -0,0 +1 @@ +# CONFIG_SATA_SIL24 is not set diff --git a/baseconfig/arm/CONFIG_SATA_SIS b/baseconfig/arm/CONFIG_SATA_SIS new file mode 100644 index 000000000..1cd4ae75f --- /dev/null +++ b/baseconfig/arm/CONFIG_SATA_SIS @@ -0,0 +1 @@ +# CONFIG_SATA_SIS is not set diff --git a/baseconfig/arm/CONFIG_SATA_SVW b/baseconfig/arm/CONFIG_SATA_SVW new file mode 100644 index 000000000..625275c8d --- /dev/null +++ b/baseconfig/arm/CONFIG_SATA_SVW @@ -0,0 +1 @@ +# CONFIG_SATA_SVW is not set diff --git a/baseconfig/arm/CONFIG_SATA_SX4 b/baseconfig/arm/CONFIG_SATA_SX4 new file mode 100644 index 000000000..abbd89112 --- /dev/null +++ b/baseconfig/arm/CONFIG_SATA_SX4 @@ -0,0 +1 @@ +# CONFIG_SATA_SX4 is not set diff --git a/baseconfig/arm/CONFIG_SATA_ULI b/baseconfig/arm/CONFIG_SATA_ULI new file mode 100644 index 000000000..b50271fc3 --- /dev/null +++ b/baseconfig/arm/CONFIG_SATA_ULI @@ -0,0 +1 @@ +# CONFIG_SATA_ULI is not set diff --git a/baseconfig/arm/CONFIG_SATA_VIA b/baseconfig/arm/CONFIG_SATA_VIA new file mode 100644 index 000000000..f5754463a --- /dev/null +++ b/baseconfig/arm/CONFIG_SATA_VIA @@ -0,0 +1 @@ +# CONFIG_SATA_VIA is not set diff --git a/baseconfig/arm/CONFIG_SATA_VITESSE b/baseconfig/arm/CONFIG_SATA_VITESSE new file mode 100644 index 000000000..59856ec7b --- /dev/null +++ b/baseconfig/arm/CONFIG_SATA_VITESSE @@ -0,0 +1 @@ +# CONFIG_SATA_VITESSE is not set diff --git a/baseconfig/arm/arm64/CONFIG_ATA_ACPI b/baseconfig/arm/arm64/CONFIG_ATA_ACPI new file mode 100644 index 000000000..a0be76e56 --- /dev/null +++ b/baseconfig/arm/arm64/CONFIG_ATA_ACPI @@ -0,0 +1 @@ +CONFIG_ATA_ACPI=y diff --git a/baseconfig/arm/arm64/CONFIG_PATA_ACPI b/baseconfig/arm/arm64/CONFIG_PATA_ACPI new file mode 100644 index 000000000..c3bc7866f --- /dev/null +++ b/baseconfig/arm/arm64/CONFIG_PATA_ACPI @@ -0,0 +1 @@ +CONFIG_PATA_ACPI=m diff --git a/baseconfig/arm/armv7/CONFIG_PATA_FTIDE010 b/baseconfig/arm/armv7/CONFIG_PATA_FTIDE010 deleted file mode 100644 index c20fa4d0f..000000000 --- a/baseconfig/arm/armv7/CONFIG_PATA_FTIDE010 +++ /dev/null @@ -1 +0,0 @@ -# CONFIG_PATA_FTIDE010 is not set diff --git a/baseconfig/x86/CONFIG_ATA_ACPI b/baseconfig/x86/CONFIG_ATA_ACPI new file mode 100644 index 000000000..a0be76e56 --- /dev/null +++ b/baseconfig/x86/CONFIG_ATA_ACPI @@ -0,0 +1 @@ +CONFIG_ATA_ACPI=y diff --git a/baseconfig/x86/CONFIG_HID_ASUS b/baseconfig/x86/CONFIG_HID_ASUS new file mode 100644 index 000000000..efc1ef4f8 --- /dev/null +++ b/baseconfig/x86/CONFIG_HID_ASUS @@ -0,0 +1 @@ +CONFIG_HID_ASUS=m diff --git a/baseconfig/x86/CONFIG_MMC_TOSHIBA_PCI b/baseconfig/x86/CONFIG_MMC_TOSHIBA_PCI new file mode 100644 index 000000000..9372cd4fe --- /dev/null +++ b/baseconfig/x86/CONFIG_MMC_TOSHIBA_PCI @@ -0,0 +1 @@ +CONFIG_MMC_TOSHIBA_PCI=m diff --git a/baseconfig/x86/CONFIG_PATA_ACPI b/baseconfig/x86/CONFIG_PATA_ACPI new file mode 100644 index 000000000..c3bc7866f --- /dev/null +++ b/baseconfig/x86/CONFIG_PATA_ACPI @@ -0,0 +1 @@ +CONFIG_PATA_ACPI=m diff --git a/baseconfig/x86/CONFIG_PATA_ATIIXP b/baseconfig/x86/CONFIG_PATA_ATIIXP new file mode 100644 index 000000000..0089d45c9 --- /dev/null +++ b/baseconfig/x86/CONFIG_PATA_ATIIXP @@ -0,0 +1 @@ +CONFIG_PATA_ATIIXP=m diff --git a/baseconfig/x86/CONFIG_PATA_MPIIX b/baseconfig/x86/CONFIG_PATA_MPIIX new file mode 100644 index 000000000..a29c081f6 --- /dev/null +++ b/baseconfig/x86/CONFIG_PATA_MPIIX @@ -0,0 +1 @@ +CONFIG_PATA_MPIIX=m diff --git a/baseconfig/x86/CONFIG_PATA_OLDPIIX b/baseconfig/x86/CONFIG_PATA_OLDPIIX new file mode 100644 index 000000000..a3a6f6f6f --- /dev/null +++ b/baseconfig/x86/CONFIG_PATA_OLDPIIX @@ -0,0 +1 @@ +CONFIG_PATA_OLDPIIX=m diff --git a/baseconfig/x86/CONFIG_PATA_SCH b/baseconfig/x86/CONFIG_PATA_SCH new file mode 100644 index 000000000..2b0924997 --- /dev/null +++ b/baseconfig/x86/CONFIG_PATA_SCH @@ -0,0 +1 @@ +CONFIG_PATA_SCH=m diff --git a/baseconfig/x86/CONFIG_PATA_TOSHIBA b/baseconfig/x86/CONFIG_PATA_TOSHIBA new file mode 100644 index 000000000..1fe4524d6 --- /dev/null +++ b/baseconfig/x86/CONFIG_PATA_TOSHIBA @@ -0,0 +1 @@ +CONFIG_PATA_TOSHIBA=m diff --git a/baseconfig/x86/CONFIG_PATA_TRIFLEX b/baseconfig/x86/CONFIG_PATA_TRIFLEX new file mode 100644 index 000000000..09a247f65 --- /dev/null +++ b/baseconfig/x86/CONFIG_PATA_TRIFLEX @@ -0,0 +1 @@ +CONFIG_PATA_TRIFLEX=m diff --git a/baseconfig/x86/CONFIG_SENSORS_HDAPS b/baseconfig/x86/CONFIG_SENSORS_HDAPS new file mode 100644 index 000000000..d2dba2ab1 --- /dev/null +++ b/baseconfig/x86/CONFIG_SENSORS_HDAPS @@ -0,0 +1 @@ +CONFIG_SENSORS_HDAPS=m -- cgit