Skip to content

Commit

Permalink
[MTD] maps: Replace dependency on non existing config option
Browse files Browse the repository at this point in the history
CONFIG_ELAN doesn't exist any more; CONFIG_X86_ELAN is too specific
so make ts-5500 memory map dependant on CONFIG_X86.

Signed-off-by: Sean Young <[email protected]>
Signed-off-by: Thomas Gleixner <[email protected]>
  • Loading branch information
seanyoung authored and Thomas Gleixner committed Nov 13, 2005
1 parent 9e6c67f commit ef63d00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/mtd/maps/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ config MTD_NETSC520

config MTD_TS5500
tristate "JEDEC Flash device mapped on Technologic Systems TS-5500"
depends on ELAN
depends on X86
select MTD_PARTITIONS
select MTD_JEDECPROBE
select MTD_CFI_AMDSTD
Expand Down

0 comments on commit ef63d00

Please sign in to comment.