omap3: Make SPL_OMAP3_ID_NAND depend on NAND_OMAP_GPMC
authorTom Rini <trini@konsulko.com>
Wed, 10 Jan 2024 18:46:06 +0000 (13:46 -0500)
committerTom Rini <trini@konsulko.com>
Mon, 22 Jan 2024 19:17:35 +0000 (14:17 -0500)
commitfee9e48c8996483ae62bf3ee63f2aa129e8c9172
tree307a60160acf7f0351e7f16b2b8363f4c380eae4
parent33e06dcbe57a16e4f8b5b94dd8a3f89b87db2487
omap3: Make SPL_OMAP3_ID_NAND depend on NAND_OMAP_GPMC

This specific bit logic is used to determine what NAND chip is present
on a board in order to then know what revision of the board we have and
so what DDR chips are present. We can only do this if we have a NAND
chip, and so we will have NAND_OMAP_GPMC enabled.

Signed-off-by: Tom Rini <trini@konsulko.com>
arch/arm/mach-omap2/omap3/Kconfig