diff options
author | Arnd Bergmann <arnd@arndb.de> | 2022-09-30 13:01:02 +0200 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2023-01-16 09:26:06 +0100 |
commit | d06dd30beb25b273d477a10ea204f595144c1174 (patch) | |
tree | 9db6e2cca25537ff3c197b471423b36bac471e97 /drivers/ata/Kconfig | |
parent | hwmon: remove s3c driver (diff) | |
download | linux-d06dd30beb25b273d477a10ea204f595144c1174.tar.xz linux-d06dd30beb25b273d477a10ea204f595144c1174.zip |
pata: remove samsung_cf driver
This device was only used by the smdk6410 board file that is now
gone, so the driver can be removed as well.
Reviewed-by: Sergey Shtylyov <s.shtylyov@omp.ru>
Acked-by: Damien Le Moal <damien.lemoal@opensource.wdc.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'drivers/ata/Kconfig')
-rw-r--r-- | drivers/ata/Kconfig | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/drivers/ata/Kconfig b/drivers/ata/Kconfig index eceaec33af65..e4d9e39b08dd 100644 --- a/drivers/ata/Kconfig +++ b/drivers/ata/Kconfig @@ -1144,16 +1144,6 @@ config PATA_RZ1000 If unsure, say N. -config PATA_SAMSUNG_CF - tristate "Samsung SoC PATA support" - depends on SAMSUNG_DEV_IDE || COMPILE_TEST - select PATA_TIMINGS - help - This option enables basic support for Samsung's S3C/S5P board - PATA controllers via the new ATA layer - - If unsure, say N. - config PATA_WINBOND_VLB tristate "Winbond W83759A VLB PATA support (Experimental)" depends on ISA |