Skip to content

Commit

Permalink
block: sunxi_nand: restore .config compatibity
Browse files Browse the repository at this point in the history
  • Loading branch information
amery committed Aug 27, 2012
1 parent a639ebe commit de29f03
Showing 1 changed file with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions drivers/block/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -539,10 +539,22 @@ config SUN3I_NANDFLASH_TEST
---help---
Nand flash test driver for SUN3I

config SUN4I_NANDFLASH
depends on BLOCK && ARCH_SUN4I
tristate "SUN4I Nandflash Driver"
select SUNXI_NAND
---help---
Nand flash driver for SUN4I

config SUN5I_NANDFLASH
depends on BLOCK && ARCH_SUN5I
tristate "Nandflash Driver for A12/A13"
select SUNXI_NAND
---help---
Nand flash driver for A12/A13

config SUNXI_NAND
depends on BLOCK
depends on ARCH_SUN4I || ARCH_SUN5I
tristate "SUNXI Nandflash Driver"
tristate

config SUNXI_NAND_TEST
depends on SUNXI_NAND
Expand Down

0 comments on commit de29f03

Please sign in to comment.