diff options
author | Tom Rini | 2021-09-22 14:50:36 -0400 |
---|---|---|
committer | Tom Rini | 2021-10-06 09:16:24 -0400 |
commit | b2e25afabd18525c736db7f8fd2cb5593a1fd7ea (patch) | |
tree | a9c782a66947a2296c9c0938c20d6631369f19d6 /include/linux | |
parent | 1cefed1e39f0038ac6afd9e0c48b8b85fb458fbc (diff) |
Convert CONFIG_SYS_NAND_MAX_CHIPS to Kconfig
This converts the following to Kconfig:
CONFIG_SYS_NAND_MAX_CHIPS
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/linux')
-rw-r--r-- | include/linux/mtd/bbm.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/linux/mtd/bbm.h b/include/linux/mtd/bbm.h index 7239eb1125c..fb86f1ddef9 100644 --- a/include/linux/mtd/bbm.h +++ b/include/linux/mtd/bbm.h @@ -15,11 +15,6 @@ #ifndef __LINUX_MTD_BBM_H #define __LINUX_MTD_BBM_H -/* The maximum number of NAND chips in an array */ -#ifndef CONFIG_SYS_NAND_MAX_CHIPS -#define CONFIG_SYS_NAND_MAX_CHIPS 1 -#endif - /** * struct nand_bbt_descr - bad block table descriptor * @options: options for this descriptor |