diff options
| author | Tom Rini <[email protected]> | 2021-12-11 14:55:49 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2021-12-27 08:40:33 -0500 |
| commit | 98ab831da74e5e845189a35f3d82628c6d175a82 (patch) | |
| tree | d31c23d13a4ffccc858e8ee4c9c76caf9baada5c /drivers | |
| parent | 7e6a6fd82140dd4136b5a98e459b384f910ccd74 (diff) | |
Convert CONFIG_FSL_IFC to Kconfig
This converts the following to Kconfig:
CONFIG_FSL_IFC
This is done via select statements to match previous logic.
Signed-off-by: Tom Rini <[email protected]>
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/misc/Kconfig | 3 | ||||
| -rw-r--r-- | drivers/mtd/nand/raw/Kconfig | 1 |
2 files changed, 4 insertions, 0 deletions
diff --git a/drivers/misc/Kconfig b/drivers/misc/Kconfig index 33a82592544..a8baaeaf5cf 100644 --- a/drivers/misc/Kconfig +++ b/drivers/misc/Kconfig @@ -500,4 +500,7 @@ config ESM_PMIC Support ESM (Error Signal Monitor) on PMIC devices. ESM is used typically to reboot the board in error condition. +config FSL_IFC + bool + endmenu diff --git a/drivers/mtd/nand/raw/Kconfig b/drivers/mtd/nand/raw/Kconfig index df9eae1691c..a4073b9ba41 100644 --- a/drivers/mtd/nand/raw/Kconfig +++ b/drivers/mtd/nand/raw/Kconfig @@ -134,6 +134,7 @@ config NAND_FSL_ELBC config NAND_FSL_IFC bool "Support Freescale Integrated Flash Controller NAND driver" + select FSL_IFC help Enable the Freescale Integrated Flash Controller NAND driver. |
