diff options
author | Michael Ellerman <mpe@ellerman.id.au> | 2017-08-23 15:37:47 +1000 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2017-08-28 22:10:15 +1000 |
commit | 5593edb1766c6b3ff49775846092a14fa4a47097 (patch) | |
tree | 03a8f53db47791b8cbc4a37d67336761a59bf08b | |
parent | 72ac99688d4d8584f7578a71ca49dda5e7a350d7 (diff) | |
download | linux-5593edb1766c6b3ff49775846092a14fa4a47097.tar.bz2 |
powerpc/configs: Drop no longer needed CONFIG_SCSI
Since commit 67f6d6655993 ("powerpc: convert amigaone_defconfig to use
libata PATA drivers") we no longer need to set CONFIG_SCSI in our
defconfigs.
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
-rw-r--r-- | arch/powerpc/configs/amigaone_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/powerpc/configs/amigaone_defconfig b/arch/powerpc/configs/amigaone_defconfig index abd0a8dc9507..12f397d403c6 100644 --- a/arch/powerpc/configs/amigaone_defconfig +++ b/arch/powerpc/configs/amigaone_defconfig @@ -45,7 +45,6 @@ CONFIG_PARPORT_PC_FIFO=y CONFIG_BLK_DEV_FD=y CONFIG_BLK_DEV_LOOP=y CONFIG_BLK_DEV_RAM=y -CONFIG_SCSI=y CONFIG_BLK_DEV_SD=y CONFIG_CHR_DEV_ST=y CONFIG_BLK_DEV_SR=y |